gpt4 book ai didi

ios - 如何识别APP运行环境包括Test Flight

转载 作者:行者123 更新时间:2023-11-29 12:00:29 25 4
gpt4 key购买 nike

我正在开发 iOS 应用程序,需要识别应用程序运行的环境以对 API 端点进行分类。我想知道该应用程序是否在生产、模拟器和试飞下运行。我已经通过用户定义的设置对生产和模拟器进行了分类,但我仍然不确定如何识别试飞。有小费吗?谢谢!

最佳答案

如果您要求从应用内获取此信息,您可以从 NSBundleappStoreReceiptURL 获取所有这些信息

来自 apple documentation ...

For an application purchased from the App Store, use this application bundle property to locate the receipt. This property makes no guarantee about whether there is a file at the URL—only that if a receipt is present, that is its location.

NSBundle.mainBundle().appStoreReceiptURL?.lastPathComponent

实现引用this问题

关于ios - 如何识别APP运行环境包括Test Flight,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37237583/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com