how to upload binary through application loader in XCode? [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to upload my binary to the iTunes through application loader. When I get the option to choose the app my app name is not shown there,some other app name which is also waiting for the upload in my account appears there.
How can i select my current app for upload?

Check this image, I guess it will answer your question. Let me know if you are facing issue.
Updated :- You need to add you app profile on iTunes for next updated version/initial version. Then will be visible to you in Application loader.Check the proper bundle Id and Version number.

Related

Is there a way for my swift app to link to the app-store and pass through information to the app if the person who uses the link downloads the app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I'd like to invite someone to my app. The invitation would include a link to the app in the appstore. If they download the app, I'd like the person who sent the invitation to have their information passed through, so the app can know that they are "friends/contacts". Is that possible?
if it is beta testing use testflight. public storefront use link to App store

How to cancel support for ipad, and then upload the App [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
If canceled up support for the ipad, iTunesConnect will reject this app, because this app before support for ipad.
steps to reproduce:
TARGETS - General - Deployment Info - Devices,The "universal" change "iphone",Then upload app
Error Screenshot:http://i.stack.imgur.com/na8sX.png
The error message is pretty clear: Apple does not allow you to remove iPad support from an app that previously had it.
You need to release your new iPhone-only version as a separate app.

Close another iOS app through a button [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I made an app. Now I want to close an other app (not mine) - does anybody here know how that is going to work?
I don't want to publish the App in the App Store - so it is only for private purposes but I dont want to jailbreak my iPhone.
For security reason an app cannot control another one.
You cannot do it.
It's not possible - your app is contained within its own sandbox separate from other apps on the device.
For more information, you can read Secutiy Overview: Code Security in the iOS Developer Library.

iPhone(4s): How to update the application with apple-certificated ID [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
with the Apple-certificated ID , we can debug/test the application on the real iPhone and Xcode is always used to install the application to be tested .
My question is : without the xcode, how can I install the test application on real iPhone.
PLease help to enlighten me .
Thanks a lot.
You can either send the app and a provisioning profile to a user who can then install the app using iTunes.
Or, and my preferred choice, use a service such as TestFlight to share your app over the air with testers and/or clients.

How do I get an unauthorized M4P file onto an iOS device? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
We're trying to reproduce a bug which causes our app to crash when it accesses a M4P file (MPEG-4 Protected file, a DRM protected file from the old iTunes days. Ummmm, yeah.).
We got such a culprit file sent to us by one of our in-the-wild testers, and now we're trying to put it onto a test device in order to debug, but here's the snag: iTunes insists on authorizing the file using the AppleID that purchased it, otherwise it won't sync it to the device. We don't have the user's AppleID details, and I don't think it's appropriate to even ask him for it.
Is there some other way of getting that file onto the device? I'd rather not jailbreak the device, but am willing to consider that option.

Resources