我想检查我的应用是否是从TestFlight
应用或AppStore
应用中打开的。
我进行了测试,并在didFinishLaunchingWithOptions
启动时在TestFlight
中找到了此信息:
if launchOptions?[UIApplicationLaunchOptionsKey.sourceApplication] as? String == "com.apple.TestFlight" {
// ...
}
但我不知道如何检查应用程序是否已从AppStore
打开。什么是标识符?
感谢您的帮助。
答案 0 :(得分:1)
App Store iOS应用的捆绑标识符为com.apple.AppStore