I have done this feature by getting version from web service and comparing with current bundle version and if they do not match and isMandatoryVersion from our API, it will prompt user with OK button only.
#define kAppStoreURI @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=" [UIApplication sharedApplication openURL:[NSURL URLWithString:kAppStoreURI]]
Apple have complained about this and said:
No comments:
Post a Comment