Hi,
My app uses the native Map view, which works fine on some iOS devices but not on others. The location services settings are identical on all devices (i.e. “on”) but e.g. on an iPad running on iOS 9.3.5 the screen is blank where the map is supposed to be. Is this a device, iOS version or setting issue?
As far as I can tell from googling, iOS 8 is the current minimum requirement for Corona, which would mean that the iPad I mention above should be fine from that aspect.
Looking in the xcode console when starting the app on the device, it reads
Mar 26 21:23:38 MyIpad MapApp[191] <Warning>: source <VKBuildingFootprintTileSource: 0x1751df40> wants grid size 64.000000, min display z: 13, min download z: 16. This is probably a bug!
and a few seconds later this appears:
Mar 26 21:23:47 MyIpad locationd[69] <Notice>: Location icon should now be in state ‘Inactive’
Any ideas?