ios - How should I handle push notifications with an app that's distributed through multiple channels? -


we have developed ios app makes use of push notifications.

our client wants distribute app through own mdm server. means they'll compile , sign app , have appropriate apns certificate, include in our server-side application. far, good.

now, client wants distribute app other devices aren't connected mdm server. mean different (adhoc, app store, ...) distribution channel different certificate chain.

how should handle on our server side send push notifications apns?

can send every push notification twice, once each certificate? need determine app installation requires device (depending on distribution channel)?

this dependent on way distribute app. when distributing if application identifier same refer same app. if different install multiple times. means if have same app id in both cases enough send 1 notification no matter how distribute send notification. in case if have changed app ids yes have send multiple times. thing may change app id , introduce wildcard app id. fine send 1 notification.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -