使用IONIC和angularJS在ios设备上测试IOS应用程序 [英] Testing IOS apps on ios devices made using IONIC and angularJS

查看:237
本文介绍了使用IONIC和angularJS在ios设备上测试IOS应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用IONIC制作应用程序,我只想在我的IOS设备上测试,而不是将其发布到应用程序商店。
我还需要一个Apple开发者帐户(支付99美元)还是安装了XCODE和IONIC的MAC?

I am making an app made using IONIC which I just want to test on my IOS device, not publish it to the app store. Do I still need an Apple developer account ( by paying $99 ) or is MAC with XCODE and IONIC installed enough?

我只想在我的设备上测试它,而不是将其发布到应用程序商店。

I just want to test it on my device, not publish it to the app store.

推荐答案

是的,这是可能的。

我今天试了这个。使用XCODE 7 beta 2.使用IONIC测试我的项目,仅使用APPLIE ID,而不是APPLE DEVELOPER ACCOUNT,以及它的工作。

I tried this today. Using XCODE 7 beta 2. Tested my project made using IONIC with only APPLIE ID, NOT APPLE DEVELOPER ACCOUNT, and its working.

你所要做的就是(用于制作) IONIC项目并在没有APPLE DEVELOPER ID的物理设备上安装它们。

All you have to do is( for making IONIC projects and installing them on Physical devices without APPLE DEVELOPER ID)


  1. 安装XCODE版本7(目前为beta 2)

  2. 安装Node JS(更新路径)

  3. 安装Cordova

  4. 制作一个离子项目(IONIC启动你的项目空白)

  1. Install XCODE version 7 (currently beta 2)
  2. Install Node JS (update path)
  3. Install Cordova
  4. make an ionic project ( IONIC start yourproject blank)

默认情况下会添加IOS平台。

IOS platform is added by default.


  1. 转到platforms / ios文件夹

  2. 会有一个yourproject.xcode文件 - 打开它

  3. 将您的设备连接到MAC

  4. 运行您的项目 - 如果您收到任何错误,XCODE会提供修复问题选项,点击它,您的应用程序将安装在物理设备上

  1. go to platforms/ios folder
  2. there will be a yourproject.xcode file - open it
  3. Connect your device to the MAC
  4. Run your project - if you get any error, XCODE gives the option of fix issue, click on that and your app will be installed on the physical device

这篇关于使用IONIC和angularJS在ios设备上测试IOS应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