0

I am writing hello world on nativeScript at AppBuilder platform. I created new project from template. It works perfetct with companion app (Run->Build->NativeScript) but i can't: 1) run it on iOS or android emulator 2) build app package (Run->Build->App Package)

Thanks much

K.Amanov
  • 1,278
  • 14
  • 23
  • Which AppBuilder client are you using? You can deploy to an Android emulator from the Windows client, Visual Studio extension, and CLI. You can deploy to the iOS simulator using the CLI on a Mac. You should be able to build an app package from any of the clients on any OS. – TJ VanToll Mar 21 '15 at 12:43
  • Sorry, I am using it from browser – K.Amanov Mar 22 '15 at 18:04

1 Answers1

3

From the browser you can't run on native emulators, but you can deploy to the NativeScript companion app for Android/iOS, and you can also build app packages for Android/iOS.

To build iOS app packages you need to register for the iOS developer program and register your provisioning profiles and certificates with AppBuilder before you can create app packages. If you have any other questions related to this let me know.

TJ VanToll
  • 12,584
  • 4
  • 43
  • 45