-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
e: embedderUsers of the Embedder APIUsers of the Embedder APIplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically
Milestone
Description
Our default app throws up warnings when building for >iOS 10:
/**
Called if this plugin has been registered for `UIApplicationDelegate` callbacks.
*/
- (void)application:(UIApplication*)application
didRegisterUserNotificationSettings:(UIUserNotificationSettings*)notificationSettings;
UIUserNotificationSettings in particular was deprecated.
We should use appropriate guards and/or update the API calls.
Metadata
Metadata
Assignees
Labels
e: embedderUsers of the Embedder APIUsers of the Embedder APIplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically