Hi, I've read this morning that we can use the new xcode 7 beta and to run / debug or apps directly on the device _without_ the need of a app developer program subscription. But when i try this out it turns that the IDE is complaining about my account not having the subscription done.* first issue:failed to code sign <app name>.No valid signing identities (i.e. certificate and private key pair) matching the team ID “<my id>” were found.Xcode can attempt to fix this issue.* second issue, when i press the fix button:The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support.https://developer.apple.com/supportCan anyone help me on this, as I really want to try my work before program subscription.Thanks in advance.
Search results for
DTiPhoneSimulatorErrorDomain Code 2
158,492 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi allI just put iOS 9 on a device and downloaded my app from the app store.The affected code is swift code.When i use a dateformatter with format:yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZIt translates to2015-05-30T10.52.00.00000+0200 instead of 2015-05-30T10:52:00.00000+0200Anyone else experiencing this?I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.Thanks in advance
I could not redeem the code from within Safari as it kept taking me to my Top Sites instead of launching the App Store. The only way I found to get around it was use Chrome browser, login to the Developer site and select the download link. This launched the App Store and redeemed the code. However even though my code is redeemed I still have no updates showing in the App Store despite several refreshes.Maybe I just need to be patient although I would like to know why none oif the worked in Safari Version 8.0.7 (10600.7.7)
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I read the App Store Review Guidelines especially the 20th clause, however, there are some things that are still vague so if anyone can clear things up for me, that would be great.1. Is it okay if we let users participate in a survey and in return, give them a chance to win a reward by drawing lots? Of course, before we let users join any surveys, we will properly display the rules, the disclaimer as stated in the guidelines.2. Is it okay if the rewards mentioned in (1) can be gift certificates or points? Points will be managed and maintained by application developers and not the SDK developer.Thanks.
I have a question regarding xcodebuild. I have created a static library and I want to build it and create my .a file without using Xcode. I run xcodebuild from the terminal and it runs without generating an error and tells me that the code is built but there are no files generated in product folder. Any thoughts?
The NSAttributedString(string:attributes:) constructor has been updated with generics in Swift 2.0 so that the attributes parameter is of the type [String : AnyObject]?However, this means that the following code doesn't work anymore: let font = CTFontCreateWithName(Monaco, 10, nil) let string = NSAttributedString(string: foo, attributes: [kCTFontAttributeName : font])The problem here is that kCTFontAttributeName has the type CFString, which is not automatically bridged to String, even though it's going to be immediately converted back to a CFString.The workaround is to convert it manually: let font = CTFontCreateWithName(Monaco, 10, nil) let string = NSAttributedString(string: foo, attributes: [String(kCTFontAttributeName) : font])
Hi Folks! I've been struggling with an issue for some time, where when I generate new cells in a tableview, the cells are scrambled.I assumed my cells wern't being dequeued properly, but having commented almost everything in the cellForRowAtIndexPath method, it worked fine.Adding the code back line by line, it appers that the followling lines cause the problem.UILabel *label;label = (UILabel *)[cell viewWithTag:1];label.text = [NSString stringWithFormat:@%d, numerator[indexPath.row]];I set the value of a UITextField in the same function without it causing a problem, so I'm somewhat baffled by this.Is there a problem setting the label text in this function, or am I doing something else wrong?Thank!Screwtape.
Hello,I'd love to start building something but can't find the documentation. Sample code I found isn't enough.
Installation was shaky. Difficult to begin installation after download completed. Installation itself took twice as long as estimated. Screen went black for over 3 minutes two times. Now that the beta is finally installed, I am very pleased. Mission control FINALLY animates with a high frame rate, even with translucency enabled. App launching and switching are noticably faster. Overall performance is buttery smooth.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I accepted Apple Developer Program License Agreement in the Member Center, but the notification is not hide in the iTunes Connect. I don't have in the Member Center any License Agreement in this moment. What do I do? It includes followingAgreements, Tax, and Banking Review the Paid Applications Schedule. The iOS paid applications schedule (“iOS Schedule 2”) and the Mac paid application Agreement schedule (“Mac Schedule 2”) have been combined into a single Schedule 2 covering both programs, and the Custom B2B schedules (“Schedule 3”) for iOS and Mac have been combined as well. To create new paid apps and in-app purchases and upload binaries to the App Store, the user with the Legal role must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the Agreements, Tax, and Banking module.To accept this agreement, the user with the Team Agent role must have already accepted the Apple Developer Program License Agreement i
Hello Developers,I just updated to Xcode 7 and opened up my project which i started a couple months ago on 6.3 using Swift. I'm now getting hundreds of error codes, some of them i have never herd of, anyone know why?
Interesting is;I only have reduced battery life on my iphone 6. On my iPad Air 2 bettery life is not that bad. I think it's reduced too but not that dramatically.The mail configuration etc is the same on both devices!
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I need a guide for adding trial period option for iOS app auto-renewing subscription without using separate server.The thing is that different time period options inside one auto-renewing group of items have separate IDs, however there is no ID for trial period. How can I request it from out my app after user presses Trial period button.There are no descriptions on Developer Forums and on other websites, no examples as well, so I don't know how to implement this.P.S.: I use RMStore to cover transaction APIs.Here is how the code approximately looks:- (void)performRequestForProduct:(NSString *)productID completionBlock:(void(^)(BOOL success))func { NSSet *productIdentifiers = [NSSet setWithObjects:kInAppIDUltimate, kInAppIDPremium1Year, kInAppIDPremium1Month, kInAppDonationBundleID, nil]; [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES]; [[RMStore defaultStore] requestProducts:productIdentifiers success:^(NSArray *products, NSArray *invalidProducts) { if (invalidProducts.count
I lost connection and my download of El Capitan failed, now when I re-try code is insered automatically and I get an error: This code has already been redeemed. How do I refresh the code or restart the download?
its posible to install the osX el capitan in two macs with the same developer user?Yesterday, i download the installer in my imac, but i dont install in it.i think is best install in my MBP for TEST.But today when i try to download, in MBP, i can,t. the code is in use.Sorry for my english....