We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a45a08 + ae5c16a commit 4ec9fa1Copy full SHA for 4ec9fa1
PlayFabSDK/PlayFabClientApi.js
@@ -888,6 +888,7 @@ PlayFab.ClientApi = {
888
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
889
890
var overloadCallback = function (result, error) {
891
+ // Modify advertisingIdType: Prevents us from sending the id multiple times, and allows automated tests to determine id was sent successfully
892
PlayFab.settings.advertisingIdType += "_Successful";
893
894
if (callback != null && typeof (callback) == "function")
0 commit comments