ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Sidekick does not recognize platform specific application Ids. #430

Closed ibnYusrat closed 5 years ago

ibnYusrat commented 5 years ago

Please, provide the details below:

Did you verify whether this issue has already been reported here?

Yes

Tell us about the problem

Sidekick does not recognize platform specific application Ids and shows [object Object] instead of the Id.

If the application id in package.json is a string, it shows it correctly. Otherwise it does not.

And it makes sense because currently the Application ID is listed under PropertiesGeneral where as it should be under PropertiesiOS or PropertiesAndroid. So instead of showing the ID specified in the package.json, it simply shows this:

app_id

And of course subsequently does not build the app.

Which platform(s) does the issue occur on?

Should be the same for every platform but my experience is with Linux.

Provide the following version numbers that the issue occurs with:

Version: 1.19.1-v.2019.8.1.2 (latest) NativeScript CLI version: 6.1.2 CLI extension nativescript-cloud version: 1.18.2 CLI extension nativescript-starter-kits version: 0.3.5

Tell us how to recreate the issue in as much detail as possible

  1. Open package.json and specify platform specific application Ids as mentioned here: https://docs.nativescript.org/tooling/changing-appid like so:
    "nativescript": {
    "id": {
        "ios": "{appID1}" ,
        "android": "{appID2}"
    }
    }
  2. Open the App in sidekick and look at the Application ID it shows.

Does this issue happen every time?

Yes

tsonevn commented 5 years ago

Duplicate of https://github.com/NativeScript/sidekick-feedback/issues/420