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

1.3.0 #56

Merged
merged 14 commits into from Sep 25, 2020
Merged

1.3.0 #56

merged 14 commits into from Sep 25, 2020

Conversation

aboedo
Copy link
Member

@aboedo aboedo commented Sep 23, 2020

1.3.0

  • Attribution V2:
    • Deprecated addAttribution in favor of setAdjustId, setAppsflyerId, setFbAnonymousId, setMparticleId.
    • Added support for OneSignal via setOnesignalId
    • Added setMediaSource, setCampaign, setAdGroup, setAd, setKeyword, setCreative, and collectDeviceIdentifiers
      Fixes 404 marking attributes as synced purchases-android#184
  • Bumped purchases-hybrid-common to 1.4.3 Changelog here
  • Bumped purchases-ios to 3.7.2 Changelog here
  • Bumped purchases-android to 3.5.0 Changelog here
  • Added PurchasesPlugin.swift to prevent compiling issues on objective-c projects
  • removed use-frameworks setting in the sample app to fix linking issues

@aboedo aboedo self-assigned this Sep 23, 2020
@aboedo aboedo changed the title 1.4.0 1.3.0 Sep 25, 2020
@aboedo aboedo marked this pull request as ready for review September 25, 2020 19:21
@aboedo aboedo requested a review from vegaro September 25, 2020 19:21
@@ -522,6 +542,9 @@ class Purchases {

/**
* Add a dict of attribution information
*
* * @deprecated Use the set<NetworkId> functions instead.
Copy link
Contributor

Choose a reason for hiding this comment

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

extra *

/**
* Subscriber attribute associated with the adjustID for the user
*
* @param adjustID null will delete the subscriber attribute.
Copy link
Contributor

Choose a reason for hiding this comment

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

Empty String or null

@aboedo aboedo merged commit c803df6 into develop Sep 25, 2020
@aboedo aboedo deleted the bump/1.4.0 branch September 25, 2020 20:12
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

2 participants