Sn0opr
Sn0opr

Reputation: 1026

Can I test my Ionic App on my iOS device without Apple Developer Program

I tested my app on Android and Windows Phone 8.1 without any problem, and I want to test it on iOS.

I have never tested my App on it.

Before buying a Developer Program, I want to test my App first. Is it possible to test my Ionic / Cordova App without having (paying 99$) Developer Program ?

If so how can I do that ?

Upvotes: 2

Views: 1703

Answers (2)

iCediCe
iCediCe

Reputation: 1722

You could use Ionic View. I works great as long as you don't need to access non core plugins...

http://view.ionic.io/

Upvotes: 2

Dexter
Dexter

Reputation: 2472

As of XCode 7 it is possible to do this by getting a free Developers account, you should automatically get such an account when you try to deploy an app on a device in XCode.

There are however some limitations to such an account, you can compare all the memberships here. A much more detailed answer can be found here.

Upvotes: 5

Related Questions