Search Unity

Developing Differences between Android And IOS

Discussion in 'Getting Started' started by MaorWithM, May 14, 2019.

  1. MaorWithM

    MaorWithM

    Joined:
    Apr 23, 2015
    Posts:
    2
    I was wondering what differences should i take into my consideration while developing for Android vs IOS.

    For example i know that for Android i would use "Input.GetKeyDown(KeyCode.Escape" to detect back button click, is there an equivalent of that on the IOS platform?
    What about the graphics, any differences here? For the IOS i need to develop separate versions for the Iphone and Ipad?

    Thanks for the help.