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
When hard-closing the App on the iOS simulator the following exception is thrown: Cannot get the method descriptor for the selector 'oneSignalApplicationWillTerminate:' on the type 'myapp.AppDelegate', because the selector does not correspond to a method (ObjCRuntime.RuntimeException)
Steps to reproduce?
1. Install v. 4.3.3 of the Package on .NET MAUI 7.0.92
2. Initialize the SDK according to documentation
3. Start the App in Simulator
4. Hard-close the App
What happened?
When hard-closing the App on the iOS simulator the following exception is thrown:
Cannot get the method descriptor for the selector 'oneSignalApplicationWillTerminate:' on the type 'myapp.AppDelegate', because the selector does not correspond to a method (ObjCRuntime.RuntimeException)
Steps to reproduce?
What did you expect to happen?
The app to close cleanly
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: