How to use Adobe air for ios to do APP demo

1, jump to App Store:

NSString *str = [NSString

stringWithFormat:@"/us/app/id%d",

436957167];

[[UIApplication sharedApplication] openURL:[NSURL

urlWithString:str]];

436957167 is the App ID

2,Jump to evaluation page:

NSString *str

= [ NSString stringWithFormat:

@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+ Software&id=%d",436957167

];

[[UIApplication sharedApplication] openURL:[NSURL

urlWithString:str]];

3,Directly Jump to App Store:

/。。。。

object-c source code In write ane for ios Inside add one more method, call the above source code is OK, remember to import UIKIT.h