GameThrive not working at all

Hello,

I’m trying to use GameThrive with Corona SDK, but it is not working for me.

I use the sample code taken at the following link, where I replaced with my application key and google project number::
https://github.com/GameThrive/GameThrive-Corona-SDK-Push-Notification-Plugin-Sample

Corona web site says “People who download your application will be automatically prompted if they wish to accept notifications”, but I don’t see such prompt on my device.
My device is a Motorola Moto G (Android 5 Lollipop).

Moreover, after launching the app I don’t see any users on GameThrive website, so I cannot send any message notifications.

Someone can help me?

Thanks a lot!

Hello barbagianni,

Can you double check the AppId value your passing the GameThrive.Init()? (Your AppId ends in 078c). Also make sure your device can get to gamethrive.com with a web browser to make sure nothing is blocking your connection.

You won’t be prompted to accept notifications on Android as it is allowed by default. It only prompts on iOS.

Lastly check your logcat for any errors or warning when you launch your app. You can get the logcat by running ddms or adb logcat from a terminal. Feel free to send us the full logcat and APK to support@gamethrive.com and we can take a look at it as well.

Thanks.

Hello jkasten,

your suggest to check App ID did the difference, it was wrong!

I confused the API Key from Google with the App Key (App ID) of GameThrive web site.

Now all is working fine for me, it was simple (excluding my error) and quick. :slight_smile:

Your support was great.

Thank you very much for kindly helping! :wink:

Hello barbagianni,

Can you double check the AppId value your passing the GameThrive.Init()? (Your AppId ends in 078c). Also make sure your device can get to gamethrive.com with a web browser to make sure nothing is blocking your connection.

You won’t be prompted to accept notifications on Android as it is allowed by default. It only prompts on iOS.

Lastly check your logcat for any errors or warning when you launch your app. You can get the logcat by running ddms or adb logcat from a terminal. Feel free to send us the full logcat and APK to support@gamethrive.com and we can take a look at it as well.

Thanks.

Hello jkasten,

your suggest to check App ID did the difference, it was wrong!

I confused the API Key from Google with the App Key (App ID) of GameThrive web site.

Now all is working fine for me, it was simple (excluding my error) and quick. :slight_smile:

Your support was great.

Thank you very much for kindly helping! :wink: