Doess Intel XDK crosswalk webRTC work in Android & iOs? - webrtc

I am using Intel XDK and crosswalk android.
What I want to achieve is a webrtc app.
Running the code in the Intel XDK emulator seems fine but when uploading it to Android phone (after having generated APK from Crosswalk), I do not see the video.
The Intel XDK logs show that the camera permission is set:
The App ID is "xdk.template.flipview"
The App Name is "Cam1"
Crosswalk Version: 10.39.235.15
Plugin installed: Camera (org.apache.cordova.camera)
Plugin installed: Accelerometer (org.apache.cordova.device-motion)
App name updated to [Cam1]
Updated "minSdkVersion" with "14"
Updated "targetSdkVersion" with "19"
Updated "installLocation" to "auto"
Added permission "android.permission.android.permission.CAMERA"
Added permission "android.permission.android.hardware.camera"
Added permission "android.permission.android.hardware.camera.autofocus"
Updated "versionCode" to "60001"
Updated "versionName" to "0.0.1"
Added "debuggable" to "false"
But I do not see this camera permission when I install the app.
Do you have any ideas? Also, will the video run when I select the iOS target?
Thanks!

Related

Error in USB debugging live testing in React Native

I am new to React Native and I install React Native and I want to test using y device (Realme 2).
Using USB debugging, but I am stuck on this same mobile using Android Studio runs in ADB.
This stucks at this position I await multiple 15m
info Starting JS server...
info Installing the app...
Configure project :app
File C:\Users\Muhammed Sajid Ali.android\repositories.cfg could not be loaded.
Checking the license for package Android SDK Platform 28 in D:\sajid\AndroidSdk\licenses
License for package Android SDK Platform 28 accepted.
Preparing "Install Android SDK Platform 28 (revision: 6)".
<======-------> 50% CONFIGURING [15m 0s]
:app
I solved this.
I earlier installed the Android SDK 8, 7.4.4, and 9 versions, but my mobile was 8.1. That’s why
it didn't start and it was downloading SDK 8.1. As I saw in the Android SDK folder, there was a new folder with some files.
Then I downloaded the 8.1 SDK, and it ran perfectly.
I think that was no problem with your compiler behavior, but I can suggest you to check if installing the app from USB is permitted in your phone's developer option and try to trigger the compiler with pressing return key (or enter) on the command line. That was working on mine.

Develop with react native under debian 9

I'd like to know how I can develop using linux (for example debian 9) and use my iPhone to see what I am developing.
I don't want to use macOS to do this and the best would be to see the result under Android and iOS without simulator, directly on phones.
Thanks for help !
If you want to stuck with Linux OS. You can test you app on android variant only (on both emulator or physical device)
In order to test your app on iOS you need to have a mac machine to generate / build the project.
If you don't have a mac system you can go with Expo SDK.
Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React.
You can easily get started here

How to build iOS apps using react- native on window 10

I am new in react-native. I want to build an android and iOS application by using react-native. I used the Windows 10 to build the react-native project and it is ok when I run the android app using Android SDK or real device but cannot on iOS devices. I have researched this problem and know that I need to use macOS to run the iOS apps. Is it possible to build iOS apps using any iOS simulator on Windows 10?
for exporting ios apps you must have a MAC system(X-code) or you can do it in windows with VMvare that have a virtual Mac system ,and in next step you must have a developer account then other steps are simple :)
The best way to develop in react native if you did not have access to MAC OSX environment is to use EXPO as it will ensured the app could run on android and iOS.
The second option would be using private cloud Mac like MacStadium.

Titanium Studio on Mac Android device not found

I'm on OS 10.9, Titanium 3.1.3.201309132423, Latest and greatest SDK - Nexus 4 on 4.3 with UBS Debugging checked, Unknown sources allowed. If I plug in the device Titanium does not see the device, however under Eclips I can install/debug on the device just fine. I have Googled to my hearts end with no luck... Sooo, any ideas what I could be doing wrong in Titanium?
Titanium Studio needs to be properly configured to use Android SDK. Check if you have correct paths set in preferences. You can find more details in Appcelerator documentation.

AppStore Distribution ipa not installing after ios7 upgrade

Few days back I had everything working with a provisioning profile for Distribution( App Store).And after upgrading iphone to IOS7 the ipa not installing in any of ios7 but is working fine with ios6.
While using iTunes it says waiting... or installing... for long but when used iphone configuration Uitility it says invalid profile(Doubt is how is it working on IOS6)????
It is also working with Distribution Certificate of type ADHOC where i added the device udid in the device List.So Architecture is definitely not the problem
Have you updated architectures for new device in your build setting.
it happens because of architecture,ipa will install on those devices which supports the cpu architecture mention in your build setting,but not on those devices who's architecture is not mentioned.