Nativescript - Publish to IOS

598 Views Asked by At

So as everyone knows, publish to the appstore is a nightmare, at this precise moment i´m trying to publish my app but i keep getting erros regardless of using nativescript sidekick or using aplication loader, also i have done EVERY step that is said here... so:

When using nativescript sidekick:

  1. I hit the publish button, select my certificate and provisioning profile.
  2. Insert my appstore credentials
  3. The error is: Errors is: The request can't receive any response
  4. i Went here but the problem persists!.

When uploading the ipa file in application loader:

The error simply says(always!!!) that my provisioning profile is not for that bundle etc etc.

What can i do here? what is the problem?

Thanks for your time, regards

1

There are 1 best solutions below

0
On

As mentioned on the official {NS} website to create your ipa file try running:

tns build ios --release --forDevice

This will create an ipa file in this directory: /platforms/ios/build/device Then try running this command to publish the App:

tns publish ios your-apple-id your-password --ipa path/to/ipa