Version 4.0.0

Version 4.0.0 contains one breaking change that wasn't possible to deprecate. In the types FLootLockerRentalOption, FLootLockerVariation, and FLootLockerAsset, we previously had the property links.thumbnail. This did not support the full links feature set as it is a developer created map of link properties. So the link object has now been changed to a TMap. If you were using the thumbnail property your code will not compile on update. If that happens, then you should just be able to change .links.thumbnail to .links["thumbnail"] and then be good to go.

Version 4.0.0 also deprecates the methods PurchaseAssets, PurchaseAssetsAndroid, PurchaseAssetsIOS, PollingOrderStatus, and GetOrderDetails. This is because the full legacy purchasing system is deprecated in favor of the new IAP system: https://docs.lootlocker.com/content/in-app-purchases.

Last updated