iOS - APNS With InHouse Distribution

末鹿安然 提交于 2019-12-10 11:38:00

问题


A common problem that is being faced by many developers, I'm posting it again as I couldn't get any right solution.
For distribution of apps using InHouse account (by OTA), how is it possible to send push notifications to the apps installed on devices. With development profile, everything works good during. The problem is when distribution only.
How will Apple recognize that the bundle identifier is being used in house distributed application?


回答1:


How will Apple recognize that the bundle identifier is being used in house distributed application?

Apple will recognize the app ID because you added (or should have) the app ID in the developer portal and created a provision profile that allows push notifications. If your problem is only with the distribution version, compare your development provision settings to the distribution provision settings in the portal.

APNS has nothing to do with the App Store or iTunesConnect; it works fine with enterprise distribution.



来源:https://stackoverflow.com/questions/18334057/ios-apns-with-inhouse-distribution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!