[Go] How to review with App Store (IOS developer experience sharing)

Source: Internet
Author: User

The Cocoachina Exchange community has initiated a topic discussion about the reasons and solutions that iOS developers have encountered in the audit failure, with the following valuable responses:

wubo9935

The app is designed with an icon similar to the Apple native icon, the Apple native icon is patent protected, and in design guideline, the app icon cannot be the same as the Apple icon, such as the Itunes,app Store, ipod, etc. If a similar app will be rejected.

Wind

The app's settings interface, buttons use a similar iphone-like operation, and the icon's rounded corners design--Re-design ...

The app's age setting is too low to change the age ...

The app has an in-kind bonus disclaimer, nothing to do with Apple ...

The app description in the following version of the function of the word, delete ...

The app has a rating function---reject, also has passed ...

The app needs to use location, without prompting the user, prompting, allowing the user to reject ...

App does not provide a test account ...

The app has a private API--Modify ...

Numbbuaa

Two questions encountered:

1. Third-party static libraries contain calls to the private API (contacting third-party technical support, updating the static library);

2. Contains potential pornography, violence and other content (adjust the age limit and add the report function)

Armywin

The game contains URLs that can be redirected, rejected

The game contains the promotion of the app not under this account, is rejected

The app interface is so much like a Web page that it's rejected

In-game purchase time to do the server authentication, the server is not stable, resulting in the test account can not recharge, was refused

The game provides the monthly card function, but does not support the player to use in different devices, is rejected

wode211

1: Do the browser, the rating must be selected 17 +

2: Apps similar to Android Widgets desktop rejected (not in user's habit)

3:term of service URL link large Web page is not compliant with "term of service" content, rejected

4: The response of a button or control is not consistent with the description, rejected

5:ipad application, the uipopovercontroller arrow, does not point to the corresponding button or control, is rejected. (If there is no right after the turn screen, also rejected)

6:iphone program can't run on ipad, or run poorly, be rejected

The documents in the 7:documents were not handled according to Icould's instructions, and were rejected

Wild boar, stupid.

The app's age setting is too low and changed to a higher age ...

The app has the button function, which prompts the user to evaluate the score, delete ...

Not tested on multiple devices, iphone5 interface warp

The app is modified with third-party API ...

Ywlcjl5

The game interface ugly does not meet the expectations of the iphone users, continuously rejected 2 times. -Re-painting.

Purchases purchased permanently are not added to the Restore purchase feature. Add

The function of exiting the program is not compatible with the human-computer interaction function. Delete

xin814

1. Similar changes to Apple's App store style

2. Delete with private API

3, someone else's, the interface of the iphone is written incorrectly into the iphone modified

Linaicai_rename

1) The third party login in the app is refused to change to WebView login via the built-in browser

2) Wallpaper application Because of the inability to control third-party data causes the appearance of some pornographic images will be refused to delete

3) The name of the app name or the internal data used to some registered trademarks will be refused to modify the name

4) application too much simple, too little interface or serious violation of Apple interface design guidelines rejected redesign

tmxk12388

First, at the time of the audit, the app has been prompted not to connect to the server, self-Test no problem, the analysis may be reachability return cannot connect-use request to return data to judge after the audit passed

Second, the submission of video-class client, said that no video broadcast copyright-provided by the copyright note after the audit

Third, the product only provides mobile phone number registration, request account-Provide account

Four, the product icon and splash screen image added to the logo of other companies-remove logo

Doctor_chen

1. About our page in order to facilitate the use of local webview layout, only this one page, because this is rejected. Hint what does not have a native attribute, such as button: After a long while to know this reason, the webview replaced by a picture, Apple satisfied.

2. An application, the other is not a problem, there is a use of instructions for the sake of beauty I have added a cover to the Bookshelf style, the content of pure txt. Apple when I sell books, tell me, xxx like ebook should is xxx on ebook store. I'll just delete this and pass it. I can't figure out how many txt-formatted ebooks have passed.

