UIApplicationDelegate_Extensions.FailedToRegisterForRemoteNotifications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that Apple Push Service did not successfully compete the registration process.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void FailedToRegisterForRemoteNotifications(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FailedToRegisterForRemoteNotifications : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSError -> unit
Parameters
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
- error
- NSError
- Attributes