Questions tagged [nativeapplication]

81 questions
1
vote
0 answers

spown cmd enoent error while creating react native app

I followed the official doc to create app, but while running npm start it results in the spown cmd enoent error. Expo version is 2.6.14 Error log: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose…
1
vote
0 answers

Not able to locate any elements in one of the screens in Appium

Click here for UI automater screenshot Not able to handle any elements on one of the screens of Android native application with Appium. I have used UIAutomator to locate the elements. For rest of the screens, the script is running fine. I am just…
1
vote
0 answers

how to use NativeMessaging to connect to a native application(.exe) ,but don't launch the .exe,just send the message background

enerytime when i click the "send" button(blind the NativeMessaging method),it will launch a new instance , i just want make it only one instance with the connect running correctly,sot that i can send message sustainable. Thanks a lot! That's my…
1
vote
1 answer

Opening multiple appium server Instances on same machine

Can I start 2 appium server instances on my machine at the same time so that I can execute my test script simultaneously on 2 different devices connected to the machine? Actually what I'm trying is to run my test script on 2 devices connected to…
Amrit
  • 89
  • 1
  • 4
  • 11
1
vote
1 answer

Restart native app after crash

In android 4.4 and below, who loads a native application (/system/bin/*) at startup, I think that the file init.rc is responsible, it is correct? Then if a native application crashes (for example /system/bin/mediaserver) it restart automatically,…
Livio
  • 205
  • 1
  • 3
  • 9
1
vote
0 answers

Javascript local (disk) database for nativeapp

javascript #database #nativeapp Hey there. So, i'm create a piece of software for the local comunity, i've decided for javascript but now i'm having problems creating a local database... I've seen projects like sql.js and taffyDB and can't put them…
Rodrigo F.
  • 71
  • 1
  • 5
1
vote
0 answers

Android sip calling

we want to use conference calling in our app we managed to make a call but we are not able to make a conference call . we tried to sipcoudiocall.attachCall(sipSession,sessionDescription); but we are not able to make conference call can you help.
1
vote
1 answer

iOS native app upgrade to hybrid app

I have a native app version 1.0 in iOS and now the client wants the next version to be a hybrid app using html5 and javascript. If i build the hybrid app, can the native app users upgrade to the hybrid app? Will there be any difficulties, issues in…
1
vote
2 answers

How to authenticate native application against a Web Service?

I need to find a solution to make sure my app, which will be distributed as a native App on mobile devices, and ONLY my app can acces my Web Service hosted some place else. In other words, my Web Service should only accept request through legitimate…
1
vote
1 answer

Open native app using Alarm in a determinated time

I'm developing a native app that needs to use the Alarm API to open itself at a determined time. I saw an example in Tizen web applications, the ExercisePlanner, available with SDK samples that does this, and I want to do that too, but using my…
Hime
  • 369
  • 3
  • 15
1
vote
2 answers

Convert webapp w/ Yii to native app - Apache Cordova & Netbeans

I have a question about web and native app development and integrating multiple frameworks. I currently have a web app (html 5, css, js/jquery, php, mysql) and want to make available as a native app on Android and iOS. It uses Yii framework and I…
snowcap420
  • 91
  • 1
  • 11
1
vote
1 answer

View source code of the native Android email app?

Anybody know a way to view the source code of an email from the native Android email app? I've used the ADB plugin for the Android chrome browser to inspect element, but wondering if there is something similar for the Android email app. Thanks!
bringo
  • 11
  • 2
1
vote
2 answers

A new session could not be created. (Original error: Instruments crashed on startup)

Facing this issue while working on appium. couldnt able to launch the app in the simulator as appium server is throwing the above error.
user3392291
  • 21
  • 1
  • 2
  • 5
1
vote
1 answer

Android native app testing using Selenium

Can anyone one please guide me ... how to work with native apps with Selenium. I have Appium and native driver for this, but it won't work for me. While running, I am getting the error in the console. "Could not start a new session. Possible causes…
koushik
  • 11
  • 1
1
vote
2 answers

How native an application built using RubyMotion or Rubuto can be?

On the RubyMotion site's home page, They say it's a revolutionary toolchain that lets you quickly develop and test native iOS and OS X applications for iPhone, iPad and Mac On the Rubuto framework site, they say something similar Ruboto is a…
Nafaa Boutefer
  • 2,169
  • 19
  • 26