简体   繁体   English

Flutter iOS 应用程序 - 在 TestFlight 中测试应用程序升级

[英]Flutter iOS app - testing app upgrade in TestFlight

I am currently building a flutter app that involves checking if the user has the latest version of the app and prompting them to upgrade if not.我目前正在构建一个 flutter 应用程序,该应用程序涉及检查用户是否拥有该应用程序的最新版本,如果没有,则提示他们升级。 On the Android part that's not a problem to test as I can install the apk after downloading it from our servers, my question is regarding the iOS part.在 Android 部分上测试不是问题,因为我可以在从我们的服务器下载后安装 apk,我的问题是关于 iOS 部分。 I do realize then when the app is released I will use the app store, but I am wondering how will I test this feature before release.我确实意识到,当应用程序发布时,我将使用应用程序商店,但我想知道在发布之前我将如何测试这个功能。 When I have my app on TestFlight, is there a way to upgrade this app programmatically from inside my code?当我在 TestFlight 上有我的应用程序时,有没有办法从我的代码中以编程方式升级这个应用程序? Will there be a link to TestFlight app like there is to the app store app so when I can use url_launcher to open it (for testing).是否会有一个指向 TestFlight 应用程序的链接,就像应用程序商店应用程序一样,所以当我可以使用 url_launcher 打开它时(用于测试)。

To open the TestFlight page for your app, use this URL:要为您的应用打开 TestFlight 页面,请使用此 URL:

itms-beta://beta.itunes.apple.com/v1/app/XXX

Replace XXX with your app's ID in the App Store (find it in App Store Connect in the App Information section).XXX替换为您在 App Store 中的应用 ID(在 App Store Connect 的应用信息部分中找到它)。

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

相关问题 Flutter android - 从应用商店下载时,在 ios 测试飞行中工作的通知不起作用 - Flutter android - notification working in ios testflight does not work when downloaded from app store iOS 的 Flutter 应用程序:从计算机安装时,“评价我的应用程序”在设备上有效,但从 TestFlight 安装时无效 - Flutter app for iOS: 'Rate My App' works on device when installed from computer but does not work when installed from TestFlight Expo react本机应用程序图像在testflight ios上无法正常工作 - Expo react native app image not work properly on testflight ios 将本机移动应用程序升级到 flutter - upgrade Native mobile app to flutter with forceful flutter-upgrade打破了我的应用程序 - flutter-upgrade broke my app Flutter 升级到 3.0.2 后构建 Flutter 应用失败 - Failed to build flutter app after flutter upgrade to 3.0.2 Flutter 应用程序未在 iOS 平台上运行 - Flutter app not running with iOS platform 如何将 Flutter 应用程序发送到客户端进行测试 - How to send a flutter app to client for testing 如何在 Flutter [IAP][测试] 中测试应用内购买 - How to test in app purchases in Flutter [IAP][testing] 升级到新版本的flutter时出现错误“:app:transformClassesWithDexBuilderForDebug” - Error ":app:transformClassesWithDexBuilderForDebug" when upgrade to new version of flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM