简体   繁体   English

用于Testflight和生产版本的单独的iOS应用和图标

[英]Separate iOS apps and icons for Testflight and production builds

I'd like to be able to have a debug/testflight version of my app on my phone as well as the app currently in production, but I'm not sure how to do that. 我希望能够在手机以及当前正在生产的应用程序上安装我的应用程序的调试/测试版本,但是我不确定该怎么做。 I know it has something to do with the bundle IDs and macros and things, but I'm not really sure where to start, partially because I'm not sure what questions to ask. 我知道它与包ID,宏和其他内容有关,但是我不确定从哪里开始,部分原因是我不确定要问什么问题。

Any advice would be much appreciated! 任何建议将不胜感激!

The bundle IDs must be different or the system will overwrite one app with the other when you install it. 捆绑包ID必须不同,否则安装时系统会将一个应用程序覆盖另一个应用程序。

Set up separate targets. 设置单独的目标。 For each target, use a different bundle ID, and different icon art files (or a different asset catalog). 对于每个目标,请使用不同的捆绑包ID和不同的图标插图文件(或不同的资产目录)。 That should be all there is to it. 那应该就是它的全部了。

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

相关问题 TestFlight 中用于生产和登台的单独应用程序? - Separate apps in TestFlight for production and staging? 使用 Testflight sdk 获取 iOS 应用的生产数据 - Getting Production data for iOS apps with Testflight sdk iTunesConnect Testflight 没有适用于 iOS 的版本? - iTunesConnect Testflight no builds available for iOS? TestFlight:iOS项目针对不同的环境构建 - TestFlight: iOS project builds for different environments iOS Testflight“加载构建时出错。” - iOS Testflight “There was an error loading your builds.” iOS-生产版本与本地版本之间的差异 - iOS — Differences between production builds and local builds 在https://build.phonegap.com/apps/*****/builds上构建ipk时,启动屏幕和图标未出现在iOS中 - Splash Screen and icons are not appearing in iOS while building ipk at https://build.phonegap.com/apps/*****/builds Firebase在iOS上不适用于生产版本 - Firebase is not working on iOS for production builds 现在,TestFlight Live成为私有的FlightPath测试版,我们还能将TestFlight留在生产版本中吗? - Now that TestFlight Live became private FlightPath beta, can we still leave TestFlight in production builds? 如何提供 TestFlight iOS 测试版应用的反馈? - How to provide feedback of TestFlight iOS beta apps?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM