Sebastian
Sebastian

Reputation: 11

iOS AppStore app rejected because the app include a link to registration. How can I solve?

We have created an app for an easy mail message system. New users have to create a new account on our website, before they can use our app. The creating of a new account is free. On the login form in the app is a button, which link to the registration form on our website. The review team has reject our app, because this link is not compliant with the guideline rule 11.13. The review team ask us to remove this button. But without this button is the app useless for new users, if they don't know where they can create a new account. I have asked the review team, if they accept our app, when we include the registration form within the app. But they are giving no answers to concept questions.

How would you solve this problem?

Upvotes: 0

Views: 1216

Answers (1)

tacos_tacos_tacos
tacos_tacos_tacos

Reputation: 10575

I think Apple wants you to make account creation integrated into your app rather than providing a link to account creation on your site.

You could build an account creation interface into your app, or (maybe) alternatively, wrap the account creation UI in a UIWebView or similar control.

See http://developer.appcelerator.com/question/140038/violation-of-apple-review-guild-1113

Basically, keep it all in the app.

Upvotes: 3

Related Questions