Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS App Rejected - Guideline 2.3.1 - Performance

I just recently submitted my app to the app store. But app store has rejected my app and said

We discovered that your app contains obfuscated code, selector mangling, or features meant to subvert the App Review process by changing this app's concept after approval to the App Store. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

We have not added any new third party library from last submission. We are using react-native and firebase in our app from last 1.5 year, is this may be a reason to reject app.

like image 223
Mahendra Y Avatar asked Jan 18 '19 06:01

Mahendra Y


1 Answers

Apple strictly follow their AppStore Review Guidelines and they do want to compromise in any case. There is very-very-very rare chances that Apple compromise about this.

From that Guideline,

Apple want to say that The app function/feature/behaviour should be same in pre and post review process. The app should not change its function/feature post review process.

Apple feel that Your app function/feature/behaviour may get changed after approval of the app. And this is the reason Apple asked for more time for review.

It can be possible by just setting a Boolean variable based on the api response OR setting the timer in app, etc. If you are doing so then Your app will never get approved.

What you can do now?

You can always reach to app reviewer guy and argue with them about your app and they will explain in detail about what is wrong with the app.

So you can fix and resubmit the app again.

like image 184
Mahendra Avatar answered Oct 22 '22 06:10

Mahendra