Changelog.md 29 KB

[1.18.0] - 2018-03-27

Added

  • Unity IAP E-Commerce - [Closed Beta] Supports new "managed store" functionality. Contact iapsupport@unity3d.com to learn more.

[1.17.0] - 2018-02-21

Added

  • Unity IAP Promo - [Beta] Supports new Unity Ads feature to advertise IAPs inside advert placements.

Changed

  • Codeless IAP - Allow developers to use both IAPButton and IAPListener simultaneously. Broadcasts ProcessPurchase and OnPurchaseFailed to all productId-matching IAPButtons and to all IAPListeners. Allow multiple IAPListeners to be set using the AddListener method. Note: This change may increase the chance one rewards users multiple times for the same purchase.

[1.16.0] - 2018-01-25

Changed

  • GooglePlay - Gradle builds will 'just work'. Internalized Proguard warning-suppression configurations. (Moved proguard-user.txt.OPTIONAL.txt into GooglePlay.aar, effectively.)
  • Replaced Apple Application Loader product catalog exporter with Apple XML Delivery product catalog exporter, because submitting IAP via Application Loader is now deprecated

Added

  • Security - Adds the IAppleExtensions.GetTransactionReceiptForProduct method that returns the most recent iOS 6 style transaction receipt for a given product. This is used to validate Ask-to-buy purchases. Preliminary documentation is available.
  • Apple - Adds an optional callback, IAppleConfiguration.SetApplePromotionalPurchaseInterceptorCallback, that intercepts Apple Promotional purchases in iOS and tvOS. Developers who implement the callback should call IAppleExtensions.ContinuePromotionalPurchases to resume the purchase flow. Preliminary documentation is available.
  • Xiaomi - Add support for retrieving developer payload. Preliminary documentation is available.

Fixed

  • Removed Debug log from UnityIAP StandardPurchasingModule
  • Xiaomi - Remove unnecessary Android WRITE_EXTERNAL_STORAGE permission.

[1.15.0] - 2017-11-13

Added

  • IAP Updates - GUI to control plugin updates in Window > Unity IAP > IAP Updates menu. Supports viewing changelog, skipping this update, disabling automatic updates, and showing current version number. Writes preferences to Assets/Plugins/UnityPurchasing/Resources/IAPUpdaterPreferences.json.

Changed

  • IAP Demo - Improved UI and cleaned up code in the IAP Demo sample scene
  • Version Log - Changed logging of Unity IAP version (e.g. "1.15.0") to be only at runtime and not while in the Editor

Fixed

  • Facebook - Correctly handles situations where the number of available products exceeds the Facebook server response page size
  • Updater will no longer prompt for updates when Unity is running in batch mode
  • Gradle - Include and relocate sample Proguard configuration file to Assets/Plugins/UnityPurchasing/Android/proguard-user.txt.OPTIONAL.txt; was missing from 1.13.2
  • Security - Upgrades project to autogenerate UnityChannelTangle class if missing when GooglePlayTangle obfuscated secret receipt validation support class is present.
  • UnityIAPUpdater - Fix a FormatException sensitivity for DateTime parsing
  • Xiaomi Catalog - Fix a NullReferenceException seen when exporting an empty catalog
  • Xiaomi Receipt Validation - Fix missing UnityChannelTangle class for Unity IAP projects which used receipt validation

[1.14.1] - 2017-10-02

Fixed

  • Apple Application Loader product catalog exporter now correctly exports tab-separated values for catalogs containing more than one product
  • JSONSerializer - Unity 5.3 build-time regression - missing "type" field on ProductDescription. Field is available in 5.4 and higher.

[1.14.0] - 2017-09-18

