Storing files on Android not showing up on Windows
In my app i generate some .wav files. They are stored on the sdcard (PersistentPath + external write = true). I can see it with Eclipse but they are not showing up on Windows via USB. With native...
View ArticleLoading .wav on iOS with WWW
I am trying to load a .wav using the WWW class. This works fine on Windows (PC) and Android. But on my iPhone 4 the app freezes when calling the method below (it stays in the while loop). Does someone...
View ArticleA lot of Android devices not supported
I have an app in the playstore that used to be supported by a lot of devices. I have been updating my app and Unity for some time but and now when i upload my APK to the playstore it says that only...
View ArticleWebRequest receives '(400) Bad Request' on Android
I am trying to upload files from my app to SoundCloud. I have this working fine for Unity itself, but when i run it on my Android device it gets the following error: System.Net.WebException: The remote...
View ArticleWWW, WWWForm and SoundCloud
I am trying to upload a file to SoundCloud with the WWW class. When i run the code below i get a response '400 Bad Request'. Can someone tell me why or give me some hints what to look for? Is it even...
View ArticleContent-Length mismatch: Request Header indicated x bytes, but client sent 0...
I have been working some code to upload a file to SoundCloud with the WWW class (http://answers.unity3d.com/questions/966993/www-wwwform-and-soundcloud.html). I can't get it to work so i started the...
View ArticleUTF-8 Encoding on Android
UPDATE: i continued this question [here][1]. -------------------------------------------- I am not really sure what is the problem but here is the situation. I am trying to send a file to SoundCloud...
View ArticleHttpWebRequest on Android
I am working on an app which can upload tracks to SoundCloud. I have [been working][1] on this for a while but i can't get it to work. I am using HttpWebRequest for the request to SoundCloud and this...
View Article