Skip to content

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

@PanayotCankov

Description

@PanayotCankov

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;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions