WWW doesn't follow redirects on iOS.
E.g., I try to load profile pictures from Facebook, but execution doesn't further than yield return.
WWW doesn't follow redirects on iOS (Unity 5.3.1p2)
E.g., I try to load profile pictures from Facebook, but execution doesn't further than yield return.
Code (csharp):
- IEnumerator LoadPictures(List<string> ids) {
- foreach (string id in ids) {
- yield return request;