Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tns create App1 --appid com.company.App2 fails to propagate to bundle id in iOS #312

Closed
PanayotCankov opened this issue Mar 13, 2015 · 0 comments
Assignees
Milestone

Comments

@PanayotCankov
Copy link
Contributor

Executing:

tns create App1 --appid com.company.App2
creates an app with properly set id in the .tnsproject.

However the command:
tns platform add ios

Will create an Xcode project with bundle identifier:
org.nativescript.App

As a result it gets very tricky to deploy on device, when using some of the more restrictive permissions: that require exact app id; and does not allow wildcards;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants