testflight

TestFlight beta-testing iOS app

末鹿安然 提交于 2019-12-02 12:08:57
I completed to develop my first app. Right now i want to distribute my beta throught https://testflightapp.com I tried to create .ipa file with this tutorial - http://help.testflightapp.com/customer/portal/articles/402782-how-to-create-an-ipa-xcode-4 In the very beginning i should select Entitlements, but there is not such category as Code Signing.. Any helps? Thnx. PS I have a developer account. UPD. Does somebody create ipa files for TestFlight on XCode 4.3? How do you do that? I skipped entitlements altogether. With Xcode 4.2 and later I have not needed them. Make sure your Archive Scheme

Testflight internal tester installed app exceeds 10 device limit

旧城冷巷雨未停 提交于 2019-12-02 11:16:14
Apple clearly mentioned on their page here "Each app can be tested by up to 25 members of your team who have been assigned the Developer or Admin role in iTunes Connect. Each member can test on up to 10 devices ." But surprisingly one of our internal testers invited to test 2 apps. He installed the First app in 3 devices. But the second app he is able to install in 11 devices . Can anyone please tell me what exactly limits and constraints of test flight internal tester? Here is the Tester Profile: You're right, according to Apple, you can install in up to 10 devices. I think that maybe he

Distribution failed with XCode 10 beta 4 - [ERROR ITMS-90534]

假如想象 提交于 2019-12-02 08:18:39
I tried to distribute my app to AppStore Connect with organizer "Distribute App" button. Upload failed with theses errors. First error and warning are okay. But the second error isn't cool.. We can't distribute app build from XCode beta ? Short answer: no. At some point, Apple will release a GM version of Xcode 10 and you will get an email saying you can now submit your builds. Until then, Xcode beta is solely for development/testing, and not distribution. 来源: https://stackoverflow.com/questions/51488827/distribution-failed-with-xcode-10-beta-4-error-itms-90534

Can't Install xCode 4.3 beta apps using TestFlight

你。 提交于 2019-12-02 07:18:38
I just upgraded to xCode 4.3 and used it to generate a new revision of an iPad app about 50 beta testers have been using for several months. I distributed the beta app through TestFlight as usual. Most testers upgraded with no problem, but several testers are getting the TestFlight message "You have not permitted this device to install this build" when they try to install the new rev. I've never seen this message before. Their iPad UDID is definitely in the build's embedded.mobileprovision file and everything was working working fine with the prior revision. What am I -- or the testers --

Build not available on iTunes Connect for internal testing through CircleCI fastlane deployment

亡梦爱人 提交于 2019-12-02 04:25:42
问题 I am currently trying to set up iOS deployment for a React-Native app, using Fastlane through CircleCI, and I am having an issue where I get to pilot in my fastlane script, I upload the build to iTunes Connect, but the build disappears from being used for TestFlight Internal Testers. If I archive locally and upload the build to iTunes Connect, it will be available for testing. My Fastfile , using version 2.51.0 platform :ios do lane :deploy_staging do match( type: "adhoc", force: true )

Build not available on iTunes Connect for internal testing through CircleCI fastlane deployment

非 Y 不嫁゛ 提交于 2019-12-02 01:18:10
I am currently trying to set up iOS deployment for a React-Native app, using Fastlane through CircleCI, and I am having an issue where I get to pilot in my fastlane script, I upload the build to iTunes Connect, but the build disappears from being used for TestFlight Internal Testers. If I archive locally and upload the build to iTunes Connect, it will be available for testing. My Fastfile , using version 2.51.0 platform :ios do lane :deploy_staging do match( type: "adhoc", force: true ) increment_build_number( xcodeproj: './ios/MyApp.xcodeproj' ) gym( export_method: "ad-hoc", scheme: "MyApp

Internal Testflight build not installing hangs at 90%

北城以北 提交于 2019-12-02 00:17:02
问题 My client is trying to install a build. Everytime, it hangs at 90%. Sometimes they leave it -- still hanging -- and check the app and see the version numbers as incremented. This time though, they've left it running there for 5 minutes and still the version hasn't updated. They removed the app and tried to install again and it's not installing, just hanging. How do I fix this? 回答1: I had this same issue and worked with Apple for literally a month going back and forth with there engineers. In

Directory not found for option '-L/Users/…/TestFlightSDK1.1'

独自空忆成欢 提交于 2019-12-01 21:30:42
I am trying to archive my Xcode project, but its giving some warning like this: Directory not found for option '-L/Users/..../TestFlightSDK1.1 It won't be there in that path, I removed that Folder from my project. I've tried all answers in Stackoverflow, but its not working. I cleaned my project I deleted all values in my Target -> Build Settings -> Library Search Paths and Header SearchPaths I looked onto my project.pbxproj But I didn't found any sign TestFlightSDK1.1 How can I solve that warning? Happened to me after upgrading to Testflight SDK2. In Build Settings, I looked into "Library

Internal Testflight build not installing hangs at 90%

时间秒杀一切 提交于 2019-12-01 20:25:00
My client is trying to install a build. Everytime, it hangs at 90%. Sometimes they leave it -- still hanging -- and check the app and see the version numbers as incremented. This time though, they've left it running there for 5 minutes and still the version hasn't updated. They removed the app and tried to install again and it's not installing, just hanging. How do I fix this? berr08 I had this same issue and worked with Apple for literally a month going back and forth with there engineers. In my case it was my build number had a 0 after a . which for some reason they have a bug that considers

iOS Enterprise Development - TestFlight

﹥>﹥吖頭↗ 提交于 2019-12-01 20:08:46
I just received an email this morning that testflightapp.com will no longer be active as of 2/26/2015, and that I should be using the iTunes Connect TestFlight service instead. This is fine and dandy for app store apps, but most of my projects are enterprise apps, and that is not supported in iTunes Connect. On top of that, iTunes Connect TestFlight requires iOS 8, and a good chunk of Enterprise users are still on iOS 7. Does anyone have a solution outside of TestFlight for deploying Enterprise iOS apps to a set of registered users? I am hoping there is an easier solution than setting up my