-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App force update #489
Comments
Thank you for reporting this issue/advice. |
Hi @atheer10 . We are under review. If you want, you can try the suggestions below until this process is complete.
|
|
@Andronovo-bit |
@atheer10 Do you mind if can you send a game url or apk for review? |
@Andronovo-bit |
I tried to download this app, but I couldn't see it in the gallery. Is released this app or can we accessable in Turkey ? I guess this game don't available in my region. |
|
|
|
Hi, thank you for opening your game in Turkey. We checked the game with logs, but we didn't see any "game service and update function triggered" logs. You should enable game service and use HMSGameServiceManager for force updating. For instance; If you want to use it in a starting scene, you can add the below code.
OR If you already use HMSGameServiceManager in your scene, you can change the InitGameManager's function's body like below.
After calling this function, you will be automatically callback to the ' |
|
|
@Andronovo-bit |
@atheer10 Hello again, We checked it but we didn't find any game service log record in Logcat. For example, we able to see IAP kit log records like this; But we can't see any game service log record like this; You didn't enable or initialize the game service kit in your project start, as we can see. You should trigger game service kit during game starting. |
@Andronovo-bit |
@atheer10 Can you check below steps in images ? Maybe there is a step you missed or didn't do. 1-) Activate Game Service in Huawei Plugin 2-) Enable "Initiliaze On Start" in Game Service Tab 3-) You should add game service script that you wrote to object in your loading or opening game scene. 4-) After all things , you should be able to see "HMS GAMES" in your log. |
Thank you for using our repository! We're glad we could help solve your issue. If you found our repository helpful, please consider giving us a star ⭐ on GitHub: https://github.com/EvilMindDevs/hms-unity-plugin Your support helps us continue to improve our repository and provide valuable resources for others. |
Describe the bug & problem
We are trying to force update in our game, we have looked into the documentation , and we have integrated the the update SDK in our game prior.
We have released a new version to the store, and we are testing with an older version to see if the pop-up appears but it doesn't. Both versions when released "force update" button on the Huawei AppGallery was turned on, our understanding is there's no additional calls required or steps aside from the integration and store check.
When we visit the store, we can see that an update is available.
When the auto-update for the store was on, the app updated on it's own, we have turned it off in order to test, but the no results.
Currently, we do not see the force update pop-up panel or any indicator that the update sdk is working.
We have provided screenshots of the code, Can you please guide us to any missing steps ?
Expected behavior
A new version is available pop-up shows up when the game is booted.
Screenshots & Detailed log
If applicable, add screenshots and a Log to help explain your problem.
Environment (please complete the following information):
Smartphone (please complete the following information):
Huawei
Additional context
The text was updated successfully, but these errors were encountered: