• 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!

Android How to send myself a file from a mobile device?

G

Guest

Guest
Until now, I've been using the http_post_string() function to allow testers to send me debug logs from their mobile devices. (It sent to a PHP script on my web server, which then emailed me a copy.)

It appears that we can't use http_post_string() within Android any more, although GameMaker Studio 2's DRM appears to prevent me from using an earlier runtime to fully troubleshoot the issue.

So, I'm looking for another way to allow testers to send me debug logs from their mobile devices. Any ideas?
 
Top