purchases-unity

Unity in-app purchases and subscriptions made easy.

MIT License

Stars
91
Committers
20

Bot releases are hidden (Show)

purchases-unity - 1.1.0

Published by vegaro over 5 years ago

  • Updates iOS SDK to 2.3.0. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-ios/releases/tag/2.3.0
  • Updates Android SDK to 2.2.5. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-android/releases/tag/2.2.5
  • ** BREAKING CHANGE ** makePurchase parameter oldSKUs is not an array anymore, it only accepts a string now. This is due to changes in the BillingClient.
  • AddAttributionData can be called before the SDK has been setup. A network user identifier can be send to the addAttribution function, replacing the previous rc_appsflyer_id parameter.
  • Adds an optional configuration boolean observerMode. This will set the value of finishTransactions at configuration time.

Android only:

  • addAttribution will automatically add the rc_gps_adid parameter.
  • ** ANDROID BREAKING CHANGE ** Call syncPurchases to send purchases information to RevenueCat after any restore or purchase if you are using the SDK in observerMode. See our guide on Migrating Subscriptions for more information on syncPurchases: https://docs.revenuecat.com/docs/migrating-existing-subscriptions

iOS only

  • addAttribution will automatically add the rc_idfa and rc_idfv parameters if the AdSupport and UIKit frameworks are included, respectively.
  • Apple Search Ad attribution can be automatically collected by setting the automaticAttributionCollection boolean to true before the SDK is configured.
purchases-unity - 1.0.2

Published by vegaro over 5 years ago

  • Updates iOS to 2.1.1
purchases-unity - 1.0.1

Published by vegaro over 5 years ago

Fixes crash on iOS when underlying message is missing.

purchases-unity - 1.0.0

Published by vegaro over 5 years ago

  • Updates SDKs to 2.1.0. This means there is new functions added:
  • Changes the SDK to use callback functions instead of delegates. There is a UpdatedPurchaserInfoListener that sends a purchaser info object. This listener is used to listen to changes in the purchaser info.
  • Added setDebugLogsEnabled to display debug logs.
  • Added getPurchaserInfo function to get the latest purchaser info known by the SDK.
  • Added getEntitlements
  • Added getAppUserId
purchases-unity - 0.6.1

Published by vegaro over 5 years ago

  • Adds more attribution networks
  • Adds capability to set finishTransactions on iOS
purchases-unity - 0.6.0

Published by vegaro almost 6 years ago

  • Updates iOS SDK to 1.2.0 and Android SDK to 1.4.0.
  • Adds identify, create alias and reset call
purchases-unity - 0.5.4

Published by vegaro almost 6 years ago

  • Fixes onRestoreTransactions never being called.
purchases-unity - 0.5.3

Published by vegaro almost 6 years ago

  • Fixes onRestoreTransactions not being called if there are no tokens.
purchases-unity - 0.5.2

Published by vegaro almost 6 years ago

  • Fixes crash due to not able to find Kotlin dependency.
purchases-unity - 0.5.1

Published by vegaro almost 6 years ago

Adds requestDate to the purchaser info to avoid edge cases

purchases-unity - 0.5.0

Published by jeiting about 6 years ago

  • Enhance the PurchasesListener protocol to include methods for restore succeeded and failed.
purchases-unity - 0.4.2

Published by jeiting about 6 years ago

  • Add Android support for Adjust
purchases-unity - 0.4.1

Published by jeiting about 6 years ago

Add support for idfa data in Adjust

purchases-unity - 0.4.0

Published by jeiting about 6 years ago

  • Expose Setup and GetProducts methods
  • Fix restoreTransactions functionality on Android
  • Add support for adding Adjust attribution data.
purchases-unity - 0.3.1

Published by jeiting about 6 years ago

Fix a crash when closing.

purchases-unity - 0.3.0

Published by jeiting about 6 years ago

Better cleanup on Android when setting up.

purchases-unity - 0.2.0

Published by jeiting about 6 years ago

Adds Android support

purchases-unity - Version 0.1.0

Published by jeiting over 6 years ago

Original release.

Badges
Extracted from project README
openupm
Related Projects