Can In-App-Purchase allow users to purchase an audio file? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I am trying to making a Music App Integrated with In-App Purchase where User can buy audio File?
Is In-App-Purchase Allow user to buy Audio File ????

It is allowed, yes. However, there's no specific API for the selling of audio files, just an API that can be used to sell whatever content you like (with usual apple caveats). You'll need to have an apple developer account set up to sell paid apps to be able to build and test apps with in-app purchase. Read through the docs at https://developer.apple.com/appstore/resources/inapppurchase/
.. it's something that'll take some time to get right, and much too complicated to explain in full here.

Related

Can iPhone apps sell other apps within them? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
There are a lot of useful apps already available in the app store and I don't want to reinvent them just because i think they'd be useful to be part of my app. So I'm wondering whether it is possible to sell them from within my app, whereby the user can purchase them without leaving the comfy confines of my app. Any idea about this? Or will the user always have to head over to the App Store to get their hands on them?
On a side note, it would be nice if i could get some commission for selling them within my app (can't imagine Apple would allow that though).
No this is not possible. Best you can do is redirect the user to the app store app from within your app to the app the user wants more info on.
That's a question for Apple. You might check out Apple's In App Purchase Programming Guide.

Can iPhone app revenue be split between multiple bank accounts? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Under a corporate apple developer account, is it possible to add more than one bank account to a given paid app and specify which percentage of the commission Apple will pay out the commissions? I'm asking because I'm developing an app with a partner, and we've agreed to split the commissions, so this kind of setup would be easy & convenient.
Thanks!
Matt
You can’t configure iTunes Connect this way, so the answer is likely “no,” but you can always e-mail Apple’s Developer Support team.

Once an application is available in the App Store, is it possible to change the developer/seller account? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
We are developing an app for a client who is currently in the process of creating their own Apple account.
The problem is they got started with the process late, and we need to submit the app ASAP for review.
Has anyone had any experience with changing the seller account after an app has been approved and is available in the App Store?
Thanks!
According to most reports, the only way to do this is to remove the app from the old account, and submit it under the new account as a new and different app. Ratings, reviews, saved settings/etc. and update-ability will not transfer, since they are tied to the app ID, and the app ID has to be a new and unique in the destination account.
Yes is possible, but you must contact people at Apple and start a quite long and procedure with papers and stuffs. Best way to start is to ask a "general app/appstore question" in the "contact us" section of iTunesConnect site.

Does a in-house iphone app have to go through the app store approval process each time it's updated? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Given that:
my app is distributed only in-house with an enterprise-level membership
my app is not sold publicly on the app store
my app, after the initial distribution, will be updated frequently
Will it be required that someone from apple's app store reviews and approves the app each time I update? Or can i just go ahead and release updates, without worrying about app review delays?
You only need to have your apps review and approved by Apple if they are distributed through the App Store.
For enterprise-level distribution you are in charge.

How to prepare for the iPhone development? [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
I am going to develop on iPhone platform. Can some one make an explanation about how to do this? Here is some of my question?
If I want to publish my iPhone software (totally free, and will be free forever), do I have to register apple developer with $99?
If I don't pay for apple, where else can I get detail development information (such as API documentation, library references, etc)?
What are the steps to develop and publish my software by the official way if I want to spend as little money as I can?
If you want to publish in the app store, you have to pay the $99.
There are tons of tutorials, and several good books available.
See #1. You've got to pay the $99 to publish the official way (through the app store.)
All that said, there is the concept of ad-hoc deployment which lets you share a limited number of apps with other people. The limit is 100 phones, and the users will have to go through a much more complicated process to get the app installed. The real purpose for ad-hoc distribution is getting your app to people who can test it before you send it to the app store.
In my opinion, after you've bought the iPhone and the Mac you have to have to run XCode, $99 is a pretty small price to pay. You're probably paying that much every month to keep the phone.