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

3.0.0-beta.7 #116

Merged
merged 7 commits into from
Mar 9, 2023
Merged

3.0.0-beta.7 #116

merged 7 commits into from
Mar 9, 2023

Conversation

yusuftor
Copy link
Collaborator

@yusuftor yusuftor commented Mar 9, 2023

Changes in this pull request

Breaking Changes

  • Changes Objective-C method getTrackInfo to getTrackResult to be in line with the Swift API.
  • Removes the error case from the TrackResult and adds in userIsSubscribed and paywallNotAvailable cases.
  • Moves main actor conformance to functions of PurchaseController protocol rather than the whole protocol.
  • Changes Objective-C method setUserAttributesDictionary(_:) to setUserAttributes(_:).

Fixes

  • Makes NetworkEnvironment Objective-C compatible.
  • Fixes an issue where a manually dismissed modally presented paywall wouldn't properly dismiss.
  • Fixes race condition when calling identify and tracking a paywall.

Checklist

  • All tests pass. Demo project builds and runs.
  • I added tests, an experiment, or detailed why my change isn't tested.
  • I added an entry to the CHANGELOG.md for any breaking changes, enhancements, or bug fixes.
  • I have run swiftlint in the main directory and fixed any issues.
  • I have updated the SDK documentation as well as the online docs.
  • I have reviewed the contributing guide

@yusuftor yusuftor merged commit 58f17de into master Mar 9, 2023
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.

None yet

1 participant