How to create a subscription with a different start price? [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 1 year ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Original close reason(s) were not resolved
Improve this question
I am using subscriptions in my app and I want users to pay a different amount for the first subscription period than for the following periods.
For example: A one-year subscription which costs $499 in the first year and the following years it only costs $300.
How can I achieve that?

You create a one-year auto-renewing subscription for whatever price the subscriptions should have after the first year and for this subscription you create a one-year pay-up-front introductory offer for $499.

Related

Keeping track of the last time a user took an action [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
I have an app which allows users to redeem voucher codes, however I want to limit it so they can only claim one every 30 minutes.
So I somehow need to store the time they last redeemed a voucher, and if they try to redeem another, the app would check the last time and only give them a new voucher if the last one was over half an hour ago.
Would I store data in user prefs or is there a better way?
Storing a timestamp of when the last voucher was redeemed in NSUserDefaults is probably fine for a simple solution.
But how secure do you need this to be? As a general rule, and especially if this needs to be strictly enforced for financial reasons, never trust the client. Meaning that you should have a server to verify the codes, and enforce usage restrictions.

how to define our own price tier in itunes connect for inapp content? [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
I just want to knwo that can i modifiy the price tier for inapp content in itunes connect. As we know that there is a list of price tier like $ 0.99, $ 1.99 and so on. I want to price tier like $1.45, $2.50 etc.
thanks.
you can only use the price tiers apple provides you.
check all of the pricing on iTunes stores - its all about simplicity.
they only have 3 price tiers for songs(.69 & .99. & 1.29) and the other items are all 99 cent increments. possibly related to credit card fee's too

Can you publish an app in the iTunes app store for your customer, under his name? [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
Before buying an apple developer account I'd like to know it is possible to use a single account to release apps for several different customers using those customers' names as the publishers?
Thanks!
You, you can't. You need to buy a developer program for your customer. It will cost him/her USD 100/year.

Price Tier Effective Date [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
I don't understand in iTunes the meaning of Price Tier Effective Date and Price Tier End Date. Please anyone could explain me these fields?
The meanings of those fields are clearly spelled out in the "Scheduling Price Tier Changes" section of the current the iTunesConnect Developer Guide. Briefly, they refer to the beginning and end date for a price change. For example, you could set your app to change to a different price on the first of the month, and then to go back to the previous price on the 15th of the month (or any other date).

Increase price on iOS app subscription [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 11 years ago.
Improve this question
What happens if you increase you price on an iOS app subscription?
Will subscribers be informed, and how does that procedure look like?
Will the old subscription expire and do they have to confirm and accept the new price?
I have looked through the guidelines but did not find any answers to this.
Thanks

Resources