Native android/ios Client

Nitin

New Member
Hi,
i am an android developer and i want to create an app for live broadcasting using flashphoner webcall server , as you guys have given example with
JavaScript and REST API AND iOS SDK link , is there anything for android also ?
where i can find example or demo for android client ?
 

Max

Administrator
Staff member
Hello
Currently we have iOS SDK only:
Download iOS SDK
iOS SDK Docs
The iOS SDK documentation is in progress and will be done in a couple of days.
Here the steps for iOS SDK
1) Dowmload SDK and examples
2) Unzip.
3) Open example WCSExample in Xcode
4) Attach your iPhone or iPad via USB and select this device as a build target.
5) If you have compilation issues, just correct the symlinks:
Code:
1. cd WCSExample/FPWCSApi.framework
2. rm -f FPWCSApi
3. rm -f Headers
4. ln -sf Versions/A/FPWCSApi FPWCSApi
5. ln -sf Versions/A/Headers Headers
That's all.
You can build and run Streaming Min or Phone Min example.

Streaming Min

IMG_0148.PNG


Phone Min

IMG_0153.PNG
 

Max

Administrator
Staff member
Regarding Android SDK, it is in our roadmap.
Some customers report that they have successfully implemented an Android app based on Web View (HTML5- wrapper as I know).
 
Top