UIApplicationDelegate.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 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