Search results for

“testflight the requested app is not avaliable”

416,639 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
965
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
880
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
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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Was the News app included in this first beta?
No. Apple removed Newsstand but hasn't added News yet. I'm guessing they'll add it in a later beta like how they added Tips last year.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Playground not displaying output
Am using Xcode 6 on old MacBook Pro and trying playground with swift - find that the output I expect is not being displayed on the right hand side Anyone else see this?
Replies
25
Boosts
0
Views
70k
Activity
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
Replies
3
Boosts
0
Views
965
Activity
Jun ’15
Reply to Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
It has NEVER been possible to submit apps to the store with pre release/beta tools.
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
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
Replies
2
Boosts
0
Views
880
Activity
Jun ’15
Reply to upgrade to xcode 7 and swift or not?
If the past is any indication, you won't be able to submit anything to the store with Xcode 7 until it is out of beta, which will coincide with the public iOS 9 release which is fall. So if your release plan is summer then do not upgrade.
Replies
Boosts
Views
Activity
Jun ’15
iOS 9 beta - for iPad A1430
Which model should I chose to download iOS 9 beta for my iPad A1430? It is not listed in the dropdown.
Replies
1
Boosts
0
Views
1k
Activity
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!
Replies
6
Boosts
0
Views
4.1k
Activity
Jun ’15
Reply to How do I install apps without a developer program?
I'm not sure quite yet. It will be covered tomorrow during the live session at 9am.
Replies
Boosts
Views
Activity
Jun ’15
Reply to I accepted the new developer agreements, but XCode still claims I need to accept the agreements
I have the same issue, have you been able to workaround this? No where can I accept any more agreements. However I can't create or view any profiles because dev center insists that I have to accept new agreements. 😟
Replies
Boosts
Views
Activity
Jun ’15
How compile ios 8 app for iphone ios 9
Hey,I updated my OS with ios 9 beta. Since this, I cant's compile my app from xcode 6 because my phone is ineligible. And if I use Xcode 7, I must compile with swift 2.0
Replies
1
Boosts
0
Views
753
Activity
Jun ’15