是否可以为从 App Store 下载的 iPhone 应用程序的每个副本捆绑一个唯一的文件?
我想验证用户可能用来连接到我的服务的 iPhone 应用程序的每个实例的身份。为此,我希望下载的 iPhone 应用程序的每个实例都包含我生成的证书,甚至是我生成的某种 UUID。 App Store 是否支持在应用程序包中包含唯一文件?
或者,必须在安装应用程序后才能下载此类标识符?如果是这种情况,是否有一种机制可以确保下载的应用程序是可信的(来自我),而不是来自冒充者?
I would like to verify the identity of each instance of the iPhone application that a user might use to connect to my service. To that end, I would like each instance of the iPhone app downloaded to include a certificate that I generate, or even some sort of UUID that I have generated. Does the App Store support the inclusion of unique files in an app bundle?
Or, must such identifiers be downloaded only after the app is installed? If that is the case, is there a mechanism to ensure that the app downloaded is trusted (from me), instead of from an impersonator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为每次下载不可能有独特的软件包。为什么不使用设备的 UUID 进行此类检查?
I don't think it's possible to have unique packages per download. Why don't you use the UUID of the device for such checks?