UIApplicationDelegate_Extensions.FailedToRegisterForRemoteNotifications Method

Definition

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

public static void FailedToRegisterForRemoteNotifications (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSError error);
static member FailedToRegisterForRemoteNotifications : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSError -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

error
NSError

Applies to