Welcome to the brand new GameThrive blog!

Thanks for all your feedback and support! We're excited to announce that we've reached over 340 developers using GameThrive for mobile push notifications including some of the most popular apps on the market!

  1. Using GameThrive with Corona SDK? Read this important update.
  2. GameThrive Adobe AIR plugin released
  3. GameThrive now supports granting access to an app to multiple users.
  4. GameThrive API updates. Create or edit apps. Send notifications to multiple apps.
  5. Try out our Automatic Notifications feature.
  6. Miscellaneous updates

Required update for Corona SDK users:

We recently updated our Corona SDK Plugin with a mandatory change to comply with Google's new Advertising Identifier policy requirements. If you're using Android push notifications, you must update to Release 2014.2381 or newer, and add the following to your build.settings file.

Under the plugins section inside of your build.settings, add the following:

["plugin.google.play.services"] =
{
	publisherId = "com.coronalabs"
},

Until you make this change, you will get the following error when running your app on an Android device:

java.lang.VerifyError:
GameThrivePushNotifications/LuaLoader$GetAdvertisingIdFunction

GameThrive Adobe AIR Plugin released

We'd like to give a big thanks to Milkman Games for creating an Adobe AIR plugin for sending push notifications with GameThrive.

It's available here for the very reasonable price of $39.99, and comes with excellent support and ongoing updates.

You can now grant access to a GameThrive app to other users.

Simply go to your application settings and click "Add Another" under "App Administrators".

New API features.

  1. You can now programatically create or edit GameThrive Apps with our API.

  2. You can now send a notification to multiple apps. If a user has both apps installed, they will only get one notification!

Not using Automatic Notifications? You should!

Did you know that GameThrive can automatically send a notification to users of your app if they haven't used it in a while?

This easy-to-set-up feature can boost your engagement by over 30%.

Here's how to set up automatic notifications:

  1. Create a Notification Template with the content of your message. For example "Come back and play some more!"

  2. Create a segment for users who should get that message. For example, "Users who have not used the app in the last 96 hours"

  3. Create an Automatic Notification with that Template and Segment.

  4. That's it! Simple, isn't it? :) Every 5 minutes we'll deliver that message to users who fall into that segment and that not received it yet.

Here's an example of an automatic notification to offer a discount to users.

Even more new stuff!

  1. We've updated our Real-Time notification analytics page with prettier graphs that look better on mobile devices.

  2. We've updated several of our SDKs to be easier to add to your app as well as have fewer conflicts with other plugins.

  3. We've added several new filter options, including the option to exclude users that have another one of your apps installed.

  4. Improved Users page that shows users even if they opted out of receiving notifications.