Register
Register copied to clipboard
Crash when companion-app not installed. Improve error handling when Companion app not installed
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.
Tagging for 1.0
This is happening to me even with the register app installed:
@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.