question

mack avatar image
mack asked

Policy to use DeleteMasterPlayerAccount in client app

Hi all,

Is it possible to write a General Title Policy (or any policy) entry to allow a client app to call

DeleteMasterPlayerAccount from Admin API?

Best Regards,

mack

apisAccount Management
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 developing on Unity and using PlayFabEditorExtensions, then you can check ENABLE ADMIN API in PlayFab EdEx->SETTINGS->API and add a reference to PalyFab.AdminModels in the script, then you can call Admin API on the client side.

However, we do not recommend calling the Admin API directly on the client side, you can use Cloud Script Azure Function to call the Admin API and call the Cloud Script on the client side by calling ExecuteFunction.

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.