I've skimmed through the Apple documentation on push notification implementation and I'm unclear on the provider aspect.
If I create an app called myApp (original I know) and rather than develop and maintain a centralised provider (server), I develop a server-side solution which the users of myApp can deploy as they wish. Will this scenario work?
Essentially, this is what it looks like:
User A's Provider -> notification -> APNS -> notification -> User A's iPhone -> notification -> myApp
User B's Provider -> notification -> APNS -> notification -> User B's iPhone -> notification -> myApp
NOTE: User A and User B are completely independent in terms of what notifications their providers send and how they use myApp. There is no interaction whatsoever!
Thanks
If I create an app called myApp (original I know) and rather than develop and maintain a centralised provider (server), I develop a server-side solution which the users of myApp can deploy as they wish. Will this scenario work?
Essentially, this is what it looks like:
User A's Provider -> notification -> APNS -> notification -> User A's iPhone -> notification -> myApp
User B's Provider -> notification -> APNS -> notification -> User B's iPhone -> notification -> myApp
NOTE: User A and User B are completely independent in terms of what notifications their providers send and how they use myApp. There is no interaction whatsoever!
Thanks