3. Using a similar Youku kind of pop-up a lap menu, said the user will confused doubts, to have guidance instructions, did not pass. It's useless to add a note to me. Finally, I changed a regular menu and passed it.

Beiqingbao

Users are prompted for comments in the program

Hint: Pro, give a favorable!~ was rejected

Instead of "Go to AppStore score" passed

Lpluck08

1, in the app if the Apple device name, must be the iphone, ipad and so on, pay attention to the case, if it is the iphone or ipad,rejected!!

2, in the app if it involves landing or need and hardware device connection to continue to operate, need to provide test account, or Operation video.

3, Private API issues, encountered once ...

Cocoawill

1. The application contains a picture of a company logo, without the company's authorized documents, rejected

2. Application about containing beta words, rejected

3. When applying for a certificate, Inter-app Audio is selected and is not supported in the application, directly invalid Binary

4.info.plist inside the required background modes >app plays audio, the auditor in the application did not find the place to play audio, was rejected, in notes to add audio playback function description, passed the

5. Registration is limited to mobile or Unicom account, declined

6. Click on a function within the app, prompting is being downloaded, rejected, changed to be loaded, past

Bombbomb

Non-user-generated data is stored in the documents directory, and the violation of the icloud backup specification is returned.

In-app marketing campaign to send prizes, not related to Apple, declined

23105612

Reason for rejection

We have the game center enabled, but the restrictions require the player to play to a certain extent to turn it on and then be denied

Solution Solutions

After e-mail communication, we recorded a video game using the game Center function to get through

Legolasyoung

Come with a clause:

3.10 Development programmers (or other improper means) who attempt to manipulate or spoof user reviews or chart rankings in the App Store using forged or paid reviews will be removed from the iOS developer program

The app has a alertview that prompts users to comment:

First time: Give me 5-star rating, you'll get coins! be refused;

Second time: Give me 5-star rating, thank you! be refused;

Third time: plz rate me! Pass.

The program is unable to know how many ratings users rated, so the user is prompted to give 5 stars to deceive users. And the first one violates the paid comment.

Tips, developers want to use the "switch" in the form of control this hint text to bypass the audit, it is best not to do so, many people in the jar has been canceled because of this practice IDP.

11.1 Applications that use software other than the App Store to open or provide additional functionality will be rejected.

App allows users to get free coins by sharing game results to Facebook, inviting Facebook friends to play games, and more. be refused;

Change these operations to no gold, pass.

"Share results to Facebook" and "invite Facebook friends" belong to "software outside the App Store", "Get Free Coins" is "provide additional features".

10.2 Apps similar to the iphone bundle app provided with the App Store, ITunes store, and IBookstore will be rejected.

One, the previous production of an app has a user Bookshelf function, the Bookshelf interface is similar to ibooks will book the cover of one book arranged on the bookshelf. With your finger on the cover of the book, the bookshelf goes into edit mode and the cover shakes. This editing function was rejected. Change into edit mode, the cover does not shake, through.

Second, the previous production of a software has the IM function, the user dialogue shows the high imitation system comes with the text message bubble (whale body), rejected; changed to a non-whale UI, passed. 10.1 The application must comply with all terms and conditions as explained in Apple's iphone user interface guidelines and the ipad user interface guidelines.

Apple does not allow applications to obscure the status bar.

Previously used mtstatusbaroverlay this open source Library, covering the status bar display tasks and progress, rejected;

Later replaced by other libraries do not cover the status bar, through.

zsx923

1. In-app score popup alert, text can not induce users, such as "Praise", "5 star evaluation" and so on, will be reject

2. Related to music, video type of data, especially foreign, such as when the submission did not mention the copyright agreement and so on, will be ruthless reject, the domestic is OK.

[Go] How to review with App Store (IOS developer experience sharing)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.