Receive push notifications from APNS to Titanium (iOS) App without using Appcelerator Cloudpush (ACS)?

前端 未结 1 1353
北荒
北荒 2020-12-21 17:16

I\'m now responsible for a initial release of an app for iOS and Android. The developer that started the work has left the company and we are left with an incomplete Titani

相关标签:
1条回答
  • 2020-12-21 18:14

    The first step is to get the device token from apple to do this you have to register for Push notifications, you will find it in detail here

    The process that follows is saving the token to your database and using it to send Push notifications, this blog explains it best.

    Hope it helps.

    0 讨论(0)
提交回复
热议问题