Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

NEW US publishing rules on PlayStore/AppStore/Xsolla about encryption

Discussion in 'General Discussion' started by LeleUnity, May 10, 2020.

  1. LeleUnity

    LeleUnity

    Joined:
    Jul 30, 2016
    Posts:
    97
    Hello,

    I just discovered that if you just use, even a minimal encryption in your game, for example encrypting PlayPrefs, or using HTTPS protocols , YOU MUST FILL a procedure to be authorized from the government.

    https://support.google.com/googleplay/android-developer/answer/113770?hl=en-GB

    How do you guys manage this new rule? it seems the cost is about 80$.
    Is there a way to save the data on the player without being hacked that does not involve encryption?

    Thank you