You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
register listener on main thread for appstore sdk v3.x
register listener on main thread for appstore sdk v3.x
* Amazon IAP SDK v2.x is deprecated and developers are encouraged to use AppStore SDK v3.x. Users were getting a crash on initialization.
* To support the AppStore SDK, `PurchasingService.registerListener()` must run on the main thread.
* Note: We do still support the existing implementation for IAP SDK v2.x, and we won't register on the main thread.
0 commit comments