API to show buy page?
Is there some sdk function that you can call in your lite version to take them to the app's buy page for the full version?
[UIApplication openURL:url] with a URL to the App Store page. There are threads here with discussion on how to format App Store links so that they're opened straight away in the App Store. Can't remember whether the consensus was to use itms:// or http://
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=MYAPPSTOREID&mt=8"]];
Make sure to switch the "itunes.apple.com" you get from iTunes to "phobos.apple.com". That will cause it to open the App Store directly instead of opening Safari and then the App Store.
Make sure to switch the "itunes.apple.com" you get from iTunes to "phobos.apple.com". That will cause it to open the App Store directly instead of opening Safari and then the App Store.
Bachus, that worked like a charm. Thanks
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| facebook page for my app? | aerospaceman | 6 | 8,957 |
Aug 21, 2012 01:32 AM Last Post: jaydenharris98 |
|
| Is there any way to show in a presentation what you see in your iPhone? | riruilo | 2 | 2,661 |
Mar 24, 2010 12:32 PM Last Post: Frank C. |
|
| Getting app store to show the game now works with 3.0? | Madrayken | 4 | 3,945 |
Jan 25, 2010 12:20 PM Last Post: Madrayken |
|
| YouTube video embedded in page not showing on iPhone | monteboyd | 4 | 4,968 |
Apr 6, 2009 02:02 AM Last Post: monteboyd |
|
| 512x512 picture for applications, where do they show it? | Lostlogic | 1 | 2,947 |
Oct 10, 2008 04:15 PM Last Post: Taxxodium |
|

