What’s the easiest way to get Screenshot for your app, for App Store submission? [closed]

Let’s start off with saying that the status bar is allowed in the screenshots, however not encouraged and in Apple’s Guide it says that it shouldn’t be included. As to your second question, there are a few methods. Firstly, you have to have a screenshot for the current major screen sizes: 5.5″, 6.5″.If you have … Read more

iPhone reachability checking

From your screen shot, it seems like you do not have Reachability added to your project. You must download Reachability from Apple: https://developer.apple.com/library/content/samplecode/Reachability/Introduction/Intro.html And add both .h and .m files to your project. Update: You noted you have Reachability. But looking at the most recent version, I can see why you have the errors you … Read more

In app purchases restore Button

I use a variation of this: //inside of an IBaction [[SKPaymentQueue defaultQueue] addTransactionObserver:self]; [[SKPaymentQueue defaultQueue]restoreCompletedTransactions]; // Then this is called – (void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue { NSLog(@”%@”,queue ); NSLog(@”Restored Transactions are once again in Queue for purchasing %@”,[queue transactions]); NSMutableArray *purchasedItemIDs = [[NSMutableArray alloc] init]; NSLog(@”received restored transactions: %i”, queue.transactions.count); for (SKPaymentTransaction *transaction in queue.transactions) { NSString … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)