Hello,
I have the following setting for my current android game in play store. does the same setting works for IOS too?
PS: If i am required to change anything here, i would need to change in android too coz my game is multiplayer game and the screen cordinates needs to be the same in all devices.
application = { content = { fps = 60, width = 768, height = 1024, scale = "zoomStretch", xAlign = "center", yAlign = "center", }, }