Skip to content
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

UIBackgroundModes opt-out #2

Closed
alexiscreuzot opened this issue Aug 16, 2018 · 2 comments
Closed

UIBackgroundModes opt-out #2

alexiscreuzot opened this issue Aug 16, 2018 · 2 comments

Comments

@alexiscreuzot
Copy link

alexiscreuzot commented Aug 16, 2018

It would be interesting to find a way to prevent those warnings to appear, as well as the iTunes Connect warnings when uploading a build, for developers not requiring these features.

You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], 
but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.

You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], 
but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
@pchelnikov
Copy link
Owner

Is it just warning or reason to rejection?

@haashem
Copy link

haashem commented Aug 20, 2018

its only a warning.
there should be a check if user has not enabled some features, corresponding app delegates method should not be called

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants