question

agamedev avatar image
agamedev asked

Where are the instructions for the Manifest when using the Unity SDK?

Your website instructions in [b]Step 4. Add Your Package Name to the Game Manifest[/b] only give us instructions for updating the Manifest provided by GameCircle. What if we have a custom Manifest because we are using other plugins as well - What should we merge into our existing Manifest to configure GameCircle correctly?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bipin@Amazon avatar image
Bipin@Amazon answered
Hi, To any android application, with the valid android manifest. You can go ahead and add the AuthorizationActivity and make sure the intention to launch the activity for the type data is also update as given in step4. https://developer.amazon.com/sdk/gamecircle/documentation/unity-gamecircle-setup.html#Section5
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

agamedev avatar image
agamedev answered
I was looking at the default manifest that gets imported when you import the Unity GameCircle package. Based on that, do we need to include the following activity as well?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

agamedev avatar image
agamedev answered
FYI, I added these two entries to my custom Manifest and resolved the issue.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Agamedev, Good to know that your problem is resolved now. Actually the complete manifest sample is given here : https://developer.amazon.com/sdk/gamecircle/documentation/gamecircle-init.html#Section4
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.