show when run

94,692 results found

Post not yet marked as solved
1 Replies
3.5k Views
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?
Posted
by
Post not yet marked as solved
3 Replies
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.
Post not yet marked as solved
5 Replies
I'm receiving a message that shows the redemption code has already been used, but no download occured. any help?
Post not yet marked as solved
5 Replies
4.3k Views
This is odd something wrong now trying to connect to my servers. They use SSL did something change there with NSURLSession?NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9801)I'm trying to run my IOS App under the simulator..
Posted
by
Post not yet marked as solved
6 Replies
Does still appear to run a little hotter than I would like.
Post not yet marked as solved
4 Replies
Open the App Store app and check the Purchased tab. I've had this happen to me before, but it should still show up in the Purchased section for download.
Post not yet marked as solved
5 Replies
I'm sorry but they will not show up. I can answer any questions you have about the screenshots.Take care,Jon
Post marked as solved
3 Replies
1.6k Views
I'm trying to rebuild a method to draw a single character as an image for an applicaiton icon. This previously worked with UIGraphics calls, but because of image orientation issues and the nil ContextRef warnings, I want to use a cleaner solution. I found this code to draw the text image online (credit raywenderlich.com):CGContextRef context = UIGraphicsGetCurrentContext(); CGMutablePathRef path = CGPathCreateMutable(); //1 CGPathAddRect(path, NULL, self.bounds ); NSAttributedString* attString = [[NSAttributedString alloc]initWithString:@A]; //2 CTFramesetterRef framesetter = CTFramesetterCreateWithAttributedString((CFAttributedStringRef)attString); //3 CTFrameRef frame = CTFramesetterCreateFrame(framesetter, CFRangeMake(0, [attString length]), path, NULL); CTFrameDraw(frame, context); //4 CFRelease(frame); //5 CFRelease(path); CFRelease(framesetter);I've dynamically determined what I thought was a centered CGRect that will fit in my bounds. However, the text shows up VERY small at the top left corne
Posted
by
Post not yet marked as solved
17 Replies
Replied In can't download
Same issue. I agreed to the new agreements and paid the $99 since I presume my last years account expired. Says order was processed and will be electronically delivered but haven't recieved any emails other than the order email. That was two hours ago and still doesn't show that Im an active developer when I try to download iOS or OS X. Not sure I need to keep waiting or if maybe my order got stuck in limbo during the initial launch of the new program? My card was charged.And if I try to re-enroll again, after entering in my info it says, We are unable to process your request. An unknown error occurred.
Post not yet marked as solved
2 Replies
Does .bashrc run? I've always let one of the two be a symlink to the other.
Post not yet marked as solved
3 Replies
I think you have to wait until FileVault is finished encrypting your entire drive to upgrade the OS - even in public releases. Is FV still running?