简体   繁体   English

更新推送通知的配置文件

[英]update Provisioning Profile for push notifications

I have a wildcard provisioning profile for several apps. 我有几个应用程序的通配符配置文件。

We want to add push notifications to the app, and I have read that than each app must have its own provisioning profile and push certificate. 我们想要向应用添加推送通知,并且我已经阅读过,因为每个应用都必须拥有自己的配置文件和推送证书。

Is this going to affect the existing app installation on user devices? 这是否会影响用户设备上的现有应用安装? In other words, after updating and publishing the app will it still be a update for the user or is it going to be a new installation? 换句话说,在更新和发布应用程序后,它仍然是用户的更新,还是新的安装?

If you used a wildcard, you'll be able to see in the iOS Provisioning Portal that your app is not capable of being configured to use Push Notifications. 如果您使用通配符,您将能够在iOS Provisioning Portal中看到您的应用程序无法配置为使用推送通知。 You'll have to create a new ID and profile. 您必须创建新的ID和配置文件。

If you make a new provisioning profile and App ID, you have to use the same bundle identifier name (BIN) of your existing app in order to be able to provide updates. 如果您创建新的配置文件和应用程序ID,则必须使用现有应用程序的相同软件包标识名称(BIN)才能提供更新。 Since your current BIN has a wildcard, you won't be able to create the same one. 由于您当前的BIN具有通配符,因此您将无法创建相同的通配符。 Thus, your users won't notice the update for the new app. 因此,您的用户不会注意到新应用的更新。

My recommendation is that you create a new app, capable of handling push notifications, and ask your current users to download that one on an update. 我的建议是您创建一个能够处理推送通知的新应用程序,并要求您当前的用户在更新时下载该推送通知。 Apple allows you to create an update of an existing app telling them to download the new version. Apple允许您创建现有应用程序的更新,告诉他们下载新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试使用推送通知创建Apple供应配置文件 - Trying to create Apple provisioning profile with push notifications 创建配置文件以测试推送通知 - Create provisioning profile for testing push notifications 如何更新推送通知的配置文件 - IOS - How to update provisioning profile for Push Notification - IOS Apple Push Notifications + TestFlight + Enterprise通配符配置文件 - Apple Push Notifications + TestFlight + Enterprise wildcard provisioning profile 如果Xcode Server使用iOS Team provisioning配置文件签名,则不会收到推送通知 - Push Notifications not received if Xcode Server signs with iOS Team provisioning profile iOS 本机应用程序 - 需要具有推送通知功能的配置文件 - iOS Native Application - Requires a provisioning profile with the Push Notifications feature 为Parse推送通知添加iOS配置文件时,“没有可用的证书” - “No Certificates are available” when adding iOS provisioning profile for Parse Push Notifications 没有收到Apple推送通知/可能有配置文件问题? - Not receiving Apple push notifications / Possible provisioning profile issue? 推送通知在配置文件中处于活动状态需要多长时间? - How long before push notifications are active in provisioning profile? 具有适当权利的预配配置文件可防止推送通知注册 - Provisioning Profile with Proper Entitlements Prevents Push Notifications Registration
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM