Skip to content

Commit bb1e98d

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 4a45a08 commit bb1e98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PlayFabSDK/PlayFabClientApi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ PlayFab.ClientApi = {
888888
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
889889

890890
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
891892
PlayFab.settings.advertisingIdType += "_Successful";
892893

893894
if (callback != null && typeof (callback) == "function")

0 commit comments

Comments
 (0)