Nativescript - Publish to IOS - app-store

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:
I hit the publish button, select my certificate and provisioning
profile.
Insert my appstore credentials
The error is: Errors is: The request can't receive any response
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

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

Related

Ionic 3 compile IPA without mac

How do I generate IPA file for my ionic app without using Mac? Is it even possible?
Currently, I just need the generated IPA file; I don't need to deploy the app to the App Store.
I've looked around and these are what I got:
Use Ionic package - unfortunately, all links to Ionic package that I got are all dead. So can I assume this service is dead?
Use https://build.phonegap.com/ . I know Ionic is based on Phonegap, but does this service actually supports compiling Ionic codes without needing me to modify anything? And even if it can, I read that it needs some sort of certificates to compile to IPA. Is there any way I can get the certificate without a Mac?
Use MacInCloud.com. If the options above aren't available, I plan to purchase the pay-as-you-go plan. My question is, do this thing allows me to compile to IPA without me needing any other stuff? Like certificates or whatsoever.
I’m using Ionic Pro (https://ionicframework.com/appflow) to build an IPA and diawi.com to send the app to my clients for testing. To publish app in Apple App Store, I’m using MacInCloud.

Open Ionic ios app and validate

I'm new to ionic and in a couple of weeks I finish my test project. I can test in the emulator but I would like to run it on a physical computer. I could open the way find within xcode. I would also like to know how to validate the application to upload and pass the review process. I am new ionic.
Thanks!
you have to do to open your application in Xcode is go to your root project folder for example:
your_proyect/platform/ios
And there find the file with the name of your application .xcodeproj.
Remember that every change you make you run in your console ionic build ios to update the project. To validate your application you must go to the Product tab, then and there loaded Archive your application for errors and you can, validate, generate IPA or upload your iTunes connect.
Check this ionic forum

Error while sharing IPA file , iphone

I am using xcode 4.2 and iOS-5 SDK for developing my application.
I have recently renewed my developers profile. Before this I could easily create IPA file of my app and share. But now I am getting following error while sharing IPA file.
error: /usr/bin/codesign --force --preserve-metadata --sign iPhone Developer: xxxxxx --resource-rules=/var/folders/9-/9-vSr3vSHg4KChJwacq7bE+++TI/-Tmp-/yMDg5KNfD0/Payload/myApp.app/ResourceRules.plist /var/folders/9-/9-vSr3vSHg4KChJwacq7bE+++TI/-Tmp-/yMDg5KNfD0/Payload/myApp.app failed with error 1. Output: /var/folders/9-/9-vSr3vSHg4KChJwacq7bE+++TI/-Tmp-/yMDg5KNfD0/Payload/myApp.app/ResourceRules.plist: cannot read resources
I can run my application from Xcode directly but sharing IPA file is problem.
Has anyone encountered this before?
After renewing the developers profile for the first time I have learnt to ensure two things
In the build settings select don't code sign and then select the profile.
On the device, before installing the app through iTunes, make sure the renewed profile is installed
We have renewed several profiles since and these two steps were all we needed.
Make sure you change the code sign for both the project and the target.

Error uploading application to AppStore - error 19011

I'm trying to upload an updated iPhone version. I compile with the distribution provisional and get the error - "Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)".
I'm trying to make the same process for my previous version and it works fine. So I guess it's not the provisional. The bundle id I using in my new application is similar to the previous. I changed the projects structures and added features.
There is another issue which might be related: the application runs well on device but when I'm trying to create an archive I get an error of not find .h files though they are in the path.
I will appreciate if you can assist.
Thanks,
Eyal
Apple's App Store is experiencing downtime lately:
http://www.tuaw.com/2011/07/13/itunes-connect-down-for-maintenance-for-most-of-july-13/

Unable to submit app to iTunes Connect using Organizer

I'm having issues submitting an app to iTunes Connect using Organizer.
I build and archive my application successfully then go to Organizer. I successfully validate the application. I then click to submit the application to iTunes Connect. I get the dialog to choose signing certificate and the app that I am uploading. I submit that and after a short time it comes back with the following error:
I know that I am entering my apple id and password correctly. As far as I can tell the bundle identifier and the rest of the app metadata are correct.
Has anyone seen this before or have any advice?
(I have tried using the App Uploader and get similar results).
10.6.4.
And latest version of SDK and xcode.
FWIW There doesn't seem to be an answer to this. I did however, uninstall Application Loader completely and reinstall it and the upload has worked.