在提交给应用商店之前,如何测试此应用功能的功能 [英] How to test Rate this app functionality before submitting to app store

查看:64
本文介绍了在提交给应用商店之前,如何测试此应用功能的功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎么能测试评价这个应用程序的功能.我尝试了这段代码

Hi How I can test Rate this app functionality.I tried this code

 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中的代码是商店的Apple ID.但是在提交到应用商店之前如何获取和测试?请帮助我.

In the code APP_ID is apple id from store.But how can I get and test before submitting to app store?Please help me.Thanks in advance.

推荐答案

您可以在提交到应用商店之前测试此代码,但是您需要做一些事情.

You can test this code before submitting to app store, but you need to do a few things.

  1. 转到Apple开发人员门户(developer.apple.com) 创建证书,规定,应用ID

  1. Go to apple developer portal(developer.apple.com) Create Certificate, Provision, App Id

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

Go to Itunesconnect(itunesconnect.apple.com) Then you need to open My apps/New App

使用您在开发人员门户上创建的应用程序ID创建新应用程序.

Create new app with the app id you have created at developer portal.

完成后,它将提供您可以在其中输入的应用ID,但您的应用仍未提交.

Once it has done, it will provide app id that you can input there and it is still your app not submitted yet.

这篇关于在提交给应用商店之前,如何测试此应用功能的功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