Search Unity

Ensure that my game doesn't use internet

Discussion in 'Getting Started' started by LumoKvin, Jan 27, 2020.

  1. LumoKvin

    LumoKvin

    Joined:
    Sep 28, 2019
    Posts:
    195
    I am making a game for Android and iOS. How do I make sure that my game does NOT use the internet?

    With Android, it seems as though I have to specifically ask for permission in the manifest. Before, publishing, I will check the manifest to ensure that is does NOT request internet access. What about iOS?
     
  2. diXime

    diXime

    Joined:
    Oct 2, 2018
    Posts:
    162
    Hello,
    I'm not sure it's possible for a game to connect to internet if you do nothing for the game to connect. Internet access isn't an easy thing to do, it won't happen by accident.
    There are ways to check if the device (computer, phone...) is connected to internet, but having an internet connection doesn't mean your game is connecting somewhere.
     
    Schneider21 and Bill_Martini like this.