willy wijaya
willy wijaya

Reputation: 772

Flutter Appstore rejection for contains obfuscated code or selector mangling

Some problem when submitted app on App Store. Got a replied after review :

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.

Currently, I'm using : Firebase Crashlytic,Analytic,Auth,Firestore,Admob

It's good on Play Store, its got released but not in App Store. Any solution?

Upvotes: 4

Views: 1974

Answers (1)

Pablo Alfonso
Pablo Alfonso

Reputation: 2465

Multiple rejections with this same message have been reported recently (April 2019). Unfortunately, the message is pretty generic. Probably, the only option is to do what they say (make sure you complain with all guidelines) and resubmit including this message at the top of the "Notes" section:

"This app was entirely written in Objective-C to just meet the functionality documented in the App 'Description' section. There are no obfuscated code, selector mangling, or features meant to subvert the App Review process."

If it is rejected again, then you have to appeal and ask for further details so you can make the correction.

Upvotes: 3

Related Questions