I made a free version of my app and I placed a "Buy Full" link that redirects to a custom php page.
The wegpage opens in a UIWebView.
This php page contains a header:location.php function that will redirect the users to the itunes paas soon as the full version is in the app store.
But when I test the link with a different itunes link, it does not load, it shows only a blank page. Other pages do open.
How do i correctly create a "Buy Full" button?
Regards