UIApplicationDelegate.FailedToRegisterForRemoteNotifications Method

Definition

Indicates that Apple Push Service did not successfully compete the registration process.

[Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FailedToRegisterForRemoteNotifications(UIKit.UIApplication application, Foundation.NSError error);
[<Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FailedToRegisterForRemoteNotifications : UIKit.UIApplication * Foundation.NSError -> unit
override this.FailedToRegisterForRemoteNotifications : UIKit.UIApplication * Foundation.NSError -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

error
NSError

Implements

Attributes

Applies to