I just got one of my long standing apps banned by Google Play because they say it points to other stores.
I'm using the:
Dim IntentSell As Intent
IntentSell.Initialize2("market://details?id=PackageName", 0)
StartActivity(IntentSell)
to upsell and that for a long time just went directly to the Google Play store.
But all of a sudden its pulling up an intermittent pop up where it asks
Open with:
and then a list of app stores on my device, wich is:
Huawei App Gallery, Galaxy Store and Google Play Store.
Witch I assume is all possible stores present on the device.
And although the only one that works was the Google Play Store (selecting theGalaxy Store went direct to the Google Play and Huawei store didn't work with the package name), Google just flat out suspended it so it can't be updated and gave me one strike for the noughty step.
Is this a new function of b4a or or the Android OS.
If the former there will be a big problem with recompiled apps being banned, and Google is doing a push for old apps to be updated.
Is there a way to only and directly open Google Play.
I'm using the:
Dim IntentSell As Intent
IntentSell.Initialize2("market://details?id=PackageName", 0)
StartActivity(IntentSell)
to upsell and that for a long time just went directly to the Google Play store.
But all of a sudden its pulling up an intermittent pop up where it asks
Open with:
and then a list of app stores on my device, wich is:
Huawei App Gallery, Galaxy Store and Google Play Store.
Witch I assume is all possible stores present on the device.
And although the only one that works was the Google Play Store (selecting theGalaxy Store went direct to the Google Play and Huawei store didn't work with the package name), Google just flat out suspended it so it can't be updated and gave me one strike for the noughty step.
Is this a new function of b4a or or the Android OS.
If the former there will be a big problem with recompiled apps being banned, and Google is doing a push for old apps to be updated.
Is there a way to only and directly open Google Play.