testflight

App not compatible on iPhone 4s and 5 in Testflight

你。 提交于 2019-12-04 20:21:34
问题 I'm nearly finished with my app, and I'm testflighting it right now. The problem is that I can't get it to work on iPhone 4s and iPhone 5. The deployment target is set to 8.0, and it's running perfectly on the iPhone 4s simulator. When my testers open TestFlight, they can see this list of compatible devices, and people with devices older than iPhone 5s can't install it. This is what my testers see in TestFlight: Another strange thing is that it compatible with iPad, but I've set my devices to

Testflight error: This build doesn't support iPhone 5c GSM. Ask the developers to support your device

佐手、 提交于 2019-12-04 19:25:30
问题 Im new to iphone development. I have created new phonegap app and installed couple of plugins. Im using testflight.com to install and test apps on devices. Last time i have installed facebook connect plugin and made required settings. App working fine on xcode simulators and created new archive. There is no error while uploading on testflight.com. but when i tried to install on my registered device, i got this error in safari. Testflight error: This build doesn't support iPhone 5c GSM. Ask

itunes connect - beta entitlement missing error

北城余情 提交于 2019-12-04 16:12:27
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> <key>get-task-allow</key> <false/> <key>application-identifier</key> <string>XXXXXXX.my.companyname.test<

iOS App Won't start on Testflight Ad Hoc Distribution

安稳与你 提交于 2019-12-04 14:21:41
I'm developing an application that works perfectly well on my phone when I run it through Xcode. But when I distribute a beta through TestFlight, none of the users can run it - NOTE : They can install the app on their phones without any problem. The application just closes before it launches and there are no crash logs on TestFlight. I can connect any of my testers' phones to my computer and run the app on them (using Xcode) just fine. I thought maybe this is a problem with provisioning profiles, but on my phone, I can delete the relevant profile from Settings app then install the app from the

Objective-C – Having a TestFlight configuration to include TestFlight SDK

岁酱吖の 提交于 2019-12-04 14:06:29
I've followed the instructions from TestFlight to duplicate the "release" configuration. Also I'm using TestFlight SDK to get live reports from my app. By doing this I had to include some TestFlight code in my application. Of course I don't want to have this code in my release version of my app. Is there some way to only include this code in the testflight configuration (the duplicated release configuration)? The same way you can do with #ifdef DEBUG for the debug configuration (or do I have to create a separate target for this and only include the TestFlight SDK in that target?) You can

Xcode 7 does not symbolicate TestFlight crash report

久未见 提交于 2019-12-04 11:17:21
问题 I am trying to use the new Xcode 7 feature that shows crash report directly into Xcode. It is working well with my AppStore live version. But when trying to open crash report from my latest TestFlight build, it does not symbolicate, so I can't find the method name of the given crash. Any clue on how to solve this ? Thank you 来源: https://stackoverflow.com/questions/33169275/xcode-7-does-not-symbolicate-testflight-crash-report

Managing Distribution Certificates with a Large Dev Team

落爺英雄遲暮 提交于 2019-12-04 10:50:47
I am part of a development team with many apps spanning multiple business units and iOS teams. We are having a lot of trouble right now managing distribution certificates. Apple lets you have 3 distrution certificates on one development account, but there is no way to name the certificates uniquely, so they all look the same. The only identifying information on the different certificates is the date on which it was generated. Apple, why can't we rename these distribution certificates so that we can manage them better??? We need the ability to allow multiple build boxes to archive and

How to determine the original build or date that app (not in-app purchase) was purchased

微笑、不失礼 提交于 2019-12-04 08:23:37
My app is currently a paid app. I would like to convert the app to a free app with IAP and grandfather (give all users who paid for the app) the IAP features for free. I thought I could use receipt validation to either (1) determine original purchase date of app - but this seems to be only available for IAP or (2) Use original Application Version (which appears to be the build version not the app version). However, when I test this in testflight, the original version number is always '1.0'. Various sources say this is a testflight issue and that the release app would correctly identify the

App crashing when launching from AppStore or TestFlight but working fine elseways

 ̄綄美尐妖づ 提交于 2019-12-04 08:22:50
My application update has been rejected. Into the rejection message, they wrote "Application crashes at launch". I then tried my application but couldn't make it crash. So I used TestFlight and noticed that when I was launched my app from TestFlight or AppStore, it was crashing at launch. But if I launch my app normally, it does work without any crashes. The thing is this bug occurred since iOS 10 update. Now my application on store also crashes when launched from AppStore while it was working fine 2 weeks go. Apple sent me a crash log: Incident Identifier: 001969F1-F275-4AC3-AFE1-E0426957B702

TestFlight doesn’t support apps with Watchkit extension

给你一囗甜甜゛ 提交于 2019-12-04 05:45:31
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? 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: The only way is via old school Ad Hoc or enterprise signing (and HockeyApp) There is currently no solution, WatchKit apps cannot be distributed over TestFlight yet. I would estimate it will be enabled sometime