testflight

TestFlight doesn’t support apps with Watchkit extension

China☆狼群 提交于 2019-12-05 23:18:12
问题 After uploading the app via adHoc deployment I see this message on the iTunesConnect. "TestFlight doesn’t support apps with Watchkit extension" Does anyone have a idea why this is shown and what is the solution? 回答1: Looks like Apple TestFlight is not yet ready for WatchKit apps. You can temporarily disable WatchKit extension inclusion by deleting this row from main iOS app General Settings: 回答2: The only way is via old school Ad Hoc or enterprise signing (and HockeyApp) 回答3: There is

Push notifications don't work in Apple Beta Testing (TestFlight)

℡╲_俬逩灬. 提交于 2019-12-05 18:41:25
Push notifications worked fine with a Development provisioning profile, but once I tried putting the app on the Beta testing programme (TestFlight), they don't. I tried following all the required steps when switching to a Production profile, but it still doesn't work. Here's what I have. In the Member Center: Certificate of type iOS Distribution. App ID. Named (not wildcard). Push notifications enabled for both Development and Distribution - green lights - with all SSL certificates generated and uploaded. iOS Distribution Provisioning Profile, that uses the above mentioned Certificate and App

How to force removing of an app from an iDevice

给你一囗甜甜゛ 提交于 2019-12-05 15:14:30
I distribute my apps for beta testing using TestFlight. A customer has an iPhone 4 running iOS5.1, and cannot delete an app from the home screen. The app was installed OTA via TestFlight. The app icon has an empty progress bar on it, and when tapped the app does not run. Solutions tried: Press and hold app icon. When it is jiggling, press x. Press delete in alert view. App does not delete. The app is still jiggling, but now with no x. Tried installing the app by USB using build and debug from Xcode - the app runs, but once the app is stopped the app still cannot be deleted. Open organizer,

The encryption information is unavailable. Try again. TestFlight

 ̄綄美尐妖づ 提交于 2019-12-05 14:43:38
问题 The app is uploaded without errors, but when I press the install button I get this message: I'm using macOS Sierra 10.12 and Xcode 8. This has never happened to me in old versions of Xcode. What could be wrong? 回答1: TestFlight is currently unavailable, i can't either install from TestFlight or see any of my builds in Itunes Connect. Also my app was in processing for 4 hours, then this happened. Please check here https://developer.apple.com/system-status/ or this screenshot Update: Confirmed

How to test Facebook Audience Network ads over TestFlight?

烂漫一生 提交于 2019-12-05 10:39:05
问题 I am trying to integrate Audience Network to my app. Ads work correctly on simulator and device when I deploy over XCode. I want to distribute the build over TestFlight to be sure it will work in release mode. When I try to directly deploy from XCode to my device in release mode, Facebook returns "No fill" for the Ads. Ads do not show up on TestFlight builds either. Have any ideas about showing ads for devices in TestFlight builds? 回答1: There could be two main reasons for this. Firstly, the

Alamofire Swift 2 - cannot submit for beta testing (Xcode 7 GM)

人走茶凉 提交于 2019-12-05 10:21:55
I have followed the instructions on installing the swift2 branch of Alamofire with cocoa pods. The app works well in the simulator, however, when I archive it for submission with Xcode 7 GM I receive an email with an error: "The bundle contains an invalid implementation of Swift. The app may have been built or signed with non-compliant or pre-release tools" This issue definitely relates to the framework as without it I am able to submit for beta testing with the same version of Xcode. I have tried turning bit code OFF in the build settings for Alamofire but it does not help. Does anyone know

iTunesConnect: Processing stopped for App submitted to testflight

人走茶凉 提交于 2019-12-05 10:06:40
Since today, each time I upload a build to Appstore with Application Loader my app is rejected on the basis of App Thinning error. I've tried to disable bitcode and upload build again but no use. Can someone help me on this error? After trying for 24 hours and sending like 10+ builds, I finally enabled bitcode in my project and got rid of sdks(in my case it was GooglePlus) which were not supporting bitcode. My build is accepted now. I'm not aware why Apple has imposed this thing all of sudden. Maybe they did mentioned it somewhere and I failed to pick it up. 来源: https://stackoverflow.com

Apple TestFlight: “this version is no longer available for testing” [closed]

▼魔方 西西 提交于 2019-12-05 08:40:47
I've been using TestFlight for my internal beta testings, everything was set and it was working for a while. after one of the submitted binaries got rejected from AppStore review, there seems to be a problem. On any new uploaded binaries and turning on the Beta testing switch in iTunes Connect, I get the notification from testflight app that the new version is ready to be downloaded but on the app it says "UNAVAILABLE Expires in 30 days" and when I click on the beta app in TestFlight, on top it says "This version is no longer available for testing" even though the expire date is in a month

In-app update with TestFlight on iOS

我们两清 提交于 2019-12-05 06:43:37
My iPhone app has now entered into a beta phase. I am using TestFlight to send the app to the testers. Everything works great, I publish the link, they download the app, no problem with any certificate or anything (true story, lol). My only problem is I have absolutely no idea on how to send in-app updates. I saw on the latest SDK version that it's available, but I can't figure out how to do it ! Right now, if I upload a new build, and select "update & notify", an email is sent. How can I send a notification to the users, directly through my app, that a new version is available ? Right now I'm

iOS app crash only when not debugging

浪子不回头ぞ 提交于 2019-12-05 05:10:12
I am using testflight to test my app, and I have a crash that only occurs when the app is built for ad-hoc and distributed through test flight. The relevant crash report details are: Date/Time: 2012-06-11 09:00:34.638 +0800 OS Version: iPhone OS 5.1.1 (9B206) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000009 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x34e74f78 objc_msgSend + 16 1 appName 0x0002963e __24-[XYPieChart reloadData]_block_invoke_0168 (XYPieChart.m:321) 2