-
Notifications
You must be signed in to change notification settings - Fork 1
_Settings
This article is actual for unity SDK 1.0.12 or less. To get documentation about next versions go here.
-
In the Unity editor menu: go to Assets >> Game of Whales >> Settings.
-
Log in by using your Game of Whales account.
-
Choose your studio and click Select.
-
Choose your game and click Select.
-
If you have specified your game settings in Game of Whales, all necessary data will retrieve automatically.
You can also fill out some of the settings manually.
Field | Description | How to get |
---|---|---|
Firebase Sender Id | Sender ID in Firebase console | Create a Firebase project in the Firebase console. Add your app to that project (add different apps for Android and iOS). Open your app's settings and go to the CLOUD MESSAGING tab. Copy Sender ID and paste it into the appropriate field. |
Android Public Key | License Key in Google Play Developer Console | Add your game to the Google Play Developer Console. Copy YOUR LICENCE KEY FOR THIS APPLICATION and paste it to the appropriate field. |
-
In addition, check these options:
-
Autoconfirm purchase - If this option is active, purchase's transaction will be completed automatically. In other cases, close it manually.
-
Autoconfirm purchase when error - If this option is active, purchases' transactions will be completed even if there are errors on the Game of Whales side.
-
Autosubscribe to notifications - If this option is active, your app will be automatically subscribed to push notifications. In other cases do it manually. This option is available for 1.0.6 (and up) unity SDK.
Now we are ready to make minor changes in the project code. Read next chapter to learn how to init GOW's SDK.