Created
March 26, 2018 03:31
-
-
Save scott-lydon/b0cc2a5889cae13ae98bd749a575cd18 to your computer and use it in GitHub Desktop.
did fail to register
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func application(_ application: UIApplication, didFailToRegisterForRemoteNotificationsWithError error: Error) { | |
//This function will be called when your attempt to register fails some how. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment