Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

Installation does not go through
I'm trying to install on a 2009 iMac. The screen shows Installing: About 31 minutes remaining. It was showing that for few hours, so I did a force-shut down. Instead of booting up normally, it boot up into the installer. The screen still continues to show the same message. I've completely lost access to the computer. Whenever I do a force shut down and start it again, it still opens back to the installer screen. Can someone help please?!?
4
0
560
Jun ’15
Reply to Is there a way to use the Spotlight API to search content that's on a server instead of stored locally in the app?
It seems possible, I mean, your app would need to be aware of the content on the server. You would need to fetch certain data from the server to create the CSSearchableItem, and then fetch the whole item to display when you get the unique identifier from application:continueUserActivity:restorationHandler:. Of course you would want to store some stuff locally so you don't make tons of requests.I also saw a Web markup item on the search overview in this page (https://developer.apple.com/ios/pre-release/) the documentation link for it seems broken though.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Reply to First install impressions?
El Capitan broke my gaming keyboard extra buttons via Razer Synapse' lack of support (essential for my emacs usage), ipod nano doesn't show up in iTunes and my external harddrive (needed to backup to get back to Yosemite!!!) also isn't accessible. Very irritated about all this.😟 Why can't there just be an easy way to go back to a previous build... I can't do a clean wipe. Very disapointed and wish I had an exit strategy.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Is Split View working for anyone?
That doesn't work. I even watched the video very carefully, everything Craig did, didn't even behave the same way. For an example, dragging an app onto a full screen app is supposed to show the + button to split it but it didn't. I think this feature is not available for all Macs yet. I'm using '12 rMBP.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NSURLConnection SSL error
I got following error when reqeust data from non-ssl protocol with NSURLSeesion API. I think it because of ATS in iOS9. Anyone knows what I should put in plist to opt out ATS?-- ATS description from release note--App Transport SecurityApp Transport Security (ATS) lets an app add a declaration to its Info.plist file that specifies the domains with which it needs secure communication. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible.---error---Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x7fc
2
0
6.3k
Jun ’15
Passing Data from View Controller to Label in TableView
I am trying to pass data from one view controller to another view controller. Here is my code so far that I have tried, but I keep getting an error when using this code. The error says, Outlets cannot be connected to repeating content.-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { SchoolLocationViewController *schoolLocation = [segue destinationViewController]; if ([sender isEqual:btnAbington]) { schoolLocation.campusLocation = schoolLocation.campusLabel.text = @Abington; } }
2
0
297
Jun ’15
Reply to Is Split View working for anyone?
Works for me on MacBook Air. One application must be in full screen, the other not.An example:1. Set Safari to full screen.2. Use four finger up gesture to get to Mission Control bar.3. Drag Mail onto Safari. Full screen changes to Safari and MailSplit screen can then be adjusted in the new full view.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Installation does not go through
I'm trying to install on a 2009 iMac. The screen shows Installing: About 31 minutes remaining. It was showing that for few hours, so I did a force-shut down. Instead of booting up normally, it boot up into the installer. The screen still continues to show the same message. I've completely lost access to the computer. Whenever I do a force shut down and start it again, it still opens back to the installer screen. Can someone help please?!?
Replies
4
Boosts
0
Views
560
Activity
Jun ’15
Reply to Apple Watch stuck updating? Progress circle hasn't moved in 20 minutes...
I had to reset too. After that when I loaded from backup apps were hanging on install. I unistalled from watch and reinstalled all is well now.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Can not back up to iCloud
Can not back up to iCloud after installing iOS 9 on a 6 Plus.
Replies
2
Boosts
0
Views
532
Activity
Jun ’15
iCloud Photo Library not downloading
Any one else's photos not downloading from iCloud? Mine just says waiting to upload the new photos and yes I'm on wifi.
Replies
2
Boosts
0
Views
383
Activity
Jun ’15
Reply to Is Split View working for anyone?
Doesn't work for me either - I get the same blocked cursor when trying to drag onto full screen app, and all permutations of holding on the green fullscreen button do nothing. Didn't see anything about it being disabled in this build.12 Retina MacBook here.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is there a way to use the Spotlight API to search content that's on a server instead of stored locally in the app?
It seems possible, I mean, your app would need to be aware of the content on the server. You would need to fetch certain data from the server to create the CSSearchableItem, and then fetch the whole item to display when you get the unique identifier from application:continueUserActivity:restorationHandler:. Of course you would want to store some stuff locally so you don't make tons of requests.I also saw a Web markup item on the search overview in this page (https://developer.apple.com/ios/pre-release/) the documentation link for it seems broken though.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Setting Up Shared Data App Group
I was wondering what the best way of setting up an App Group with a subset of my data for display on the watch.My App was originally written with Core Data. Kelly
Replies
0
Boosts
0
Views
233
Activity
Jun ’15
Reply to First install impressions?
El Capitan broke my gaming keyboard extra buttons via Razer Synapse' lack of support (essential for my emacs usage), ipod nano doesn't show up in iTunes and my external harddrive (needed to backup to get back to Yosemite!!!) also isn't accessible. Very irritated about all this.😟 Why can't there just be an easy way to go back to a previous build... I can't do a clean wipe. Very disapointed and wish I had an exit strategy.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is Split View working for anyone?
That doesn't work. I even watched the video very carefully, everything Craig did, didn't even behave the same way. For an example, dragging an app onto a full screen app is supposed to show the + button to split it but it didn't. I think this feature is not available for all Macs yet. I'm using '12 rMBP.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
NSURLConnection SSL error
I got following error when reqeust data from non-ssl protocol with NSURLSeesion API. I think it because of ATS in iOS9. Anyone knows what I should put in plist to opt out ATS?-- ATS description from release note--App Transport SecurityApp Transport Security (ATS) lets an app add a declaration to its Info.plist file that specifies the domains with which it needs secure communication. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible.---error---Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x7fc
Replies
2
Boosts
0
Views
6.3k
Activity
Jun ’15
Passing Data from View Controller to Label in TableView
I am trying to pass data from one view controller to another view controller. Here is my code so far that I have tried, but I keep getting an error when using this code. The error says, Outlets cannot be connected to repeating content.-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { SchoolLocationViewController *schoolLocation = [segue destinationViewController]; if ([sender isEqual:btnAbington]) { schoolLocation.campusLocation = schoolLocation.campusLabel.text = @Abington; } }
Replies
2
Boosts
0
Views
297
Activity
Jun ’15
Reply to Macbook Pro (early 2011) restarting continuously El Capitan
No I don't
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is Split View working for anyone?
Works for me on MacBook Air. One application must be in full screen, the other not.An example:1. Set Safari to full screen.2. Use four finger up gesture to get to Mission Control bar.3. Drag Mail onto Safari. Full screen changes to Safari and MailSplit screen can then be adjusted in the new full view.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is Split View working for anyone?
Hmm I was thinking: is it a 13 rMBP? If so maybe Split View isn't available for all _screen_ sizes yet (since it doesn't work on my 12 rMB either). If so, can you try plugging into an external monitor and seeing if it works there?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta 1 secured wifi issues?
Figured my issue. It was Cloak VPN app. I had network profile installed by this app and it prevented me from accessing internet.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15