araskin3i
Posts: 0
Joined: Fri Dec 20, 2013 2:44 pm

Can we register push notifications without using Appery.io UI

We are using Appery.io as a back end service only. Basically we have developed a bunch of 'Server Code' calls and database. Can we use the push notification functionality under this sceanrio? All the instructions and tutorials we have seen assume that we have an 'app' where we dont. All we have is a database and a few cloud functions.

Any instructions for this scenario?

araskin3i
Posts: 0
Joined: Fri Dec 20, 2013 2:44 pm

Can we register push notifications without using Appery.io UI

Thanks. But here is the issue. To register a device we have to make this call

curl -X POST \
-H "Content-Type: application/json" \
-H "X-Appery-App-Id: " \
-d '{"type":,"token":,"deviceID":[, "channels":][, "" : ]...}' \
https://api.appery.io/rest/push/reg

Since we dont have an Appery App (just a DB, etc) what value should we provide in X-Appery-App-Id ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Can we register push notifications without using Appery.io UI

Hi Alon,

You would need to create an app (it can be empty) and tie it to database. Then implement a registration using its App-Id.

Return to “Issues”