bivant

Results 16 issues of 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

![Screen Shot 2019-09-23 at 16 08 25](https://user-images.githubusercontent.com/6350992/65431762-a7624380-de22-11e9-94a0-280accc34252.png)

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..." ![Screenshot 2021-11-02 at 19 50 00](https://user-images.githubusercontent.com/6350992/139916097-b33862a3-dd60-40c6-8bc3-22a8c328409c.png) Prior/master branch behavior in the example project on launch: ![Master](https://user-images.githubusercontent.com/6350992/139914302-46841a93-ee6d-49e9-9b2b-6af6d1d6a23b.png) 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:...

t/bug