Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #54

Open
wants to merge 37 commits into
base: pg/ps4
Choose a base branch
from
Open

Patch 1 #54

wants to merge 37 commits into from

Conversation

jinhua115
Copy link

No description provided.

PlayFabJenkinsBot and others added 30 commits October 14, 2020 23:31
* Add the mandatory network settings step

* exact case
…thod (PlayFab#40)

Strictly speaking, it's not "wrong", but when an accidental swagger change was made, it exposed that this would not react properly to that change.
4.26 datatype definition fix
)

Removes:
MultiStepClientLogin, AttributeInstalled, setDisableAdvertising, getDisableAdvertising, setAdvertisingIdType, setAdvertisingIdValue, AD_TYPE_IDFA, AD_TYPE_ANDROID_ID and all associated functions
Add 4.27 to build
In older versions of Unreal (4.20 specifically), there was an Iso parsing issue which was fixed in later UE versions. 

For those who can't update to the latest engine (but still are able to use playfab). You can detect the UE parse issue by calling PlayFab::readDatetime in the following manner:

auto dateTime = PlayFab::readDateTime(...);
if(dateTime == FDateTime::MinValue()) {
// fill in expected dateTime handling here
}
Copy link
Author

@jinhua115 jinhua115 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jinhua115:patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants