android and Application.OpenURL

but it doesn not work! i have searching forums but found nothing except that it should work…is it possible that i need to allow that in manifest file?

thank you!

cross-post to answers: http://answers.unity3d.com/questions/173946/trying-to-use-applicationopenurl-on-android.html?viewedQuestions=8346&viewedQuestions=164256&viewedQuestions=9869&viewedQuestions=40370&viewedQuestions=161655&viewedQuestions=136380

I also need info on this. It has worked previously, but now it seems to not work.

Checked the output from logcat and it seems the "force internet permission does not do what it advertises…

So, it should be ok if you add your own permissions.
… etc : android.permission.ACCESS_NETWORK_STATE not available?

I’m adding it to the manifest now to see if it’ll remedy the situation.
edit: confirmed, it fixed it.

1 Like