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