Search found 26 matches

Go to advanced search

by tcbeaton
Tue Oct 11, 2016 12:31 am
Forum: Issues
Topic: Push notification handling with app is closed and/or in background
Replies: 8
Views: 891
 
Jump to post

Push notification handling with app is closed and/or in background

Hi Logan, Sorry for the delay in responding, things have been busy. I have not solved this issue. Nearest I can tell from the research I 've done on this topic is that while the app is in the foreground (active app) the app can trap the incoming push message and process it accordingly. While the app...
by tcbeaton
Mon Sep 19, 2016 3:34 pm
Forum: Issues
Topic: Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f
Replies: 9
Views: 844
 
Jump to post

Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f

Thank you, Sergiy! :-) Finally, it worked.

Just out of curiosity, why would the "Generate Response" option not work, since that's already on that page?

by tcbeaton
Fri Sep 16, 2016 7:51 pm
Forum: Issues
Topic: Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f
Replies: 9
Views: 844
 
Jump to post

Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f

Hi Sergiy, Still no luck. Below are the two screenshots. After I "Run REST API" the database is still showing "[4]" for the channels. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1484701/pn1_inline.png?1474055348 https://d2r1vs3d9006ap.cloudfront.net/s3_images/1484700/pn2_inli...
by tcbeaton
Fri Sep 16, 2016 11:37 am
Forum: Issues
Topic: Assistance in setting Push Notification Channels for devices
Replies: 3
Views: 446
 
Jump to post

Assistance in setting Push Notification Channels for devices

Sergiy, The word "PUSH" was a typo... it really was "PUT" (I'm very frustrated in how complicated this process is). I've got another topic set-up for this, to which you've also been responding; to save time, we can consider this post closed to save our time ( https://getsatisfact...
by tcbeaton
Fri Sep 16, 2016 11:27 am
Forum: Issues
Topic: Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f
Replies: 9
Views: 844
 
Jump to post

Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f

Sergiy, I put the X-Appery-App-Id in when I click Generate in API Express, but results are still wrong! 1) Here's the database before I click "Generate": https://d2r1vs3d9006ap.cloudfront.net/s3_images/1484415/pn1_inline.png?1474024450 2) Here's how I'm filling out the fields: https://d2r1...
by tcbeaton
Thu Sep 15, 2016 6:31 am
Forum: Issues
Topic: Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f
Replies: 9
Views: 844
 
Jump to post

Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f

Below is a screen shot of how I currently have it configured. I've also tried putting the deviceID directly in the ServiceURL, and tried putting channels and deviceID in the Request Header Parameters. In all cases, when I click on Generate I get 200 OK along with the rest of the response. Thanks. ht...
by tcbeaton
Thu Sep 15, 2016 3:22 am
Forum: Issues
Topic: Deviceid to push channel update
Replies: 4
Views: 796
 
Jump to post

Deviceid to push channel update

Istvan, I have been trying to create a REST service to update the channels but have not succeeded. Is it possible for you to post the instructions on how you set it up? Thanks.

by tcbeaton
Thu Sep 15, 2016 2:58 am
Forum: Issues
Topic: Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f
Replies: 9
Views: 844
 
Jump to post

Is it possible to get an example/tutorial on how to set-up API Express to send channel information to Devices database f

I have tried numerous times to get an API Express implementation of sending channel information back to Appery for a device. The response shows the correct channel values, and returns a 200 OK status, but checking the Devices DB does not reflect the channel request.

by tcbeaton
Sun Sep 11, 2016 3:00 am
Forum: Issues
Topic: Push notification handling with app is closed and/or in background
Replies: 8
Views: 891
 
Jump to post

Push notification handling with app is closed and/or in background

I have created a Javascript file in my project with the following code: [quote:] document.addEventListener('deviceready', function () { cordova.plugins.backgroundMode.enable(); cordova.plugins.backgroundMode.onactivate = function() { setInterval(function() { console.log("bg mode"); },5000)...
by tcbeaton
Sun Sep 11, 2016 2:55 am
Forum: Issues
Topic: Push notification handling with app is closed and/or in background
Replies: 8
Views: 891
 
Jump to post

Push notification handling with app is closed and/or in background

I'm still having issues with this. Please see my code in the reply below, and hopefully, you might have some advice.

Go to advanced search