You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Modified the internal structure of the plugin. Please use import 'package:huawei_gameservice/huawei_gameservice.dart'; not to get any errors.
6
+
1
7
## 5.0.4+304
2
8
3
-
* Updated Huawei Game Service version to 5.0.4.303.
4
-
* Added CheckUpdateCallback class for update callbacks.
5
-
* Added ProductOrderInfo class for missed products.
6
-
* Added UpdateInfo class for update information.
7
-
* Added ApkUpgradeInfo class for upgrade information.
8
-
* Added JosAppsClient.
9
-
*[Breaking Change] Added JosAppsClient.init method to initialize the Huawei Game Service. This method should be called before calling any other plugin methods.
10
-
*Added JosAppsClient.getAppId method to obtain app id.
11
-
* Added JosAppsClient.checkAppUpdate method to obtain update callbacks.
12
-
*Added JosAppsClient.showUpdateDialog method for showing update dialog.
13
-
*Added JosAppsClient.releaseCallback method for releasing callbacks.
14
-
* Added JosAppsClient.getMissProductOrder method to obtain missed products.
9
+
- Updated Huawei Game Service version to 5.0.4.303.
10
+
- Added CheckUpdateCallback class for update callbacks.
11
+
- Added ProductOrderInfo class for missed products.
12
+
- Added UpdateInfo class for update information.
13
+
- Added ApkUpgradeInfo class for upgrade information.
14
+
- Added JosAppsClient.
15
+
-[Breaking Change] Added JosAppsClient.init method to initialize the Huawei Game Service. This method should be called before calling any other plugin methods.
16
+
-Added JosAppsClient.getAppId method to obtain app id.
17
+
- Added JosAppsClient.checkAppUpdate method to obtain update callbacks.
18
+
-Added JosAppsClient.showUpdateDialog method for showing update dialog.
19
+
-Added JosAppsClient.releaseCallback method for releasing callbacks.
20
+
- Added JosAppsClient.getMissProductOrder method to obtain missed products.
15
21
16
22
## 5.0.4+303
17
23
18
-
* Updated HMSLogger.
19
-
* Added GameScopes class for scope constants.
20
-
* Fixed the bug that prevents intent methods to resolve.
21
-
* Fix formatting errors.
24
+
- Updated HMSLogger.
25
+
- Added GameScopes class for scope constants.
26
+
- Fixed the bug that prevents intent methods to resolve.
With HUAWEI Game Service, you will have access to a range of development capabilities. You can promote your game quickly and efficiently to Huawei's vast user base by having users sign in using their HUAWEI IDs. You can also use the service to quickly implement achievements, game events, and game addiction prevention functions, build basic game capabilities at a low cost, and perform in-depth game operations based on user and content localization.
11
+
With Huawei Game Service, you will have access to a range of development capabilities. You can promote your game quickly and efficiently to Huawei's vast user base by having users sign in using their Huawei IDs. You can also use the service to quickly implement achievements, game events, and game addiction prevention functions, build basic game capabilities at a low cost, and perform in-depth game operations based on user and content localization.
15
12
16
-
HUAWEI Game Service provides the following basic functions for your game apps:
13
+
Huawei Game Service provides the following basic functions for your game apps:
17
14
- Game addiction prevention
18
15
- Floating window
19
16
- Achievements
@@ -23,7 +20,7 @@ HUAWEI Game Service provides the following basic functions for your game apps:
23
20
- Player statistics
24
21
- Access to basic game information
25
22
26
-
The HUAWEI Game Service Flutter Plugin enables communication between HUAWEI Game Service SDK and the Flutter Platform and it exposes all capabilities provided by the HUAWEI Game Service.
23
+
The Huawei Game Service Flutter Plugin enables communication between Huawei Game Service SDK and the Flutter Platform and it exposes all capabilities provided by the Huawei Game Service.
@@ -40,15 +37,15 @@ Please see [pub.dev](https://pub.dev/packages/huawei_gameservice/install) and [A
40
37
41
38
#### Game Sign-in Requirements
42
39
43
-
- To implement the Game Sign-in function for players to sign in to your game using HUAWEI IDs please use the [HUAWEI Account Flutter Plugin](https://pub.dev/packages/huawei_account) plugin. After the user successfully signs in, HUAWEI Account Kit sends the verification result to your game and you can obtain the player information by calling the related APIs from Players Client.
40
+
- To implement the Game Sign-in function for players to sign in to your game using Huawei IDs please use the [Huawei Account Flutter Plugin](https://pub.dev/packages/huawei_account) plugin. After the user successfully signs in, Huawei Account Kit sends the verification result to your game and you can obtain the player information by calling the related APIs from Players Client.
44
41
45
42
#### Testing Game Features
46
43
47
44
You need to have a tester account to perform the testing of some Game Features. For details about how to create a tester account, please refer to [Managing Tester Accounts](https://developer.huawei.com/consumer/en/doc/distribution/app/agc-tester_account_mgt?ha_source=hms1).
48
45
49
46
Before a game is released, you can use a tester account to sign in to the game and test the game achievements, leaderboards, and saved games. Avoid releasing achievements or leaderboards when the corresponding game is still undergoing tests. This is because achievement or leaderboard data changes along with game operations performed by the tester account, and it cannot be reset once they have been released.
50
47
51
-
Note that HUAWEI AppAssistant can display achievements, leaderboards, and saved games only after your game is released and only on devices running EMUI 10.0 or later and HUAWEI AppAssistant 10.3 or later is installed. (HUAWEI AppAssistant 10.1 or later for achievements).
48
+
Note that Huawei AppAssistant can display achievements, leaderboards, and saved games only after your game is released and only on devices running EMUI 10.0 or later and Huawei AppAssistant 10.3 or later is installed. (Huawei AppAssistant 10.1 or later for achievements).
0 commit comments