Search results for

testflight the requested app is not avaliable

411,290 results found

Post

Replies

Boosts

Views

Activity

Reply to Not finding Carrier
always showing iPhone carrier name on the left top corner? I have ATT carrier. I tried to reset network settings its works, but after reboot turns back to iPhoneHow to fix it? Cause i dont understand when good signal, when bad... when carrier avialable, when not...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to wwdc 2015
Sounds like you folks are taking the announced time travel feature too literally. It's the first day of the conference. Only the keynote, State of the Union and design awards presentations have happened yet. The others will be live streamed over Apple TV / WWDC app and made available for replay some time after they have actually happened. Last year it was within a day. I think they've said they're trying to make it quicker this year but I wouldn't bet on it, personally.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
Documentation would be nice, wouldn't it? Sadly, it's currently undocumented. I found these keys by searching through the bundles included in the Xcode 7 beta package. There are other keys as well that I'm sure are used for specifying domains as Apple intends, but it's not clear how to format the ATS dictionaries in the Info.plist, so for now this is a workaround. I'm sure we'll know more by the end of the week.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Companion app has problems with Watch OS 2.0
I updated my iPhone to 9.0 beta, installed the profile on the watch and updated the Apple Watch to Watch OS 2.0But now the companion app has problems with the new Watch OS. I can install third party apps with the companion app. But I cannot check in the general settings the software version or other things. The app gives me an allert that it cannot connect to the watch and I should check if the airplane mode is set to off. All the icons of the Apple apps are also not shown in the companion app. There are only these white placeholder icons for them.I can also not change settings for the app. I checked it with the photos app and the sync album is set. But the app on the watch dont show the photos because I think it cannot read the settings.This is what I did. Maybe there was something wrong with the update.- I installed first the latest version of iTunes on my iMac with OSX Yose
3
0
961
Jun ’15
Reply to How to lower iOS version
Downgrading iOS devices is not supported. If you need to test on hardware running an older OS version, you have to buy a used device that still has that version installed, and never upgrade it. (You can't choose a specific version to upgrade to either; if you do upgrade, it is always to the latest release version.)Strange but true.
Jun ’15
Touch ID credential surviving device reset on iOS 8.3
My app supports Touch ID to allow the user to log in using a saved credential (password).When the user launches the app, they are immediately prompted to touch the home button to log in.A successful touch retrieves the credential and uses it to log in.We have been seeing sporadic problems under iOS 8.3.Upon launch the system will *not* prompt the user to touch, it will instead directly retrieve the correct credential and log in.I set the credential using the following code (some details shortened for readability):-(void)enrollTouchForUser:(NSString *)username { NSString *password = @passwordFromInterface; NSData *encodedPassword = [NSData encodePassword:password forUsername:username]; NSData *encryptionKeyData; // obtained from outside process - code not needed for this sample NSData *encryptedPassword = [NSData encryptDataWithKey:encryptionKeyData withData:encodedPassword]; // add the key to the keychain CFErrorRef error = NULL; SecAccessControlRef sacObject; // Should the
2
0
875
Jun ’15
How do I install apps without a developer program?
Well, one of the main features of Xcode 7 is the ability to install apps you're developing without an Apple Developer Program. Theorically, you just have to add your Apple ID. I added it on Settings, but every time I try to run the app on my iPad it says that I need to be enrolled in the Apple Developer Program. How do I try my app without having to enroll?Thanks!
6
0
4.1k
Jun ’15