Skip to content

Releases: qonversion/unity-sdk

2.1.1

13 Apr 16:56
db6582e
Compare
Choose a tag to compare

What's new

  • IDFA
    On iOS 14.5+, after requesting the app tracking permission using ATT, you need to notify Qonversion if tracking is allowed and IDFA is available.
    Just call Qonversion.SetAdvertisingID();
  • Minor improvements

2.1.0

05 Apr 10:01
Compare
Choose a tag to compare

We have rethought our approach to working with subscriptions and prepared our largest update that includes Product Center – our major feature for working with any type in-app purchases.

2.1.0

What's new

Product Center

A111

  1. Application calls the purchase method to initialize Qonversion SDK.
  2. Qonversion SDK communicates with StoreKit or Google Billing Client to make a purchase.
  3. If a purchase is successful, the SDK sends a request to Qonversion API for server-to-server validation of purchase. Qonversion server unlocks permissions associated with the product.
  4. SDK returns control to the application with a processing state

2.0.0

05 Mar 10:30
Compare
Choose a tag to compare

What's new

  • Updated Launch() function interface
  • Updated AddAttributionData() function interface
  • SetDebugMode() is separate function from now
  • SetUserID() is separate function from now
  • Added SyncPurchases function that should be called for tracking after a successful purchase
Qonversion.SyncPurchases();

1.0.6

30 Sep 14:36
ef6c8c4
Compare
Choose a tag to compare
Merge pull request #5 from Rutraple/master

- Update Android SDK 1.0.6

1.0.1

30 Jul 07:06
6e5f303
Compare
Choose a tag to compare
Merge pull request #4 from stels1608/develop

Added Qonversion Launch Callback

1.0.0

16 Jul 16:36
a9193d3
Compare
Choose a tag to compare
Merge pull request #1 from stels1608/develop

Init 1.0.0

0.1.0

03 Jun 11:17
Compare
Choose a tag to compare
updated package