Register icon indicating copy to clipboard operation
Register copied to clipboard

Crash when companion-app not installed. Improve error handling when Companion app not installed

Open wdziemia opened this issue 5 years ago • 3 comments

Currently, BillingContextWrapper will crash when onBindService is called, because package manager returns queryIntentServices w/ a list of size 0.

We should be able to recover from this gracefully and show an error / toast of some type.

wdziemia avatar Apr 27 '19 19:04 wdziemia

Tagging for 1.0

wdziemia avatar Sep 07 '19 19:09 wdziemia

This is happening to me even with the register app installed: image

ibracero avatar Mar 30 '20 11:03 ibracero

@ibracero thanks, we'll look into this and see if we can stop this from happening. If anything, we'll try to gracefully handle it.

candidcold avatar Mar 31 '20 20:03 candidcold