com.unity.purchasing 3.0.0-pre.5

com.unity.purchasing

Notes: processedReleased February 12, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

Features

  • Apple - Support for auto-renewable subscription Offer Codes on iOS and iPadOS 14 and later via `IAppleExtensions.PresentOfferRedemptionSheet()`. E.g.
  • ```csharp
  • public void ShowSubscriptionOfferRedemption(IExtensionProvider extensions)
  • {
  • var appleExtensions = extensions.GetExtension();
  • appleExtensions.PresentOfferRedemptionSheet();
  • }
  • ```
  • \###Fixed
  • Security and WinRT stub dlls and references to Analytics no longer break builds unsupported platforms like PS4, XboxOne, Switch and Lumin. These platforms are still unsupported but will no longer raise errors on build.
  • \###Removed
  • Support for Facebook in-app purchasing is no longer provided. All classes and implementations have been removed.