Search results for

testflight the requested app is not avaliable

411,247 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
558
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.2k
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
293
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