oney / RCTWebRTCDemo

MIT License
215 stars 141 forks source link

App crashed. Not working on Android 4.2.2 & 4.4.4 #36

Closed snsekar closed 8 years ago

snsekar commented 8 years ago

Hi, I request the authors/contributors to add supported versions on both platforms Android/IOS I tested on Android 4.2.2 & 4.4.4. Simply app crashed while opening

snsekar commented 8 years ago

Found the issue. In AndroidManifest.xml following permission required for Android 4.2.2 & 4.4.4

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

After adding this permission working fine

snsekar commented 8 years ago

https://github.com/oney/react-native-webrtc/issues/142

zxcpoiu commented 8 years ago

Thanks I had updated documents: 944bca522c3ccbc33c46c8995d8d04f4e2e0de51