In-app purchases selling music [closed] - ios

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 10 years ago.
Improve this question
I've read their IAP documentation but couldn't find a clear answer.
Can I sell my own music (hosted on my server) using IAP?
Will Apple approve my app?

Since you use IAP and have the proper rights to sell the music there will be no problem at all.
Maybe this will help: https://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewoftheStoreKitAPI.html#//apple_ref/doc/uid/TP40008267-CH100-SW1

Related

is apple allow to process payments in my own system in this case? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I have a non-technical question, I built an app that let people to book halls in my building and I want to let people pay in the app. my question is can I use any payments system or apple don’t allow me to do this.
I search over the internet but i con't find answer.
Simply you should use in-app purchase if the purchased item or subscription consumed on the app such as coins, video and music stream etc. Otherwise you can use your payment system. On your case I believe you can use your own system.
For more information you can read Apple's review Guidelines.
Section 3.1.1
https://developer.apple.com/app-store/review/guidelines/

iOS In App Purchase - Buying more than one, of the same, non-consumable item [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 9 years ago.
Improve this question
Is there a way that I can purchase a non-consumable item more than once?
Right now I purchase it but I cannot purchase it more than once. All I am adding is the ability to purchase a "slot" once the user needs it. The slot just holds more information but is not needed in the app.
Thanks for all help!
Assuming this is actually a programming question, the answer is no. A non-consumable can only be purchased once. And this is across the user's devices too.
To allow a user to purchase something more than once you need to use a consumable product.

iOS In App subscription - "A marketing opt-in incentive cannot be offered with this app" [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 10 years ago.
Improve this question
One of our applications offers IAP, some consumable and some auto-renewable subscription.
When trying to add an (or to modify an existing) auto-renewable subscription, iTunes Connect displays this label in the "Add duration and pricing window" :
A marketing opt-in incentive cannot be offered with this app.
Does someone know how to enable opt-in at application or appId level?
Thanx
I belive that this relates to Newsstand and subscription magazines. Big publishers somehow managed to convince Apple to hand over details about subscribers to them, but this is to be "opt-in."
Since you're not (I assume) a big publisher you don't get this perk, so you can't offer it.

Ads in a free ap that require outside subscription (like netflix) [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 9 years ago.
Improve this question
Does it go against any sort of TOS with apple if you display ads in a free app, when that app requires an outside subscription service? Like netflix.
This isn't totally a programming questions, so if no one knows, or doesn't want to answer, is there a site or location I could go to in order to find out?
Apple has no restrictions against ads in free applications. There are several ad-supported apps which exist.
However, using location data of the user for advertising might lead to the app not being approved.

Apple In App Purchase - Buying customized content [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 9 years ago.
Improve this question
I have an application in which I want to offer the ability to pay for answers to questions in digital format. I.e, the user would submit a question, and purchase an answer which I would construct and send back to the app. Is this allowed?
I'm not sure if purchasing answers to unknown questions directly would be allowed or not, but I'm sure you could simply sell 'credits' that would give x number of requests.
Yes, this is allowed. See section 11 of the App Review Guidelines for iOS, found here, login required.

Resources