auto-renewable

IAP in Cross Platform

自作多情 提交于 2020-01-01 19:01:34
问题 I have integrated In App Purchase (Auto-Renewable subscription) in iOS & Android. Both are working fine. I have certain doubts about validating the IAP using cross platforms like: How multiple user when login in one app, how does the subscription for one particular works? (For Example, if user A has standard plan & after logout from the app. If user B logins in the same plan who has premium plan. How the iTunes will manages plan of IAP for particular user?) Also what if user's who has android

iOS In-App Purchase sandbox test account keeps popping up for verification

主宰稳场 提交于 2019-12-20 19:47:12
问题 I have Auto-Renewable In-App Purchase item in my application which is in development stage. I could able to test the complete transaction till 2 days ago with different sandbox test accounts (+abc@def.com). From past couple of days when I am trying to test the transaction with new sandbox test accounts (+abc345@def.com), it is giving me an alert saying AppleID Verification - Open settings to continue signing with ******+abc345@def.com . I have already verified the account before trying to

Server to Server Pollling Auto Renewable Subscription

无人久伴 提交于 2019-12-11 17:48:14
问题 We are implementing server side receipt validation for auto renewable subscription. Now when a user turn off the subscription or when it auto renew there is no notification send from apple server to our server. We want to poll apple server when the subscription is about to expire. So how can we do this? Is there a way to schedule such polling at specific date ? 回答1: First when any in app purchase made you need to store receipt data after validating it. Also you need to store expire date of

IAP in Cross Platform

南楼画角 提交于 2019-12-04 17:40:59
I have integrated In App Purchase (Auto-Renewable subscription) in iOS & Android. Both are working fine. I have certain doubts about validating the IAP using cross platforms like: How multiple user when login in one app, how does the subscription for one particular works? (For Example, if user A has standard plan & after logout from the app. If user B logins in the same plan who has premium plan. How the iTunes will manages plan of IAP for particular user?) Also what if user's who has android device when switch to iOS, then how to validate the IAP from android to iOS or vice-versa? (Like

iOS In-App Purchase sandbox test account keeps popping up for verification

有些话、适合烂在心里 提交于 2019-12-03 07:08:47
I have Auto-Renewable In-App Purchase item in my application which is in development stage. I could able to test the complete transaction till 2 days ago with different sandbox test accounts (+abc@def.com). From past couple of days when I am trying to test the transaction with new sandbox test accounts (+abc345@def.com), it is giving me an alert saying AppleID Verification - Open settings to continue signing with ******+abc345@def.com . I have already verified the account before trying to purchase. I have tried and tested with numerous new accounts I have created, getting the same alert

iOS: In App Purchase managing multiple auto-renewable subscriptions with upgrade and down grade option

守給你的承諾、 提交于 2019-11-30 05:18:33
We are developing one iOS application for iPhone which will free features as well app will have premium features with 4 in app purchase auto-renewable subscription options as below: Single monthly subscription Single yearly subscription Family monthly subscription Family yearly subscription We will have one store screen inside the application which will have options to subscribe to various subscriptions which our app provides. We found that user can go to device settings and manage their In-app purchase subscriptions. We are also planning to provide options like user can upgrade from one

How “Subscription Status Url” works for apple In-app purchases (Auto renewable)

泄露秘密 提交于 2019-11-29 12:43:48
问题 Does anybody work on " Subscription Status Url " and how it works for Auto Renewable In-app purchases in the sandbox mode When i am trying to achive it, i am able to subscribe my product from App but while checking subscription status in the backend (server) we are not getting any "statusUpdateNotifications" from Apple Server. We have tested our URL and it is as per Apple security norms. We went through below link but didn't get much information Working with Subscriptions 来源: https:/

iOS: In App Purchase managing multiple auto-renewable subscriptions with upgrade and down grade option

隐身守侯 提交于 2019-11-29 04:17:52
问题 We are developing one iOS application for iPhone which will free features as well app will have premium features with 4 in app purchase auto-renewable subscription options as below: Single monthly subscription Single yearly subscription Family monthly subscription Family yearly subscription We will have one store screen inside the application which will have options to subscribe to various subscriptions which our app provides. We found that user can go to device settings and manage their In