• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

api28

  1. J

    Gamemaker studio 1 and API level 28

    Hey, i was wondering how do you make the google play to approve your game made with gamemaker studio 1? I have developed couple years a game, and now im about ready to release it on google play. But i have encountered problem as the google play doesn't like some security issue, as my setup was...
  2. D

    Android API 28 blocks cleartext, non-HTTPS, traffic

    Android 9.0 blocks cleartext (non-https) traffic by default. I need to modify this feature in the AndroidManifest.xml. <?xml version="1.0" encoding="utf-8"?> <manifest> <application ... android:networkSecurityConfig="@xml/network_security_config" ... > And in...
Top