In my Android app I have a hard paywall and I’m getting problems with app review.
Given the hard paywall there is a requirement that the user is logged in to Google Play on the device, there is no login in the app itself. App review did not like this even though I display a descriptive error when a ConfigurationError occurs, saying that they need to login to a Google account on device. They only see this as a crash/non-working app.
Even worse, the app is only targeted for Sweden and thus requires a Google account set to the Swedish region. I have however opened this up to all markets just to try to get through app review but they don’t seem to want to login to the Google account I’ve provided in the Google Play console.
Is there a built-in way to properly check if the user is signed in to Google Play. When they are not, is there a built in prompt for this I can use?
If not, how is this usually handled?