I want to develop IOS application using sdk like rtc.io I want to know whether javascript based hybrid application will run on IOS or not? Is there any available free SDK for IOS native webRTC Data channel app development?
Asked
Active
Viewed 593 times
1 Answers
1
yes there is a recent release of opensource webRTC supported browser by Ericsson laboratories, its cross platform and the first browser with webRTC support. http://www.ericsson.com/news/1860225

AamirJadoon
- 136
- 1
- 8
-
Thanks to you and thanks to Ericsson. I think Ericsson would work for me. – user1681600 Dec 19 '14 at 11:40
-
Tried to go this route, looks like only armv7 support, no arm64 or armv7s... so it doesn't support a wide range of iOS devices, including my iPad mini... see compatibility reference: http://stackoverflow.com/questions/21422447/what-iphone-devices-will-run-on-armv7s-and-arm64 – Jeff Wooden Jan 21 '15 at 16:50
-
They have good examples including a hybrid example, if you start with them you can compile them in xcode for 64-bit - https://github.com/EricssonResearch/openwebrtc-examples – Lightbeard May 26 '16 at 19:01