UIApplicationDelegate.FailedToRegisterForRemoteNotifications Method

Definition

Indicates that a call to RegisterForRemoteNotifications() failed.

[Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")]
public virtual void FailedToRegisterForRemoteNotifications (UIKit.UIApplication application, Foundation.NSError error);
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
Attributes

Applies to