Skip to content

iOS embedding uses deprecated API for >iOS 10 #23588

@dnfield

Description

@dnfield

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 APIplatform-iosiOS applications specificallyplatform-macBuilding on or for macOS specifically

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions