Page 1 of 1

Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 4:09 am
by Earl Reed

{
"access_token": "07979f20bd7abc12314c045453118f8b",
"notification": {
"message": "Watch the live broadcast tonight",
"scheduled_at": "2012-05-24T16:11:07Z",
"pairs": {
"product": "coffee",
"name": "espresso"
},
"target": {
"apps": [
{
"id":"502bcdf242ead56cb200abcd",
"platforms":["ios","android"]
}
],
"latitude": 42.358431,
"longitude": -71.059773,
"radius": 50,
"usage": 7
}
}
}


Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 4:13 am
by maxkatz

I'm not 100% sure I understand the question. Appery.io is a platform to create mobile apps. Your app runs in the browser or installed on the device (when hybrid app). The app doesn't run in Appery.io. When building your app, you can use any REST service.


Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 4:23 am
by Earl Reed

Sending Push Notifications from 3rd party apps (outside of Appery.io console)? This is not a 3rd party app setting, it is something I found on the internet. If I add the setting below to my app push setting, will it get me a GEO PUSH?

"latitude": 42.358431,
"longitude": -71.059773,
"radius": 50,
"usage": 7
"scheduled_at": "2012-05-24T16:11:07Z",

using the appery pushnotification.ja


Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 4:25 am
by maxkatz

Where are you adding this JSON?


Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 4:27 am
by Earl Reed

in the REST Service


Will this REST Setup work with Appery.io for GEO PUSH? If I change it to appery push setting?

Posted: Wed Oct 16, 2013 9:26 am
by maxkatz

I'm still not sure where exactly you add this JSON. Can you show the complete setup?