We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f09772 commit 8cd2a34Copy full SHA for 8cd2a34
plugins/apn/godot_apn_delegate.mm
@@ -94,7 +94,7 @@ - (void)application:(UIApplication *)application didRegisterForRemoteNotificatio
94
}
95
96
String device_token;
97
- device_token.parse_utf8([[token copy] UTF8String]);
+ device_token.append_utf8([[token copy] UTF8String]);
98
99
APNPlugin::get_singleton()->update_device_token(device_token);
100
0 commit comments