Search results for

testflight the requested app is not avaliable

411,217 results found

Post

Replies

Boosts

Views

Activity

Reply to can't download
From what other account? I'm in the same boat as you, I have an apple ID that is not an email format. My mac.com email address is my main apple ID that I use for iTunes, iCloud, etc. Can you elaborate a bit? I setup an alternate email address on my developer account and verified that adress but I'm still being redirected to the apple ID page.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2 crashing on where clause inside if-let
Converting my app to use Swift 2, and I'm getting a crash on this if-let where clause (that worked in 1.2):Used to look like this:if showFilterButton { if let dataController = dataController() as? FilteredCoreDataController, filter = dataController.filter where filter.customized { filterButton = UIBarButtonItem(image: UIImage(named: FilterFilled), style: .Plain, target: self, action: showFilters:) } else { filterButton = UIBarButtonItem(image: UIImage(named: Filter), style: .Plain, target: self, action: showFilters:) } } else { filterButton = nil }But it crashes on line 2. Finally discovered that removing the where clause doesn't crash the app (but obviously doesn't give me the behavior I want). Thought it was something weird like Apple changing how where clauses with in an if-let clause, but even separating it out into a nested if doesn't work:if showFilterButton { if let dataController = dataController() as? FilteredCoreDataController, filter = dataController.filter {//where filter.customi
1
0
485
Jun ’15
Reply to El Capitan download link not working
Haha so I got it to work. Go into the Mac App Store and go to Redeem and enter your code. Click Redeem super fast until it lets you in. I had to click it over 15 times and it finally went through. It will keep showing you errors but keep clicking the Redeem button really fast and it should work. Its downloading into Launchpad by the way.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Contact the App Review Team page not working
I'm having the exact same issue so it's not just you. It goes here:https://developer.apple.com/register/completeRegistration.action?cancelURL=https%3A%2F%2Fdeveloper.apple.com%2Fprograms&successURL=https%3A%2F%2Fdeveloper.apple.com%2Fcontact%2Fapp-store%2F%3Ftopic%3DexpediteI am a long time registered developer, so I don't know why it's taking me to completeRegistration.action, but I'd be happy to do whatever is required there if was not just Page Not Found.
Jun ’15
Is there a way to use the Spotlight API to search content that's on a server instead of stored locally in the app?
Looking at the API documentation for the Spotlight API it doesn't look possible. I'm still asking since in the Keynote, we saw recipe results from the Yummly app (at 36:00) and those results look like they're pulled from the Internet, not a local app (or were they locally saved favourites in the Yummly app?)
4
0
819
Jun ’15
No Service
In the past week, my iPhone 6 (Verizon, iOS 8.4 b3) has lost the ability to connect to cellular. Restoring to 8.4b3 and 8.3 haven't helped. Sometimes shows full service but with 1x in the status bar and can't actually connect to make a call or text or any data. I believe it may be a hardware issue, but I wanted to see if anyone else was experiencing this?
1
0
455
Jun ’15