-
Notifications
You must be signed in to change notification settings - Fork 12
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: 1.8.0 #84
Release: 1.8.0 #84
Conversation
aws-partitions (1.474.0) | ||
aws-sdk-core (3.116.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
@@ -20,6 +20,8 @@ import com.revenuecat.purchases.identifyWith | |||
import com.revenuecat.purchases.purchasePackageWith | |||
import com.revenuecat.purchases.purchaseProductWith | |||
import com.revenuecat.purchases.resetWith | |||
import com.revenuecat.purchases.logInWith |
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.
from this point on, the changes had been there merged before, but were removed in #75, because identity v3 wasn't ready to go in the native SDKs
xcode: 12.0 | ||
xcode: 12.5.1 |
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.
we were getting definition conflicts with previous value
errors pointing towards the eTags stuff in purchases-ios
for some reason.
it looks like it was either a bug in Xcode 12.0, or in one of the other dependencies associated with the CircleCI instance for xcode 12.0
. In any case, it gets fixed by bumping the version number here, and it works correctly locally.
"productIdentifier" to purchase?.sku, | ||
"productIdentifier" to purchase?.skus, |
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.
related to changes in RevenueCat/purchases-android#335
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.
🎉
will hold until |
Re-adds identity v3, updates changelog
1.8.0
Identity V3
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
createAlias
in favor oflogIn
identify
in favor oflogIn
reset
in favor oflogOut
allowSharingStoreAccount
in favor of dashboard-side configurationDependency updates
purchases-ios
to3.12.2
(Changelog here)purchases-android
to4.3.0
(Changelog here)Release: 1.8.0 #84
Bug Fixes
readableErrorCode
toUserInfo
when creatingErrorContainer
, so all errors havereadableErrorCode
Adds readableErrorCode to UserInfo when creating ErrorContainer #82
underlyingErrorMessage
an empty string if it's missing in iOSMake underlyingErrorMessage an empty string if inexistent in iOS #71