-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This kind of statusbar will be rejected by apple #30
Comments
as I said in #15:
I will add this ticket to the readme. |
I agree with you, and I remove JDStatusBarNotification then my app was passed. Recently in order to responding iOS8 ,app review is very strict. If I were you ,I would also stick to my style. |
@dskyu can you please explain how you used this library that ended up in rejection? Or can you please post a screenshot. Basically I want to know what counts as violation of the HIG. Thanks. |
My app was rejected by the same reason, apple doesn't allow app cover the status bar. |
This is apple's reason for rejection.
----- 10.1 -----
Moreover, we found that your app does not comply with the Apple iOS Human Interface Guidelines, as required by the App Store Review Guidelines.
Specifically, we found that the app inappropriately covers the native iOS status bar.
It may be helpful to review the iOS Human Interface Guidelines to help ensure your app is in compliance with these terms and conditions.
----- 10.3 -----
In addition, we found your app uses system-provided items in a non-standard manner, which is not in compliance with the App Store Review Guidelines.
Specifically, we found that the app attempts to replace or cover information on the native iOS status bar.
This kind of style covers the native iOS status bar, I find a better way to modify.
The text was updated successfully, but these errors were encountered: