Deploy to tablets only (not phones)- Getting bad reviews !

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
raugert
Posts: 112
Joined: Thu May 26, 2016 9:30 pm
Location: Winnipeg, Canada

Deploy to tablets only (not phones)- Getting bad reviews !

Post by raugert » Tue Apr 21, 2020 3:15 pm

My app is deigned for Tablets only, but for some reason can be downloaded by Android phones on the Google Play store. Is there a setting in Livecode that I should include somewhere to prevent this ?

Here's what I found on the Android developper site.

<manifest ... >
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true"/>
...
</manifest>

Do I need to edit this manifest file somewhere ?

thanks for any help,
Richard
Livecode Indy 9.6.11 (Stable)
MacOS Sonoma 14.2
Xcode 15.0.1 SDK 17.0

Post Reply

Return to “Android Deployment”