Can I run/emulate my Ionic app on my own device? - ionic-framework

Is it possible to emulate/run my ionic app on my own device (iOS) without using an Ionic view?
If so, how can I do it? Can I do it with android too?
I'm developing on windows btw.

First of all if you need develop for iOS then you need to do it in iMac. Read the link below:
http://ionicframework.com/docs/guide/testing.html
https://ionicframework.com/docs/v2/cli/emulate/

Related

cannot use Ionic DevApp with React

Since Ionic React does not support Cordova, is it possible to use Ionic DevApp to view Ionic App on mobile device? If Ionic DevApp is not supported with React based project, any suggestions on how to view and test Ionic Apps on a mobile device without really publishing the app?
I am currently running into the same issue. There seems to be no documentation from the Ionic team on this?

Eclipse: one PhoneGap project for iPhone and Android?

I'm trying out PhoneGap, so I followed the instructions to create an Android Project in Eclipse.
But now I'm wondering how I can use this same code for building an iPhone app.
Is there something like a hybrid project in Eclipse!?
UPDATE:
I realize now that it's not possible to use PhoneGap on Windows to develop iPhone apps? That's too bad... is there any way to use PhoneGap on Windows to compile for iOS ??
In theory PhoneGap build should allow iPhone development on Windows.
However Nitobi was bought out by Adobe (PhoneGap:Build service may have changed), and you may still need iOS to upload your app (might be able to get around with a jailbroken iOS?!).
A dodgy solution could be to install OSX in a vbox virtual machine :)
No, there is no way to develop iPhone app on Windows using PhoneGap or Titanium.
Because they need iPhone SDK and Android SDK on back-end, which is not possible on windows environment. However you can make both apps on iOS simulations.

Porting Android Application to Iphone

I have implemented an application on Android using phonegap and Jqtouch. Its working fine.
I would like to test the same on iPhone. Could you please suggest me , how to test it on IPhone? Does it required any additional components to test it?
go on http://www.phonegap.com/start/ if you had used phonegap and check for ios.
Definitely, you need MAC, developer certificate ($99 atleast), XCode (4 gb)
and it is not easy to upload on app-store as in android market.

using iPhone as android application development, testing phone

Can i use my iPhone for android application development testing?
By using some hacks, you can do so. But what will be the use of this? The users of your application will use it on an Android phone, not on iPhone. If you don't have an Android device, you can test your apps on emulators of different versions.
Actually, it may be possible:
http://www.youtube.com/results?search_query=android+on+iphone&aq=0
http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=how+to+install+android+on+iphone
Just try to install Android on your iPhone.
Does your iPhone run Android? Probably not, so no you can not use your iPhone to test apps that were built for Android.
You can install Android on an iPhone, but I don't know about developing.
For iPhone 2G: http://www.iphoneheat.com/2010/05/install-android-on-iphone-3g-2g-iphodroid/
3G/S: http://www.youtube.com/watch?v=cB9e3Cb-H4I
(Nothing available for iPhone 4 yet, but it is coming soon: http://www.redmondpie.com/android-on-iphone-4)
This is still a preliminary version, and is buggy, as a lot of the drivers don't work. This could limit it from being used for Android development.

Iphone/Jqtouch Testing without iphone

I am developing web application using jqtouch. But I don't have iphone/ipod touch. what is the best way to test html generated out of it with jqtouch.
Thanks
coool
Download and install XCode from the Apple website.
It includes an iPhone/iPad simulator, with Safari, that you can run on your system.
If you develop on MacOS, use iPhone emulator otherwise use Safari.