GameThrive plugin didn’t work after I upgrade to v2015.2545, here is the error reported:
Jan 27 04:35:50 XXXX-phone XXXXXXX[4026] <Error>: -[CoronaAppDelegate gameThriveApplicationDidBecomeActive:]: unrecognized selector sent to instance 0x17ec6660
Jan 27 04:35:50 XXXX-phone XXXXXXX[4026] <Error>: *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[CoronaAppDelegate gameThriveApplicationDidBecomeActive:]: unrecognized selector sent to instance 0x17ec6660’
This error cause my App to crash. Relative code in my build.setting is
[“plugin.GameThrivePushNotifications”] =
{
publisherId = “com.gamethrive”,
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true, [“android-kindle”]=true },
},
Those codes worked fine before, but they didn’t work after I upgrade to v2015.2545
Could anyone help? Thanks.