Earl Reed
Posts: 0
Joined: Sun Oct 06, 2013 7:48 pm

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

{
"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
}
}
}

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

Earl Reed
Posts: 0
Joined: Sun Oct 06, 2013 7:48 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

Return to “Issues”