Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS Framework with push notifications

I am developing an IOS Framework with several functionalities, and I would like to add push notification services. I created my own push notification service using Easy APNS. I do not know how to deal with others apps when They integrated my SDK. I mean, I do not know, if they have to send me their distribution certificates, and I can add them in my push notifications service, or If I need to integrate something in their push notification servie.

I do not know how to deal with a Framework that will work with others app and push notifications.

like image 486
Aitul Avatar asked Apr 14 '14 07:04

Aitul


People also ask

Does iOS support push notification?

Apple has been supporting push notifications on OS X via the Apple Push Notification Service (APNS). Developers also use APNS to deliver a notification to iOS devices. What has now changed is Apple will be rolling out support for service workers to show notifications.

Which framework is used to send notifications?

Android GCM architecture 1. A sender ID and app ID is sent to GCM by an Android device to register device. 2. If a successful registration is done, GCM sends a registration ID to Android device.

Can PWA do push notifications?

all support native push notifications. Beyond the browser Windows and Android both support push. And if you are wondering if Edge, FireFox or Chrome on iOS support push, they don't.


1 Answers

Yes, If a app supports APNS then it has bundled with APNS enabled service(Push Notification service) certificate.

like image 93
Macrosoft-Dev Avatar answered Oct 06 '22 07:10

Macrosoft-Dev