Issue #2788: fixed breaking change of APNs deviceToken format for iOS 13 by Nkzn · Pull Request #2808 · phonegap/phonegap-plugin-push

Description Fix parsing method for registered device token. On iOS 12 or lower, it will work as before. On iOS 13 or higher, new hexadecimalStringFromData method makes binary to hexadecimal string...