Search found 40 matches

Go to advanced search

by anton6984647
Tue Nov 11, 2014 9:55 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

Yes did that - it's not working.

by anton6984647
Mon Nov 10, 2014 1:53 am
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

LunchCompany is the app; Merchandise is the db.

by anton6984647
Fri Nov 07, 2014 8:23 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

works: creating new app and database -- push works
does not work: old app that's been upgraded to the current version and new or old database -- push does not work.
-- Something in the Appery App update got broken for push notifications. This is a rather critical issue...

by anton6984647
Fri Nov 07, 2014 6:25 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

Yeah, good troubleshoot tip but it's still broken.
This behavior happens after the upgrade.
This is a rather critical part of a mobile app...

by anton6984647
Wed Nov 05, 2014 10:11 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

It used to work fine a month ago, I'm trying with and without filters, creating new keys, but nothing is working. The error is "Description: MismatchSenderId " which seems to come from authenticating the connection between Appery and the Google Cloud service. Can you troubleshoot this serv...
by anton6984647
Wed Nov 05, 2014 9:31 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

by anton6984647
Wed Nov 05, 2014 8:41 pm
Forum: Issues
Topic: Android Push Notification Not Working
Replies: 25
Views: 2788
 
Jump to post

Android Push Notification Not Working

It used to work through the console, but something isn't working now. I followed the steps here to make the keys new but it's still not working: http://devcenter.appery.io/tutorials/... Has something changed since the documentation was made or is their a larger issue here? I'm seeing MismatchSenderI...
by anton6984647
Tue Nov 04, 2014 5:37 am
Forum: Issues
Topic: Database Operations Command
Replies: 4
Views: 458
 
Jump to post

Database Operations Command

Thanks, it's not quite what was needed, but I found another answer by you on the forum that works wonderfully (updating row without getting _id value first), code copied below: var responseBody = {}, requestParams = {}, paramKeys = request.keys(); for (var key = 0; key < paramKeys.length; key++) { r...
by anton6984647
Fri Oct 31, 2014 10:56 pm
Forum: Issues
Topic: Database Operations Command
Replies: 4
Views: 458
 
Jump to post

Database Operations Command

Hello, I'm trying to update a row in a collection server-side and am using this code: var XHRResponse = XHR.send("PUT", "URL_GOES_HERE", { "headers": { "X-Appery-Database-Id": dbId, "X-Appery-Master-Key": masterKey, "Content-Type": "ap...
by anton6984647
Mon Oct 20, 2014 3:08 am
Forum: Issues
Topic: Apperyio("name").show doesnt work anymore after this update
Replies: 9
Views: 823
 
Jump to post

Apperyio("name").show doesnt work anymore after this update

I added in the class "display:none;" and the Apperyio("name").show(); works again.

Go to advanced search