Search results for

“testflight the requested app is not avaliable”

416,614 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
490
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
828
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
457
Jun ’15
Reply to Create an app
Start with a very simple idea and goal then build from there, don't try to build a Facebook clone as your first app.
Replies
Boosts
Views
Activity
Jun ’15
How to lower iOS version
I need to adapt to different ios version of the application of, but my iphone is the latest version. How to lower version?
Replies
2
Boosts
0
Views
887
Activity
Jun ’15
Reply to iOS 9 Beta 1 secured wifi issues?
I don't have an app installed on my iPhone to use ping on it. I was able to ping my iPhone from my laptop.I'll wait for some time, maybe someone figures it out 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to El Capitan download link not working
Ditto here. I accepted the new TOS and I don't see 10.11.I was given a link to install the latest build of 10.10.4, and I installed it thinking it was 10.11. I just glanced at the title and hit download, not realizing it was 10.10.4
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
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:
Replies
Boosts
Views
Activity
Jun ’15
Reply to El Capitan download link not working
Its odd. I even upgraded to 10.10.4 hoping somehow it would allow me to download 10.11 but it still does not work! The link takes me to an empty Mac App Store page 😟
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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
Replies
1
Boosts
0
Views
490
Activity
Jun ’15
Pics Not Appearing in Friends and Contact Names Not In Messages
I filed a bug report but has anyone else experienced all pics missing from Friends and contact names missing from Messages?
Replies
5
Boosts
0
Views
1.8k
Activity
Jun ’15
Misleading iOS 9 Beta Software Installation Guide...
From the iOS 9 Beta Software Installation Guide:System RequirementsiOS 9 beta supports iPhone 4s or later, iPod touch (5th gen), and iPad 2 or later. iOS 9 beta should be installed using the latest released version of iTunes ...Only iPad 2 or later? Really?Then how did I just install it on a first gen iPad mini?
Replies
3
Boosts
0
Views
508
Activity
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:
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
Jun ’15
Reply to El Capitan download link not working
Found it. It was under the purchases tab in the App Store. I'm used to seeing the builds show up under updates, so I never checked there.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Pics Not Appearing in Friends and Contact Names Not In Messages
Yup, same issue. It appears that the contacts on the iPhone aren't syncing to the watch at all; you can verify this by attempting to add a new friend to the circle and it should read No Contacts.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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?)
Replies
4
Boosts
0
Views
828
Activity
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?
Replies
1
Boosts
0
Views
457
Activity
Jun ’15