Hello,
i have an issue with the Google PlayStore, in that my App has 2 versions, 1 for tablets and 1 for phones, this is due to the design of my app and the screen sizes for tablets and phones.
Now in my build settings file i have
android =
{
usesPermissions =
{
“com.android.vending.BILLING”,
},
supportsScreens =
{
smallScreens = true,
normalScreens = true,
largeScreens = false,
xlargeScreens = false,
},
},
where for tablets i set true, for xlarge screens and false for the others and vice versa for the phone version.
But when i do a search for my App using my phone, i see both versions (I only want the user to see the correct version depending on the screen size).
In the apple store this issue is taken care of as you can build for iPad only and iPhone only.
Is there anyway, apart from what i used above, namely the screen size check, that can prevent phone user from seeing the tablet version for download?
Regards
Bruce