testflight

How can we distribute iOS build using Enterprise Account?

荒凉一梦 提交于 2019-12-12 01:27:17
问题 How can we distribute iOS build, which is built by using Enterprise Account? Is there any possible to distribute via testflight account? Any help much appreciate. Thanks! 回答1: There's a couple of different ways to do this. Once you've got a .ipa file for the app, you can: Distribute via iTunes, if your employees can sync their iOS devices with their laptops (Apple Docs) By using the iOS Configuration utility, though this means you have to physically have the device (Apple docs) Over-the-air

How to find all the NS[whatever]UsageDescription keys my dependencies will require?

孤者浪人 提交于 2019-12-11 15:53:16
问题 I have an Xcode project which depends on a bunch of third-party frameworks. I'd like to start preparing for an app submission and I'm wondering whether Xcode forewarns me of all the NS[whatever]UsageDescription keys I'll need to provide. When I look at the the "Info" tab in Xcode I only see one of these Privacy - [whatever] Usage Description keys. I'm suspicious because I expected to find more. I'd like to be 100% sure that the frameworks I depend on do not use additional native API's that I

Can I test an app on an iOS device belonging to someone who lives in another part of the world?

[亡魂溺海] 提交于 2019-12-11 13:52:59
问题 I have finished working on an iOS app that I would like to give some friends of mine to test on their devices before submitting it to the app store. However, they live in another parts of the world, and am unable to get a hold of their respective devices. Is there a way for me to use their UDID and generate an .ipa file to send them to test on their device via email, without them having to physically provide me with their actual device? I have heard of TestFlight as a possible solution, but

iPhone App Rejected: first time launch the screen turns white on iPad

岁酱吖の 提交于 2019-12-11 10:48:52
问题 My iPhone only app got rejected, but when Apple tried it on an iPad x1/x2 the app turned white after the launch screen. I think the status bar is the problem, but I'm not sure. I have View controller-based status bar appearance NO in plist. And then on my first VC in a PageViewController I use UIApplication.sharedApplication().statusBarHidden = false . The app runs as it should when it's removed from memory and reopened. Has anyone else faced the same problem? Edit : Some more info: After

Operation_failed: When I select new version for internal testing in iTunesConnect

余生长醉 提交于 2019-12-11 10:27:30
问题 When I try to select the new version for Internal testing in iTunesConnect. It shows me an error "Operation_failed". But there is no reason why this error happens? In the the version selecting dialog box, there is an warning message "Your latest build is still in processing". From this warning message, I can understand that, the latest build is still in processing state, but when I check in the Activity screen, (processing) indication is not displaying. I also checked this issue for couple of

How can a company invite me to TestFlight?

强颜欢笑 提交于 2019-12-11 09:09:45
问题 Slightly programming related, but I cant seem to figure it out. I have an Apple Developer Account and an iTunes Connect account. When the company invities me, all I get is a "XY Ltd. invited you to join iTunes Connect". If I log in via the link nothing happens, I get my own iTunes Connect account. I don't seem to able to switch between roles or anything like that. What's the issue here? The email they sent me: 回答1: There are 2 things here: 1) You need to add the tester in users tab in itunes

Lauch iOS app from TestFlight is crashing

喜你入骨 提交于 2019-12-11 07:00:00
问题 I have my iOS App at TestFlight. I installed it in my iPad. After the installation. I opened the application by tapping 'open' button. It started launching the app with splash screen and then crashed. But launching the app manually tapping the app icon works fine. Thanks in advance 来源: https://stackoverflow.com/questions/38659442/lauch-ios-app-from-testflight-is-crashing

An App ID with Identifier 'com.companyname.appname' is not available. Please enter a different string

孤街醉人 提交于 2019-12-11 06:40:41
问题 I am trying to upload my IOS app to TestFlight for beta testing. On XCode, my application's bundle ID is com.companyname.appname . When i try to create a distribution provisioning profile, i am told to create an app ID. When i try to register an IOS App ID on the developer portal, i enter appname under App ID Description and com.companyname.appname under Bundle ID . I get the error message There were errors in the data supplied. Please correct and re-submit. An App ID with Identifier 'com

iOS Restore Purchases in TestFlight

自闭症网瘾萝莉.ら 提交于 2019-12-11 05:35:06
问题 I have a mobile app, which for iOS I am testing with TestFlight. After I make a successful "Non-Renewing Subscription" purchase, I would expect to see the purchase history when I call Restore Purchases . When I make a purchase through the TestFlight app, I do not see any historic purchases. Question Is this normal behaviour because this is a test environment, and the purchases don't really exist? Or, should I expect to see the historic purchases? If one cannot see the historic purchases, how

UITableView cell background difference in iOS7.0

风流意气都作罢 提交于 2019-12-11 04:33:27
问题 So I have made this app with a hell of a lot UITableViews that started around iOS 4.3. In the past week I've updated my iPhone to iOS7.0 and when i ran my app (that is currently in development again) and my UITableView backgrounds turned out white instead of the clearcolor that used to work before. So I've searched google and came to the conclusion that we should now do this color at cellular level. Like in this question: UITableView clear background I've tried that and it works fine. However