testflight

Phonegap - Missing App Store Icon 1024x1024px App Store Icon

痞子三分冷 提交于 2020-02-01 17:46:47
问题 This is for PhoneGap. When submitting the .ipa with ApplicationLoader I'm getting this error: WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information." I use Phonegap's online build tool at https

Phonegap - Missing App Store Icon 1024x1024px App Store Icon

纵然是瞬间 提交于 2020-02-01 17:43:12
问题 This is for PhoneGap. When submitting the .ipa with ApplicationLoader I'm getting this error: WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information." I use Phonegap's online build tool at https

How to identify the app running environment including Test Flight

徘徊边缘 提交于 2020-01-25 06:38:08
问题 I'm developing iOS app and need to identify the environment where the app is running to classify the API endpoint. I want to know the app is running under whether production, simulator and also Test Flight. I've already done classifying production and simulator by User-defined setting, but am still not sure how I can identify Test Flight. Any tips? thanks! 回答1: If you are asking to get this information from within the app, you can get all this from appStoreReceiptURL of NSBundle From apple

Ad Hoc Builds Crashing on Device Only - ASIHTTPRequest

一笑奈何 提交于 2020-01-15 12:38:05
问题 EDIT This problem is related to ASIHTTPRequest. When I remove the ASIHTTPRequest async block, the app does not crash on my device any more. I can run the ASIHTTPRequest code on my device, loaded from Xcode fine. It's just when I upload the archive from TestFlight and try to run it that it crashes. The device crash log shows: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000058 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread

Can't assign External Testers to new build after expiring the previous one

Deadly 提交于 2020-01-14 18:51:15
问题 Good day, I have a new version of my app with about 2 builds already like 1.0.0 build 1 and 1.0.0 build 2. I have assigned the External Testers to 1.0.0 build 2 and all is good. I was able to update my TestFlight app with build 2 and do some tests until I saw an issue and uploaded another build(1.0.0 build 3). Then I went into build 2 and clicked "Expire Build". I then went into build 3 and its status is already "Ready to Submit" for External Testers so I tried to add the External Testers

Can't assign External Testers to new build after expiring the previous one

让人想犯罪 __ 提交于 2020-01-14 18:50:32
问题 Good day, I have a new version of my app with about 2 builds already like 1.0.0 build 1 and 1.0.0 build 2. I have assigned the External Testers to 1.0.0 build 2 and all is good. I was able to update my TestFlight app with build 2 and do some tests until I saw an issue and uploaded another build(1.0.0 build 3). Then I went into build 2 and clicked "Expire Build". I then went into build 3 and its status is already "Ready to Submit" for External Testers so I tried to add the External Testers

iOS关于TestFlight说明

拟墨画扇 提交于 2020-01-14 12:59:59
一、基本流程及关键说明: 1、构建iOS版本,上传至App Store Connect(公开测试需审核app) 2、测试者需安装 TestFlight APP 3、依据兑换码或公开连接,通过TestFlight app获取安装应用 4、新版本消息TestFlight通过推送或邮箱通知测试者 5、统计app信息及反馈 二、测试人员分为内部测试者和外部测试者: 内部测试者: 1、内部人员账户,有管理者赋予的权限 2、通过邮箱发送兑换码 3、人数上限为25,设备上限30 4、app不需要审核,可查看、安装不同版本app 外部测试者: 1、人员可分不同组,不同组可测试不同版本,组内人员可设置人员限制 2、通过邮箱发送兑换码(定点邀请)+公开连接(公开邀请,人员是匿名的) 3、测试人数上限为 10000,设备不限 4、app需要审核 三、关键点说明: 1、首次用于外部测试的app会接受人工审核(与上线类似) 2、版本有效期为上传日期起90天 3、同时测试版本上限100 4、公开连接,任意人都可加入,可设置上限,可停用 5、该版本应用后天删除后,不会删除用户本地已安装app 四、TestFlight 1、iOS 13上使用TestFlight 2.3可以直接发送反馈信息(截图、文字)、兑换码用户可以使用邮箱反馈、公开连接用户无反馈渠道,奔溃信息由苹果统一统计。 2、TestFlight

itunes connect - beta entitlement missing error

好久不见. 提交于 2020-01-13 05:54:09
问题 I create a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight, I create my application based on new profile that was contain beta entitlement, when I submit my application I got this error: Generate a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight Here is my provision profile: <key>Entitlements</key> <dict> <key>keychain-access-groups</key> <array> <string>XXXXXXX.*</string> </array>

iOS Push notifications not working on for ad hoc distributions with Test Flight

我的未来我决定 提交于 2020-01-12 14:50:19
问题 Having a bit of a weird issue... In my AppDelegate.m I have the following: -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent animated:NO]; // Override point for customization after application launch. // Enable test flight reporting; https://testflightapp.com/sdk/doc/0.8.3/ [TestFlight takeOff:@"myTestFlightToken"]; // Let the device know we want to

After the testing period has ended for a TestFlight Beta, the build status changes to Expired

不问归期 提交于 2020-01-12 07:23:13
问题 In Apple's iTunes Connect Developer Guide, Apple has stated: When a build has Active status, the number of days remaining for testing is shown. After the 30 day testing period has ended, the build status changes to Expired. Builds not currently being tested will have the status Inactive. Can anyone please tell me what does this means? Whether the TestFlight Beta is not available for new testers to install the app When the testing period ends, testers that already have builds installed will