如何测试在提交到app store之前评估此应用function

嗨我如何测试评价此应用程序function。我试过这段代码

NSLog(@"gotoReviews"); NSString *str = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa"; str = [NSString stringWithFormat:@"%@/wa/viewContentsUserReviews?", str]; str = [NSString stringWithFormat:@"%@type=Purple+Software&id=", str]; str = [NSString stringWithFormat:@"%@APP_ID", str]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]]; 

在代码中,APP_ID是来自store的apple id。但是如何在提交到app store之前获得并测试?请帮助我。谢谢。

您可以在提交到app store之前测试此代码,但您需要做一些事情。

  1. 转到Apple开发人员门户网站(developer.apple.com)创建证书,配置,应用程序ID

  2. 转到Itunesconnect(itunesconnect.apple.com)然后您需要打开我的应用程序/新应用程序

使用您在开发人员门户网站上创建的应用ID创建新应用。

完成后,它会提供您可以在那里输入的应用ID,但仍然是您的应用尚未提交。