Search results for

“testflight the requested app is not avaliable”

417,666 results found

Post

Replies

Boosts

Views

Activity

Cannot select new build after uploading new version. Rejected still listed.
Hi all,We had a version rejected from the App Store. Problem fixed, and we created a new version. Old version was 2.0.1, new version is 2.1. So, ITC has the 2.0.1 rejected version under Versions. No problem. I upload the new version from Xcode, it shows up in the ITC Pre-release tab, I change the app description and the manual version number, but under Build, it shows 2.0.1, not 2.1. There's no way to change it to 2.1. From what I read, there's supposed to be a + next to builds to allow me to select the build to be tested, but it's not there. I put a note in the developer's note section explaining the problem, but I'm a bit nervous that we're going to wait a week only to be told that there was a problem when I did everything (seemingly) correctly. Anyone else know what to do about this?
1
0
4.1k
Jun ’15
SSL Issues using NSURLConnection and iOS9
Hello,Downloading the iOS 9 beta seems to have broken all of our NSURLConnection callsthis is the error we get CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)this is working fine with IOS 8.3We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.can the developers comment on these? Anyone else seeing this?
0
0
1.7k
Jun ’15
Reply to This code has already been redeemed
I've seen this happen before when the App Store is bogged down a bit. (Gosh, I wonder why that could be happening today...) My solution would be to quit the App Store, restart, then go to the Purchases tab and see if you have OS X 10.11 Developer Beta at the top of your list. If so, you should be able to start the download.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Will updating my iPhone to iOS 9 stop call functionality?
Hi Developers!I have a iPhone 5 running on the vodafone UK network, and I am going to upgrade it to the iOS 9 beta (probably). The reason why I might not, is that I still need the call functionality on my phone. I still need to be able to:CallTextGet 3GIf I can't do any of the above then I won't upgrade to iOS 9 😢. Please help me! Thanks,The_Enderman
Replies
9
Boosts
0
Views
3.2k
Activity
Jun ’15
App Transport Security
Seems iOS9 wants to rewrite all of our URL's that were HTTP to HTTPS.Can't see any docs on how to allow HTTP for certain domain names, can anyone assist?
Replies
2
Boosts
0
Views
630
Activity
Jun ’15
Reply to Will updating my iPhone to iOS 9 stop call functionality?
Not had issues with the above in previous betas. Could be entirely wrong though.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Cannot select new build after uploading new version. Rejected still listed.
Hi all,We had a version rejected from the App Store. Problem fixed, and we created a new version. Old version was 2.0.1, new version is 2.1. So, ITC has the 2.0.1 rejected version under Versions. No problem. I upload the new version from Xcode, it shows up in the ITC Pre-release tab, I change the app description and the manual version number, but under Build, it shows 2.0.1, not 2.1. There's no way to change it to 2.1. From what I read, there's supposed to be a + next to builds to allow me to select the build to be tested, but it's not there. I put a note in the developer's note section explaining the problem, but I'm a bit nervous that we're going to wait a week only to be told that there was a problem when I did everything (seemingly) correctly. Anyone else know what to do about this?
Replies
1
Boosts
0
Views
4.1k
Activity
Jun ’15
iBeacons does not wake up iPhone
Nothing happens when iPhone is locked. The message is received which you can see after pushing the home button or on/off switch.Isn't it the main point to get a message (push) when you reach a beacon? Is there some way to make that happen?
Replies
1
Boosts
0
Views
618
Activity
Jun ’15
Where is the News App?
I've installed iOS9 beta but the new News App is not preinstalled. When someone figures out how it is to be made available to developers please let me know.Thanks
Replies
3
Boosts
0
Views
810
Activity
Jun ’15
This code has already been redeemed
I am unable to download the 10.11 seed - when I click on the download link I get taken to the App Store but get given the message that This code has already been removed
Replies
5
Boosts
0
Views
1.2k
Activity
Jun ’15
Streaming heart rate
Hello,How can we access the streaming HR from the watch app? Is it related to HKWorkout stuff? I couldn't find the right documentation.
Replies
4
Boosts
0
Views
1.3k
Activity
Jun ’15
Reply to How is the stability with apps that have not been updated yet?
Third party apps from iPad Air running iOS 9b1 :MLB At Bat - Playing video crashes app after ~1 second of playback.Overcast - Crash on launchAugust Lock - Unable to establish BTLE connection to lock1Password Extension (in Safari) - Unstable unlocking keychain, took multiple attemptsAs usual use caution and install on secondary device if possible.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
With watchOS 2.0 is there a way to access touch events and the digital crown events?
With watchOS 2.0 is there a way to access touch events and the digital crown events? Could I create something like the Photos or Maps app on the watch in 2.0?
Replies
3
Boosts
0
Views
1.4k
Activity
Jun ’15
Reply to How is the stability with apps that have not been updated yet?
My iPod touch seemingly has no issues. Although it's always been slow in comparison to my iPhone, so it's hard to tell if that's an IOS 9 thing causing slowness additional sluggishness or just the fact its a 5th gen A5...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
SSL Issues using NSURLConnection and iOS9
Hello,Downloading the iOS 9 beta seems to have broken all of our NSURLConnection callsthis is the error we get CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)this is working fine with IOS 8.3We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.can the developers comment on these? Anyone else seeing this?
Replies
0
Boosts
0
Views
1.7k
Activity
Jun ’15
Reply to This code has already been redeemed
I'm receiving a message that shows the redemption code has already been used, but no download occured. any help?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to With watchOS 2.0 is there a way to access touch events and the digital crown events?
watchOS 2 does not provide direct access to touch events. You can access the digital crown using the new WKInterfacePicker class. Your app will receive a callback each time a new index is selected in the picker.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to This code has already been redeemed
I've seen this happen before when the App Store is bogged down a bit. (Gosh, I wonder why that could be happening today...) My solution would be to quit the App Store, restart, then go to the Purchases tab and see if you have OS X 10.11 Developer Beta at the top of your list. If so, you should be able to start the download.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15