Hi all,
I’m glad that I can be a part of such a community!!!
I want to share my first asset which is only for Android platform.
Asset Store Link: Android In-App Updates | Integration | Unity Asset Store
As the title says, this asset let you check if there is an available update for your app, inform the user and download / install it. It’s a new feature which is a part of Google Play Services Core library and the way it works is that it connects Play Store API and check if there is an update released of your game / app with a greater versionCode and handle it based on your settings.
There are two ways to handle the update:
-
FLEXIBLE - which informs the user that there is an update and he can download it if he wants in background while he is playing the game. Once the download is complete the user can choose to install the update.
-
IMMEDIATE - once the script detects that there is an update it will download the update blocking the user to play / use the game or app and install it immediately. This is mostly used for critical fixes / updates.
And how it’s working? What you have to do so you can be able to integrate it in your game?
- Simple, just drag & drop a Prefab and you are good to go! : )
If you have any questions, don’t hesitate to contact me!
Happy UPDATING!
