bivant
bivant
[Use case - "Handle Lapsed Subscriptions"](https://developer.apple.com/documentation/appstorereceipts/expiration_intent) [Specification](https://developer.apple.com/documentation/storekit/original_api_for_in-app_purchase/subscriptions_and_offers/handling_subscriptions_billing) Based on changes from https://github.com/bizz84/SwiftyStoreKit/pull/674
b3f2601196a87569d463283c3a582ddcc7fccf0b - Merge pull request #652 from azouts/master Communicate deferred transactions to the app
Based on changes from #674 Test for concurrent retrieveProductRequest is very unstable - it crashes on read/write to the controller.inflightRequests and builder.request
https://github.com/cobeisfresh/localizable-sheet-script/issues/7

Skip visibility check (view.window != nil) if non animated viewController change was requested. User case: a ButtonBarPagerTabStripViewController is not navigationController.topViewController (but was visible so viewDidLoad had been called), moveToViewController(at: 1,...
Allow to retrieve and restore the last used album in the picker. Make the album selection indicator more stable (e.x. current album does not have check mark until the cell...
Can be tested with setting "App language - Right to left presudolanguage..."  Prior/master branch behavior in the example project on launch:  Behavior with...
### Description Map does not clear content drawn by **MapElements** on calling **map.MapElements.Clear()** on **iOS**. Same code works on **Android** as expected (content is removed from a map). Expected result:...