简体   繁体   English

在iTunes Connect VPP(B2B)中删除Apple ID时会发生什么?

[英]What happens when you remove an Apple ID in iTunes Connect VPP (B2B)

We are currently investigating using the B2B distribution for an app for one of our clients. 我们目前正在为其中一位客户调查使用B2B发行版的应用程序。

We are in the middle of configuring it and our client asked us an interesting question: What happens to the already installed apps (on devices) when you remove an Apple ID from the list of authorised Apple Volume Purchase Program (VPP) accounts on iTunes Connect. 我们正在配置它,我们的客户问了一个有趣的问题:当您从iTunes Connect上的授权Apple Volume Purchase Program(VPP)帐户列表中删除Apple ID时,已经安装的应用程序(在设备上)会怎样? 。 Is it automatically uninstalled from devices or does it remains available but no new installation is possible? 它是从设备上自动卸载还是仍然可用但无法进行新安装?

I couldn't find a definitive answer on Apple's iTunes Connect documentation. 在Apple的iTunes Connect文档中找不到确切的答案。

My guess is that apps remain on installed devices but that the account cannot install the app on new devices. 我的猜测是应用程序仍保留在已安装的设备上,但是该帐户无法在新设备上安装该应用程序。

Any lead, if possible pointing to Apple's documentation, would be greatly appreciated. 任何线索,如果有可能指向Apple的文档,将不胜感激。

References: 参考文献:

From personal experience with the B2B distribution, it is exactly as you just said it is. 从B2B发行的个人经验来看,它就是您刚才所说的。 The app does not get removed from the device, as this is not possible without the user deleting it (or on company devices the administrator). 无法将应用程序从设备中删除,因为只有在用户删除应用程序(或在公司设备上,管理员)后才能将其删除。 The app id will then however not be able to receive any updates or redownload the app from the app store. 然后,该应用程序ID将无法接收任何更新或从应用程序商店重新下载该应用程序。 Also, the app cannot be installed on any new devices with this Apple iD (as it can't even be redownloaded on the original device). 此外,该应用程序无法使用此Apple iD安装在任何新设备上(因为甚至无法在原始设备上重新下载该应用程序)。

On a side note, when we faced the problem that we needed specific users to stop using the app, we had all of the devices registered with a specific id. 附带说明一下,当我们遇到需要特定用户停止使用该应用程序的问题时,我们为所有设备注册了特定ID。 We checked the iDs that we needed to disable and added code to simply forced a crash on viewDidLoad so that that iD could not use the app anymore and couldn't redownload it. 我们检查了需要禁用的iD,并添加了代码,以强制在viewDidLoad上崩溃,以使iD无法再使用该应用,并且无法重新下载该应用。

Hope that helps, Julian 希望有帮助,朱利安

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

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