NativeScript / push-plugin

Contains the source code for the Push Plugin.
Apache License 2.0
123 stars 45 forks source link

How to use different app id and build configurations for debug and release #205

Closed smartsanja2013 closed 6 years ago

smartsanja2013 commented 6 years ago

I have few questions about how to create multiple build configurations for debug(UAT) and release(PROD)

I could found only this http://docs.telerik.com/platform/appbuilder/nativescript/build-configurations/application-settings article for similar topic, but there it used AppBuilder which is currently I am not using.

These are the things I am currently struggling to do.

  1. Is it possible to create two Xcode schemes as UAT and PROD from nativescript. (I know we can easily do this in Xcode, But if I remove the platform, All the settings should be re-do)

  2. How to use different appId for UAT and PROD environment. Can I do it in package.json?

  3. I want to use different web server urls for those environments. How can I define it?

Anyone who has done this please share the details with me. Highly appreciated.

smartsanja2013 commented 6 years ago

posted in wrong place