Added

  • Codeless IAP - Added an IAPListener Component to extend Codeless IAP functionality. Normally with Codeless IAP, purchase events are dispatched to an IAPButton UI Component that is associated with a particular product. The IAPListener does not show any UI. It will receive purchase events that do not correspond to any active IAPButton.
    • The active IAPListener is a fallback—it will receive any successful or failed purchase events (calls to ProcessPurchase or OnPurchaseFailed) that are not handled by an active Codeless IAPButton Component.
    • When using the IAPListener, you should create it early in the lifecycle of your app, and not destroy it. By default, it will set its GameObject to not be destroyed when a new scene is loaded, by calling DontDestroyOnLoad. This behavior can be changed by setting the dontDestroyOnLoad field in the Inspector.
    • If you use an IAPListener, it should be ready to handle purchase events at any time, for any product. Promo codes, interrupted purchases, and slow store behavior are only a few of the reasons why you might receive a purchase event when you are not showing a corresponding IAPButton to handle the event.
    • Example use: If a purchase is completed successfully with the platform's app store but the user quits the app before the purchase is processed by Unity, Unity IAP will call ProcessPurchase the next time it is initialized—typically the next time the app is run. If your app creates an IAPListener, the IAPListener will be available to receive this ProcessPurchase callback, even if you are not yet ready to create and show an IAPButton in your UI.
  • Xiaomi - IAP Catalog emitted at build-time to APK when Xiaomi Mi Game Pay is the targeted Android store.
  • Xiaomi - Support multiple simultaneous calls to IUnityChannelExtensions.ConfirmPurchase and IUnityChannelExtensions.ValidateReceipt.

Changed

  • CloudMoolah - Upgraded to 2017-07-31 SDK. Compatible with the 2017 Cloud Moolah developer portal. Add IMoolahConfiguration.notificationURL. Removed deprecated IMoolahExtensions.Login, IMoolahExtensions.FastRegister, IMoolahExtensions.RequestPayOut. Preliminary updated documentation is available.
  • Receipt Validation Obfuscator - Improved UI for collecting Google Play License Keys for receipt validation.
  • Xiaomi - Removed deprecated MiProductCatalog.prop file generation in favor of MiGameProductCatalog.prop for Xiaomi Mi Game Pay Android targets.
  • IAPDemo - Guard PurchaseFailureReason.DuplicateTransaction enum usage to be on Unity 5.6 and higher.
  • Internal - Namespace more root-level incidental classes under UnityEngine.Purchasing or UnityEditor.Purchasing as appropriate.

Fixed

  • Invoke the onPurchaseFailed event on a Codeless IAP button if the button is clicked but the store was not initialized correctly

[1.13.3] - 2017-09-14

Fixed

  • Fixed a bug that caused some iOS 11 promoted in-app purchase attempts to fail when the app was not already running in the background

[1.13.2] - 2017-09-07

Added

  • Android Gradle - Optional Proguard configuration file to support Gradle release builds on Unity 2017.1+: "Assets/Plugins/Android/proguard-user.txt.OPTIONAL.txt". See contents of file for more detail.
  • Installer - Compatibility with Unity 2017.2's Build Settings > Android > Xiaomi Mi Game Center SDK package add button, avoiding duplicate class definitions if previously added to Packages/manifest.json (new Package Manager).

Fixed

  • Windows (UWP) Store - Updates error handling for failed purchases to correctly call OnPurchaseFailed() with an informative PurchaseFailureReason
  • Fixed prices that were incorrectly parsed when the device's culture specified a number format using a comma for the decimal separator
  • XiaomiMiPay - Limit product identifier length to 40 characters in IAP Catalog, matching store requirements.
  • Receipt Validation - Address aggressive class stripping NullReferenceException when validating receipt with preservation in Assets/Plugins/UnityPurchasing/scripts/link.xml.

[1.13.1] - 2017-08-18

Fixed

  • Android platforms - Fix Unity crash by stack-overflow when using the UnityPurchasingEditor.TargetAndroidStore(AndroidStore store) method or the Window > Unity IAP > Android > Xiaomi Mi Game Pay targeting menu.

[1.13.0] - 2017-07-31

Added

  • iOS and tvOS - Added support for purchases initiated from the App Store using the new API in iOS 11 and tvOS 11. For more information about this feature, watch the "What's New in StoreKit" video from WWDC 2017. If you intend to support this feature in your app, it is important that you initialize Unity Purchasing and be prepared to handle purchases as soon as possible when your app is launched.
  • Apple platforms - The IAP Catalog tool will now export translations when exporting to the Apple Application Loader format.
  • Apple platforms - Add support for controlling promoted items in the App Store through IAppleExtensions. This feature is available on iOS and tvOS 11. Set the order of promoted items in the App Store with IAppleExtensions.SetStorePromotionOrder, or control visiblility with IAppleExtensions.SetStorePromotionVisibility. csharp public void OnInitialized(IStoreController controller, IExtensionProvider extensions) { // Set the order of the promoted items var appleExtensions = extensions.GetExtension<IAppleExtensions>(); appleExtensions.SetStorePromotionOrder(new List<Product>{ controller.products.WithID("sword"), controller.products.WithID("subscription") }); } csharp public void OnInitialized(IStoreController controller, IExtensionProvider extensions) { // Set the visibility of promoted items var appleExtensions = extensions.GetExtension<IAppleExtensions>(); appleExtensions.SetStorePromotionVisibility(controller.products.WithID("subscription"), AppleStorePromotionVisibility.Hide); appleExtensions.SetStorePromotionVisibility(controller.products.WithID("100.gold.coins"), AppleStorePromotionVisibility.Default); }

Changed

  • AndroidStore enum - Obsoleted by superset AppStore enum. Cleans up logging mentioning Android on non-Android platforms.
  • Codeless IAP - IAP Button notifies just one purchase button for purchase failure, logging additional detail.

Fixed

  • Apple platforms - Catch NullReferenceException thrown during initialization when the app receipt cannot be correctly parsed.
  • IAP Catalog - Fix GUI slowdown when typing details for large number of products on Windows.
  • Fix internal MiniJSON namespace exposure, regression introduced in 1.11.2.

[1.12.0] - 2017-07-25

Added

  • XiaomiMiPay - Add Xiaomi Mi Game Pay app store purchasing for Android devices in China. Add the "Unity Channel" support library and service. Unity Channel helps non-China developers access the Unity-supported Chinese app store market by featuring app store user login and payment management. Use Unity Channel directly for login to Xiaomi. Unity IAP internally uses Unity Channel for Xiaomi payment. Preliminary documentation is available. See also Xiaomi's portal and Unity's partner guide.

Fixed

  • FacebookStore - Fix login and initialization corner-case abnormally calling RetrieveProducts internally
  • Tizen Store - Fix purchasing regression introduced after 1.11.1
  • Mac App Store - Fixes "libmono.0.dylib not found" errors at launch if built via Unity 2017.1. See also Known Issues, below.

Known Issues

  • Mac App Store - Incompatible with Unity 2017.1.0f3: exception will be thrown during purchasing. Fixed in Unity 2017.1.0p1.

[1.11.4] - 2017-06-21

Fixed

  • Apple platforms - Fix a blocking bug when building from Unity 5.3.

[1.11.3] - 2017-06-20

Fixed

  • Amazon - Purchase attempts for owned non-consumable products are now treated as successful purchases.

[1.11.2] - 2017-05-30

Added

  • Apple platforms - Parse the app receipt when retrieving product information and attempt to set receipt fields on Product. With this change the hasReceipt field on Apple platforms will work more like it does on non-Apple platforms.

Fixed

  • FacebookStore - Better error handling for cases where store configuration changes after purchases have already been made.
  • General - Better momentary memory performance for local receipt validation and other JSON parsing situations.
  • Editor menus - Targeted Android store menu checkmark are set and valid more often.
  • Installer - Fix error seen during install, ReflectionTypeLoadException[...]UnityEditor.Purchasing.UnityIAPInstaller.<k_Purchasing>.

[1.11.1] - 2017-05-23

Fixed

  • GooglePlay - Fix regression seen during purchasing where GooglePlay Activity forces screen orientation to portrait and turns background black. Restores neutral orientation and transparent background behavior.

[1.11.0] - 2017-05-01

Added

  • FacebookStore - Facebook Gameroom Payments Lite support. Available on Unity 5.6+ when building for Facebook Platform on Gameroom (Windows) and WebGL. Preliminary documentation is available here
  • Apple platforms - Added experimental support for setting "simulatesAskToBuyInSandbox". Please let us know how this impacts ask-to-buy testability for you. csharp extensions.GetExtension<IAppleExtensions>().simulateAskToBuy = true;
  • Apple platforms - Added support for setting "applicationUsername" field which will be added to every payment request to help the store detect fraud. csharp // Set the applicationUsername to help Apple detect fraud extensions.GetExtension<IAppleExtensions>().SetApplicationUsername(hashedUsername);

Requirement

  • GooglePlay - "Android SDK API Level 24 (7.0)" (or higher) must now be installed. To upgrade, either perform the one-time step of setting the project's "Android Player Settings > Other Settings > Minimum API Level" to 24, building an APK, then resetting to the project's previous value. Or, run the android Android SDK Manager tool manually and install "Android 7.0 (API 24)". Addresses build error messages: "Unable to merge android manifests." and "Main manifest has <uses-sdk android:targetSdkVersion='23'> but library uses targetSdkVersion='24'". Note the Minimum API Level support is unchanged; merely the installation of API 24 SDK is now required for Daydream VR.

Fixed

  • GooglePlay Daydream VR - Uses decoration-free Activity for purchasing
  • GooglePlay - Avoids sporadic price serialization exception
  • Apple App Stores - Improve handling of the situation where an attempt to finish a transaction fails (if the user is signed out of the store and cancels the sign in dialog, for example). The Apple store implementation will now remember that the transaction should be finished, and attempt to call finishTransaction again if the transaction is retrieved from the queue again. When this happens, the store will call OnPurchaseFailed with the reason "DuplicateTransaction"—this prevents a situation where a call to InitiatePurchase could result in no call to ProcessPurchase or OnPurchaseFailed.
  • Amazon - Fix for a crash when loading product metadata for subscription parent products

[1.10.1] - 2017-03-29

Fixed

  • GooglePlay - Suspending and resuming from app-icon while purchase dialog displayed no longer generates both OnPurchaseFailed then ProcessPurchase messages, only whichever callback is correct.
  • Remove cloud JSON exporter that was erroneously showing in the IAP Catalog export list
  • Fixed a bug when parsing localized prices when the device's localization does not match the number format rules for the currency
  • Resolved DLL name conflict by renaming Assets/Plugins/UnityPurchasing/Bin/Common.dll to Purchasing.Common.dll
  • Installer - Suppressed multiple redundant dialogs

[1.10.0] - 2017-01-23

Added

  • Samsung Galaxy Apps - In-App Purchase SDK v4. Simplifies flow for first-time payment users. See Samsung Developer IAP Documentation for more.
  • Tizen Store - Add support for subscriptions
  • StandardPurchasingModule - Add bool useFakeStoreAlways property to override native stores with the local debug FakeStore for rapid prototyping. Will not connect to any App Store when enabled.
// Enable the FakeStore for all IAP activity
var module = StandardPurchasingModule.Instance();
module.useFakeStoreAlways = true;
  • Editor Updater - Notify the developer when updates to Unity IAP are available with an actionable dialog. Periodically check the Asset Store version and prompt with an upgrade dialog capable of downloading the latest plugin.
  • Editor Installer - Simplify integration of Unity IAP into a Project, avoiding unexpected breakage of the scripting build environment after package installation. Detect and warn if Unity IAP Core Service is "Off" during installation.

Removed

  • Samsung Galaxy Apps - remove In-App Purchase SDK v3 and replaced with v4, above.

Fixed

  • GooglePlay - Fix a problem that occurred when suspending the application during a successful transaction. Previously a consumable product could get stuck in a state where it could not be purchased again until the Google Play cache was cleared.

[1.9.3] - 2017-01-03

Added

  • Windows Store - support for UWP apps running while logged-out of Windows Store. Now fetches app's product metadata if logged out, and requests user sign in to make purchase or to fetch user's purchase history.
  • Editor - diagnostic log at build-time when IAP Service disabled: "Unity IAP plugin is installed, but Unity IAP is not enabled. Please enable Unity IAP in the Services window." Fewer redundant errors.

Fixed

  • Editor - checkmarks refresh for Targeted Android Store after Editor Play/Stop
  • Editor - hides spurious Component MenuItems
  • Linux Editor - BillingMode.json path case-sensitivity
  • IAP Catalog - clearer text for Export button: "App Store Export"

[1.9.2] - 2016-11-29

Fixed

  • GooglePlay - addresses warning about usage of WebViewClient.onReceivedSslError if CloudMoolah.aar is included
  • CloudMoolah - simplify Login API and rename LoginError enum to LoginResultState
  • Android - remove READ_PHONE_STATE permission from AndroidManifest.xml simplifying logic around CloudMoolah Register and Login by removing automatic SystemInfo.deviceUniqueIdentifier calls. Developers may now choose to include this permission using this API to collect a user identifer, or provide an alternate long-lived user identifier, in a CloudMoolah supporting game for the Register and Login API password parameter.

[1.9.1] - 2016-11-17

Added

  • [Beta] Codeless IAP — UI fields show title, price, and description downloaded from the platform store
  • IAP Catalog now includes a store ID field for the CloudMoolah store

Fixed

  • IAPButton component now updates product ID list as the IAP Catalog is being edited
  • Fixed a problem with opening a project containing the Unity IAP plugin while IAP was disabled in the Services window
  • IAPButton inspector field for Product ID now works correctly with Undo
  • Set GooglePlay as default Android store AAR fileset. Excludes other store's assets (Java, resource XML, localization), saving ~196kb in default APK. Creates Assets/Plugins/UnityPurchasing/Resources/BillingMode.json in Project. Configure manually with Window > Unity IAP > Android menu, or UnityPurchasingEditor.TargetAndroidStore(AndroidStore).
  • CloudMoolah - update Window > Unity IAP > Android menu checkmarks when CloudMoolah selected

[1.9.0] - 2016-10-31

Added

  • CloudMoolah support. CloudMoolah website here. Preliminary store guide available here. Preliminary configuration document available here.
  • [Beta] Codeless IAP tools. Implement IAP by adding IAP Buttons to your project (Window > Unity IAP > Create IAP Button) and configure your catalog of IAP products without writing a line of code (Window > Unity IAP > IAP Catalog). Preliminary documentation is available here.
  • [Beta] Google Play - Support for Daydream VR. Requires Unity 5.4+ "GVR" Technical Preview, enabling VR, and including the Daydream SDK. Additional details here.
  • Samsung Galaxy Store - Added support for receiving auto-recurring subscriptions
  • Highlights chosen Android store in menu Window > Unity IAP > Android

Fixed

  • Remove the menu item to select Android store at runtime
  • Fix an exception that occurred when parsing prices while culture was set to use commas as a decimal separator

[1.8.3] - 2016-10-13

Fixed

  • iOS crash when calling PurchasingManager.ConfirmPendingPurchase with a product that does not have a transaction ID
  • Ensure tvOS build uses correct stub DLL
  • Support transaction receipt logging for all store platforms. Requires corresponding Unity Engine: currently unreleased Unity 5.3/5.4 patch, or Unity 5.5.0b7+.

[1.8.2] - 2016-09-23

Fixed

  • Tizen Store - Product list not delivered to new app or new user

[1.8.1] - 2016-08-30

Fixed

  • Windows Store - Windows App Compatibility Kit Supported API failure with exposure of Tizen API.
  • Tizen Store - Added sample products and GroupId to IAPDemo.cs

[1.8.0] - 2016-08-23

Added

  • Tizen Store support. Preliminary documentation is available here.

Fixed

  • Google Play - Promo code redemptions not being detected whilst the App is running.
  • Google Play - Guard against spurious SecurityException (additional details here.)

[1.7.0] - 2016-08-07

Added

  • Samsung Galaxy store support. Preliminary documentation is available here.
  • Google Play - failed purchases - the Google Play server response code is now supplied as the PurchaseFailedEventArgs.message property for failed purchases.
  • Android - it is now possible to choose the store implementation to use at runtime.
    • Make a build containing all store implementations by choosing Window > Unity IAP > Android > "Select store at runtime"
// Pass the desired store to the module, e.g. Amazon Apps.
var module = StandardPurchasingModule.Instance(AndroidStore.AmazonAppStore);

Fixed

  • Google Play - PurchaseFailureReason.ItemUnavailable and PurchaseFailureReason.BillingUnavailable being reported as 'Unknown' errors.

[1.6.1] - 2016-07-18

Fixed

  • Google Play - fixed non fatal 'IllegalArgumentException: Receiver not registered' warning appearing in crashlogs.

[1.6.0] - 2016-7-7

Added

  • Support for redeeming Google Play promo codes for IAPs.
  • IAndroidStoreSelection extended configuration for accessing the currently selected Android store.
var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
Debug.Log(builder.Configure<IAndroidStoreSelection>().androidStore);

Fixed

  • Apple Stores - ProcessPurchase not being called on initialize for existing transactions if another storekit transaction observer is added elsewhere in the App. This addresses a number of issues when using third party SDKs, including Facebook's.
  • Google Play - sandbox purchases. In Google's sandbox Unity IAP now uses Google's purchase token instead of Order ID to represent transaction IDs.
  • iOS not initializing when IAP purchase restrictions are active. IAP will now initialise if restrictions are active, enabling browsing of IAP metadata, although purchases will fail until restrictions are disabled.
  • Instantiating multiple ConfigurationBuilders causing purchasing to break on Google Play & iOS.

[1.5.0] - 2016-5-10

Added

  • Amazon stores - Added NotifyUnableToFulfillUnavailableProduct(string transactionID) to IAmazonExtensions.

You should use this method if your App cannot fulfill an Amazon purchase and you need to call notifyFulfillment method with a FulfillmentResult of UNAVAILABLE.

Fixed

  • Google Play - purchase failure event not firing if the Google Play purchase dialog was destroyed when backgrounding and relaunching the App.

Changed

  • Updated to V2.0.61 of Amazon's IAP API.
  • Apple stores, Google Play - removed logging of products details on startup.

[1.4.1] - 2016-4-12

Fixed

  • Amazon stores - "App failed to call Purchasing Fullfillment" error caused by Unity IAP misuse of Amazon's notifyFulfillment mechanism.

Added

  • Editor API call for toggling between Android billing platforms in build scripts; UnityPurchasingEditor.TargetAndroidStore(AndroidStore). See below for usage.
using UnityEngine;
using UnityEngine.Purchasing;
using UnityEditor;

// A sample Editor script.
public class MyEditorScript {
	void AnEditorMethod() {
		// Set the store to Google Play.
		UnityPurchasingEditor.TargetAndroidStore(AndroidStore.GooglePlay);
	}
}

[1.4.0] - 2016-4-5

Added

  • Amazon Apps & Amazon underground support. Preliminary documentation is available here.

[1.3.2] - 2016-4-4

Fixed

  • Apple stores; AppleReceiptValidator not parsing AppleInAppPurchaseReceipt subscriptionExpirationDate and cancellationDate fields.

[1.3.1] - 2016-3-10

Changed

  • Google Play - Google's auto generated IInAppBillingService types have been moved to a separate Android archive; GoogleAIDL. If other plugins define IInAppBillingService, generating duplicate class errors when building for Android, you can delete this AAR to resolve them.

[1.3.0] - 2016-3-3

Added

  • Receipt validation & parsing library for Google Play and Apple stores. Preliminary documentation can be found here

[1.2.4] - 2016-2-26

Fixed

  • Demo scene error when running on IL2CPP.
  • Fixed Use of app_name in Google Play Android manifest causing build errors when exported to Android studio.

[1.2.3] - 2016-2-11

Added

  • iOS, Mac & Google Play - support for fetching products incrementally with the IStoreController.FetchAdditionalProducts() method that is new to Unity 5.4. Note you will need to be running Unity 5.4 to use this functionality.

[1.2.2] - 2016-2-9

Fixed

  • Setting IMicrosoftConfiguration.useMockBillingSystem not correctly toggling the local Microsoft IAP simulator.
  • Deprecated WinRT.Name and WindowsPhone8.Name; WindowsStore.Name should be used instead for Universal Windows Platform 8.1/10 builds.
  • Unnecessary icons and string resources removed from Android archives.

[1.2.1] - 2016-1-26

Fixed

  • IAP Demo scene not registering its deferred purchase listener.

[1.2.0] - 2016-1-15

Added

  • tvOS Support. tvOS behaves identically to the iOS and Mac App Stores and shares IAPs with iOS; any IAPs defined for an iOS App will also work when the app is deployed on tvOS.
  • Apple Platforms - a method to check whether payment restrictions are in place; [SKPaymentQueue canMakePayments].
var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
// Detect if IAPs are enabled in device settings on Apple platforms (iOS, Mac App Store & tvOS).
// On all other platforms this will always return 'true'.
bool canMakePayments = builder.Configure<IAppleConfiguration> ().canMakePayments;

Changed

  • Price of fake Editor IAPs from $123.45 to $0.01.

[1.1.1] - 2016-1-7

Fixed

  • iOS & Mac App Store - Clean up global namespace avoiding symbol conflicts (e.g Log)
  • Google Play - Activity lingering on the stack when attempting to purchase an already owned non-consumable (Application appeared frozen until back was pressed).
  • 'New Game Object' being created by IAP; now hidden in hierarchy and inspector views.

[1.1.0] - 2015-12-4

Fixed

  • Mac App Store - Base64 receipt payload containing newlines.
  • Hiding of internal store implementation classes not necessary for public use.

Added

  • IAppleConfiguration featuring an 'appReceipt' string property for reading the App Receipt from the device, if any;
var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
// On iOS & Mac App Store, receipt will be a Base64 encoded App Receipt, or null
// if no receipt is present on the device.
// On other platforms, receipt will be a dummy placeholder string.
string receipt = builder.Configure<IAppleConfiguration> ().appReceipt;

[1.0.2] - 2015-11-6

Added

  • Demo scene uses new GUI (UnityEngine.UI).
  • Fake IAP confirmation dialog when running in the Editor to allow you to test failed purchases and initialization failures.

[1.0.1] - 2015-10-21

Fixed

  • Google Play: Application IStoreListener methods executing on non scripting thread.
  • Apple Stores: NullReferenceException when a user owns a product that was not requested by the Application during initialization.
  • Tizen, WebGL, Samsung TV: compilation errors when building a project that uses Unity IAP.

[1.0.0] - 2015-10-01

Added

  • Google Play
  • Apple App Store
  • Mac App Store
  • Windows Store (Universal)