Im Linking to appstore from my app using
`NSString *iTunesLink = @"itms-apps://itunes.com/apps/companyname/";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];
This works, but when returning to my app it's just a blank screen and I have to restart the app.
Am I missing some fundemanatal piece of code here