我在我的 Xamarin iOS 应用程序中使用 OneSignal 服务,符合文档: https ://documentation.onesignal.com/docs/xamarin-sdk-setup
我已经完成了所有步骤,但是如果我覆盖 AppDelegate 方法
OnResignActivation
DidEnterBackground
WillEnterForeground
WillTerminate
OnActivated
我收到下一个错误:
ObjCRuntime.RuntimeException: Cannot get the method descriptor for the selector 'oneSignalApplicationDidBecomeActive:' on the type 'AppDelegate', because the selector does not correspond to a method
我需要覆盖这些方法,我的错误是什么?
谢谢!