Unity3d - Problem with the authentication of the Bitrave plugin for connecting to Azure

Asked

Viewed 78 times

-1

2 answers

1

According to the tutorial:

  1. Open Azureui.Cs script and replace the Connection strings with your Own Mobile Service URL & API Key.

Translating:

  1. Open the Azureui.Cs script and replace the connection strings with the your Mobile Service URL & API key.

I blackened the your Because that’s where the problem lies. Apparently your API key is not valid. You must get a single valid key for it to work. This key is private and personal at your property, and should not be shared with other people (it is something like a login and password). So you can not use the key that is in the tutorial.

0

I managed to find the problem:

I went to the Azure portal, on mobile services - identity - facebook configurations and filled the ID and Password fields with the data that is in the facebook app, then started working!

Valew

Browser other questions tagged

You are not signed in. Login or sign up in order to post.