trigger.io - Release ipa - file for appstore - app-store

I've successfully created an ipa with trigger.io but unfortunately, there is no description on how I can upload the ipa-file on Apple's appstore.
Can anyone help me please?
Thanks,
enne

Information can be found at the iOS Dev Center - https://developer.apple.com/devcenter/ios/index.action
When ready for upload you utilize the Application Loader to upload your ipa-file. Here is a PDF -
https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

Related

How to create the IPAs only without connecting a device?

I don't have a device but my manager ask to upload a build on testflightapp Is there anyway so that I can create IPA and upload my build without having real device?
thanks
Yes.. you can do that..but you will need a developer account to deploy apps for Ad-hoc or App store Distribution ..
Edit : To upload the build ...just Archive the app with the provisioning profile..and upload the ipa to testfilght.
If you click on "Upload build" in TestFlight there's a link to a help page which answers your question: http://help.testflightapp.com/customer/portal/articles/402782-how-to-create-an-ipa-xcode-4
Otherwise, for the first part of the tutorial, if you're in an Xcode version in which you don't have the Entitlements option, you can safely skip that part of the tutorial.
off-course you can do that, make your adhoc certificate then follow the procedure mentioned in your developer account. For uploading on testflight build the binary and put in Payload folder and then compress that folder and rename that compress file to appName.ipaIf you have any query I will be happy to help.
Have a look at this from Apple. It should explain everything you need to know about code signing, certificates and making the IPA file for Ad Hoc distribution.

Preparing .app for iTunes

I know this is a basic question, but the Apple Developer Guide just refers to it as "your binary."
I have built it in Xcode 4.2 and it runs fine on my device, I'm ready to upload it to iTunes but I can't figure out how to create my binary. How can I do this?
"your binary" is referring to your App file in iTunes Connect after you have uploaded it. To create this binary, all you need to do is upload a release build of your App to iTunes Connect, and then your "binary" will exists.
After you built your app for a release right-mouse-click on the product name then choose Show in Finder now zip does two files there and this is your binary that you will have to upload.

how to install my application OTA in iphone simulator

I need to download and run my application from the web server.
I think For that i need to place my application .app files in web server.
Perviously i did this for blackberry.
For that i place .cod files in web server,and type url http://1.1.8.1/Downloadmyapp/myapp.aspx in browser,
then my app gets downloaded and by run it,it will run fine.
Is it possible for iphone.If it is how can i done can any one pls suggest me.
pls help me.
Thank u in advance.
This isn't how iOS apps are installed. They are installed via the App Store on the device or via syncing with iTunes.
You cannot install an iOS app over the air in the simulator or on the device.
with the iOS 4.0 update it's possible to install the beta versionsof apps OTA to devices.. the varios options available to you are here http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota-ios-beta-testing.php
You can do this with iOS 4. All that is required is a manifest XML file, and a signed IPA file. You can read all you need to know about this here:
http://developer.apple.com/library/ios/featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009979-CH1-SW2

Finishing an app - getting the binary file?

I've finished developing my app and I want to release it. What is the binary file that apple is looking for in the submission for in iTunes connect?
Zip the app bundle, or better yet, use the Organizer to upload.
Check in the Build directory inside your project folder. There should be a folder in there called "Release". Inside that folder is YourApp.app. Zip it up and send it in.
You need to visit apple provisioning portal to generate a distribution certificate for your app, then download it to your machine and in the end you have to build it up it with this certificate in xCode.
There some tutorials on the provisioning page. So I hope you can make it.
https://developer.apple.com/iphone/manage/overview/index.action

iPhone Application Uploading On Apple Store

I am new in iPhone world, I have register to iPhone Dev program today and I have to upload applications on App Store. But I don't know how to install certificate and upload applications on iTune Store can anyone briefly explain the steps for installing certificates and uploading the applications.
Thanks in advance.
After you've registered, you will have access to the Program Portal, which has instructions for setting up all the certificates and uploading to the store.