Tag Archives: ios

How to fix invalid product ID in In-App Purchases

Yesterday after application that I’m programming for a client being rejected once again from Apple because of “inappropriate use of In-App Purchases” I had to delete old one and create a new one in iTunes Connect. Of course after that … Continue reading

Posted in iPhone | Tagged , , , , , , , , , , , , | Leave a comment

Ad Hoc distribution of iOS apps over web – revised

Here is small update of my first post on Ad Hoc distribution of iOS applications over the web which you can find on this link. I have discovered that it can be even easier to distribute apps to beta testers … Continue reading

Posted in iPhone, Tips and tricks | Tagged , , , , , , , , , , | 3 Comments

Display CGRect frame values in NSLog

Here is simple tip to display frame values of any UIView with NSLog NSLog(@”My view frame: %@”, NSStringFromCGRect(myView.frame)); After this run your app and in Debugger Console you will se output where values are written in x, y, width, height … Continue reading

Posted in iPhone, Tips and tricks | Tagged , , , , , , , | 2 Comments

Ad Hoc profiles and application distribution via web

Note: Check this post for new details how to setup ad hoc profiles over web for beta testing. So after several hours of try and fail I have succeeded finally with distribution of Ad Hoc signed applications for beta testing … Continue reading

Posted in iPhone | Tagged , , , , , , , , , , , , , , | 4 Comments