I want to implement auto renewable subscription with different discounts offers to the user. I have one product id but I want to apply different discount on same product id. Scenario like this, If user purchased within 1 week of installed app then want to give 50% discount on first payment. If user purchased after 1 week and before 2nd week completion then want to give 25% discount on first payment. Else user go with original price of product..
To achieve this functionality I have searched over internet and found something SKPaymentDiscount. But I don’t know I can achieve with SKPaymentDiscount or not.
If anybody have implemented same things or have experience with SKPaymentDiscount then please share with me.
If anybody have other suggestions then I will try that also.
Thanks in advance and welcome the suggestions.