You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: