I’ve uploaded my android build and when filling in the information about application noticed this at the bottom:
This application is only available to devices with these features, as defined in your application manifest.
This application is available to over 0 devices.
Should I worry about that or is that what everyone gets?
What should I put in build file, is this enough:
[code]
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “portrait”,
supported = { “portrait”, }
},
iphone = {
plist = {
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
}
},
–[[
– Android permissions
androidPermissions = {
– “android.permission.INTERNET”,
},
]]–
}
[/code] [import]uid: 13099 topic_id: 27665 reply_id: 327665[/import]