-
Notifications
You must be signed in to change notification settings - Fork 53
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
Release/4.3.0 #339
Release/4.3.0 #339
Conversation
@Deprecated( | ||
"Use logIn instead", | ||
ReplaceWith("Purchases.sharedInstance.logIn(newAppUserID, LogInCallback?)") | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this deprecation, I'd missed it in #252
1. Create a CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes) | ||
1. Update CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a copy change to clarify, since the file exists and it's versioned
addressable (2.7.0) | ||
addressable (2.8.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated fastlane + dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 🐐 🥂 🐐
Identity V3:
In this version, we’ve redesigned the way that user identification works.
Detailed docs about the new system are available here.
New methods
logIn
, a new way of identifying users, which also returns whether a new user has been registered in the system.logIn
uses a new backend endpoint.logOut
, a replacement forreset
.Deprecations / removals
deprecates
createAlias
in favor oflogIn
deprecates
identify
in favor oflogIn
deprecates
reset
in favor oflogOut
deprecates
allowSharingPlayStoreAccount
in favor of dashboard-side configurationidentity v3 #250
Fix: identity v3 bugs #260
identity V3: public facing changes #252
Other changes:
Fix prepare_next_version lane and tagging latest tag #324
Enable ETags #337
Adds product_ids to post receipt #335
@Throws
annotation togetPackage
, which could throwNoSuchElementException
, but it wasn't documented.add
@Throws
togetPackage
#333