question

khattabkhairdeen avatar image
khattabkhairdeen asked

Where Do i Set My Developer secret Key for the server?

I'm making a game server using vs and c# for my unity game. How would i go about setting the developer secret key so that i can make Server API calls? thank you

apisCustom Game Servers
10 |1200

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

1 Answer

·
Made Wang avatar image
Made Wang answered

If you are using PlayFabAllSDK on C#, you can use PlayFabSettings.staticSettings.DeveloperSecretKey to add a SecretKey. Just like the way to add TitleID in the Quickstart - PlayFab Client library for C# - PlayFab | Microsoft Docs.

10 |1200

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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