
I just created an application with bundle IDentifIEr com.example.xyz
并且还为其生成了配置和证书.现在,我需要使用推送通知服务扩展来使用Rich通知所以我创建了名为AppnameNotificationService的新目标,并尝试在设备上运行应用程序,但它不起作用bcoz我创建的扩展目标有bundle ID com.example. xyzNotificationServIE与我为我的应用程序创建的配置不匹配.
So,what I dID is I created new APP ID on developer account with the
bundle ID com.example.xyzNotificationServIE and generated provisioning
for the same.
现在一切正常.我使用扩展,一切都很好.但Rich push通知仅在我使用实际App目标运行扩展目标时才有效.没关系,因为我知道每个扩展都是这样的.
But Now,I am confused that If I will upload my app on iTC then what
should be my app bundle IDentifIEr?What should I archIEve from Xcode,either App target or extension
target?
谁能帮忙?
解决方法 应用扩展程序随设备上的主应用程序一起安装.应用扩展程序是我们在主项目中添加的目标.扩展与主项目捆绑在一起. 因此,您的主应用ID将用于将应用扩展到应用商店. 总结以上是内存溢出为你收集整理的ios – 使用推送通知服务扩展上传应用程序全部内容,希望文章能够帮你解决ios – 使用推送通知服务扩展上传应用程序所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)