Tag Archives: app

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

Create rounded UIViews with shadow

So here is small tip how to create rounded UIViews with shadow. Create simple Window-based Application with name TestApp. Click on File->New file and select Objective-C class with UIView subclass and name it MyView Now open MyView.m and edit initWithFrame … Continue reading

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