Skip to content

Commit 4ec9fa1

Browse files
author
Paul Gilmore
committed
Merge pull request #30 from PlayFab/nightly
Weekly SDK Publish
2 parents 4a45a08 + ae5c16a commit 4ec9fa1

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)