Mechabit
Mechabit3mo ago

check internet permission

check internet permission
12 Replies
nestedmango
nestedmango3mo ago
You mean this :
No description
Mechabit
Mechabit3mo ago
Stack Overflow
What permission do I need to access Internet from an Android applic...
I get the following Exception running my app: java.net.SocketException: Permission denied (maybe missing INTERNET permission) How do I solve the missing permission problem?
Mechabit
Mechabit3mo ago
the oculus plugin has a remove internet permission check box for single player games you can add a custom manifest to make sure it's still there
Mechabit
Mechabit3mo ago
No description
Mechabit
Mechabit3mo ago
Unity Forum
Resolved - Unity removes "android.permission.INTERNET" in the build...
Hi, I am building a TCP Client VR application that is being deployed to the Meta Quest Pro. Initially I was getting a SocketException of Access Denied...
nestedmango
nestedmango3mo ago
I updated my manifest with this :<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> but not success on it .
nestedmango
nestedmango3mo ago
@Mechabit In mine option is not there. I think due to openXR version .
No description
Mechabit
Mechabit3mo ago
it's the 3rd tick box
Mechabit
Mechabit3mo ago
No description
nestedmango
nestedmango3mo ago
Got it . Thank You . Checking in meta quest . @Mechabit I did it but not working .Am i missing something ?
Mechabit
Mechabit3mo ago
dunno, check your router
nestedmango
nestedmango3mo ago
I changed Unity version on lower . It fix issue . But voice chat is not working .