You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: