Good day. We have IAP 3.0.2 working fine in general, but faced some corner-cases.
If user is logged out from AppStore on device and we try to make a
PurchasingService.getUserData()
request - we have no response. At all. If logged in - we may have SUCCESS/FAILED, which is great; but without AppStore the onUserDataResponse simply not triggered.
What we expect: onUserDataResponse triggered with FAILED status, so at least we know that something went wrong, not the infinite "silence" from SDK.