purchases-ios

In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.

MIT License

Stars
2.1K
Committers
65

Bot releases are visible (Hide)

purchases-ios - 3.13.1

Published by revenuecat-ops almost 3 years ago

purchases-ios - 4.0.0-beta.7

Published by revenuecat-ops almost 3 years ago

purchases-ios - 3.13.0

Published by aboedo almost 3 years ago

purchases-ios - 4.0.0-beta.6

Published by revenuecat-ops almost 3 years ago

purchases-ios - 4.0.0-beta.5

Published by revenuecat-ops almost 3 years ago

purchases-ios - 3.12.8

Published by revenuecat-ops almost 3 years ago

purchases-ios - 4.0.0-beta.4

Published by revenuecat-ops almost 3 years ago

purchases-ios - 3.12.7

Published by revenuecat-ops about 3 years ago

purchases-ios - 3.12.6

Published by revenuecat-ops about 3 years ago

  • Updates offeringsWithCompletionBlock: to fix a case where if the backend response was erroneous, the completion block would not be called.
  • Also updates offeringsWithCompletionBlock: so that if there are no offerings in the RevenueCat dashboard, or no SKProducts could be fetched with the product identifiers registered in the RevenueCat dashboard, the method returns an error with instructions on how to fix the issues.
    https://github.com/revenuecat/purchases-ios/pulls/885
purchases-ios - 3.12.5

Published by aboedo about 3 years ago

purchases-ios - 4.0.0-beta.3

Published by revenuecat-ops about 3 years ago

  • Third beta for RevenueCat framework 🎉
    100% Swift framework + ObjC support.
  • See our RevenueCat V4 API update doc for API updates.
  • Fix bug logging the incorrect missing product IDs in getOfferings
  • Fix MagicWeather sample app with latest updates
  • Add caching of completion blocks for createAlias and identify calls to avoid sending calls with the same parameters at the same time
purchases-ios - 4.0.0-beta.2

Published by revenuecat-ops about 3 years ago

  • Second beta for RevenueCat framework 🎉
    100% Swift framework + ObjC support.
  • See our RevenueCat V4 API update doc for API updates.
  • Our API is now more consistent, completionBlock -> completion across Swift/ObjC
  • Fixed SPM warning relating to excluding RequiresXcode13
  • Make parameter labels that were optional pre-migration optional again
purchases-ios - 4.0.0-beta.1

Published by revenuecat-ops about 3 years ago

  • First beta for RevenueCat (previously Purchases) framework 🎉
    100% Swift framework + ObjC support.
  • See our RevenueCat V4 API update doc for API updates.
purchases-ios - 3.12.4

Published by revenuecat-ops about 3 years ago

purchases-ios - 3.12.3

Published by revenuecat-ops about 3 years ago

purchases-ios - 3.12.2

Published by revenuecat-ops over 3 years ago

purchases-ios - 3.12.1

Published by revenuecat-ops over 3 years ago

purchases-ios - 3.12.0

Published by revenuecat-ops over 3 years ago

Identity V3:

New methods

  • Introduces 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.
  • Introduces logOut, a replacement for reset.

Deprecations

Other changes:

Public additions

SharedPurchases nullability
Improved log handling

Deprecations

  • Deprecated debugLogsEnabled property in favor of LogLevel. Use Purchases.logLevel = .debug as a replacement.

Other

purchases-ios - 3.12.0-beta.1

Published by revenuecat-ops over 3 years ago

Identity V3:

New methods

  • Introduces 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.
  • Introduces logOut, a replacement for reset.

Deprecations / removals

Other changes:

purchases-ios - 3.11.1

Published by revenuecat-ops over 3 years ago