简体   繁体   中英

Can I use APNS on iOS Developer Enterprise Program without using MDM

I have actual experience on the normal iOS Developer Program, But I have NEVER experienced using an Enterprise Program. Enterprise account has some differences with the normal one like it has NO itunes connect(so no storekit, game center) but it has no limit on UDIDs.

Looking at this post iOS Enterprise developer Account: get device token , it seems that the so called MDM uses APNS but it will have a slightly different implementation/requirements.

I don't want to use MDM, but I want to implement APNS similar to a normal developer account. Can I do APNS without using MDM on an enterprise account? Will implementing APNS be the same with using a NON Enterprise developer account. Or is it required for me to use the "MDM"

Sorry for the newbie question and thanks in advance for all the help.

Will implementing APNS be the same with using a NON Enterprise developer account. Or is it required for me to use the "MDM"

Yes , you can use push notifications in enterprise apps just as you can with apps distributed through the App Store. No , you don't need to use MDM in order to do it. MDM uses APNS, but APNS doesn't rely on MDM.

To use APNS, you'll need to create an app ID that's specific to a single app -- you can't use a wildcard app ID.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM