[tags:in-app purchase,subscriptions]

1,349 results found

Post not yet marked as solved
0 Replies
228 Views
What happens to the existing App with In-App purchase, When the account holder is not updated the latest Paid Application Schedule. In my case, the payment was not going through. Is this because of the above reason? Any help would be appreciated. Thanks in advance!
Posted
by
Post not yet marked as solved
4 Replies
@jchoelt Ok, thank you. And if I hadn't added any payment cards in my device and I'm initiating a purchase does it redirects automatically to my app store to add card details? When I checked it nothing happened that's why I'm asking. Also, you've said that if there is error , the error event is triggered right? Even if the user cancels the payment, the same error event is triggered. How do we know that the payment is cancelled due to error in Apple's server or due to any issue in our card (like expired card or the bank experience server issue) ?
Post not yet marked as solved
18 Replies
I am also having this issue. Any luck?
Post not yet marked as solved
1 Replies
650 Views
Hi, We're currently developing an App that will show/hide content to users depending on whether these users are 'subscribed' or 'non-subscribed' or 'default' user types. These self-managed-subscriptions are handled internally. We're planning to use a 3rd Party Payment Gateway via a WebView to ensure PCI, DSS and POPI Compliance in the least. Although we've received positive feedback elsewhere that Payments handled inside a WebView aren't technically In-App, we need to verify with the App Review Team with this is true or not i.e. will our App be rejected for handling self-managed-subscriptions where they are purchased through a WebView?
Posted
by
Post not yet marked as solved
18 Replies
Same issue i am getting from the last two weeks with no response from the support.
Post not yet marked as solved
0 Replies
311 Views
I see in the documentation to receive updates if a customer cancels their auto-renewing subscriptions, you must provide a url to Apple on the AppStore connect site. What i don't understand is what if I don't have my own server? rather I'm just using Cloudkit to host all my data? Am I missing something very obvious on where to receive notifications for these subscriptions through Cloudkit?
Posted
by
Post not yet marked as solved
0 Replies
457 Views
In relation to the Entitlement Code examples given in the WWDC 2020 Architecting for subscriptions video (here), - https://developer.apple.com/videos/play/wwdc2020/10671/ we plan have a couple of differences in our app, and have some questions about best practice. We intend to offer monthly and annual subscriptions. And we intend to offer different levels of subscription (for example: personal / professional / elite), which can all have both monthly of annual subscriptions. Is it recommended therefore to add more digits (i.e. 4.1.1 or 4.11) in order to cover these different product variants? Or should the 2 digit (i.e. 4.1) structure be able to cover all our possible subscription states for all our subscription periods and product levels? If so, do you have a recommended approach to this? Thanks in advance, Adrian
Posted
by
Post not yet marked as solved
0 Replies
378 Views
I am getting this error when I try to submit a new version for review with in-app purchases enabled and selected my InAppPurchase monthly subscription plan. But nowhere appears what is wrong. Error message follows: Unable to Submit for Review The items below are required to start the review process: An error has occurred. Try again later.
Posted
by
Post not yet marked as solved
0 Replies
414 Views
Can the user use the Pay Up Front Offer if he already has the subscription? If it’s so, how does it work: as a subscription downgrade or as an upgrade? Can we sell subscriptions with Pay Up Front Offers for a few years? How does chargeback work? Do we get a notification about it? Is there a protection mechanism against receiving free trials on one device under different Apple IDs? If a user has already taken a Trial when he chooses another subscription in the same group, which also has a Trial, will the current Trial be saved?
Posted
by
Post not yet marked as solved
12 Replies
Any update here? The system status here https://developer.apple.com/system-status/ shows it to be active. But I still do not receive any kind of notification for the sandbox environment.
Post not yet marked as solved
0 Replies
409 Views
Hello We're developing an app similar to patreon. The app will allow creators to publish their content on the platform and users to see that content. The content will be available only through the app. Users also can subscribe to the creators and get access to some premium content. So my question is how can I set up this type of payments through the IAP or how can I justify direct link to outside payment form like Patreon. Standard recurrent IAP's are not suitable here. The user can have different amount of subscriptions of different prices, so every month the sum will be different or it will be several different payments.
Posted
by
Post not yet marked as solved
0 Replies
302 Views
In the condition below, how long is user's free trial period as a result ? Total 2 months? or total 1 months and 10 days? A user bought a subscription plan with 1 month free trial period by Introductory Offers. After 10 days later, the app showed another 1 month free trial as a Promotional Offer to the user and he accepted and applied the offer. Is there any negative point for user, if we provide a Promotional Offer when a user is yet in Introductory Offers period.
Posted
by
Post not yet marked as solved
0 Replies
478 Views
Hi there, I got a rejection because I have non-renewable subscription for 1 day in my app. Here are extracts from Apple's responses Guideline 3.1.2 - Business - Payments - Subscriptions Your app provides a content subscription that is less than the required 7-day minimum. Regarding the 3.1.2 issue, as per Apple guideline a non-renewable subscription should have a duration of at least 7 days. I read Guideline 3.1.2 and there only one place where talks about min 7 day period. If you offer an auto-renewing subscription, you must provide ongoing value to the customer, and the subscription period must last at least seven days and be available across all of the user’s devices There is definitely says only about auto-renewable subscription. Could someone provide a link where I can find information about min period for non-renewable subscription?
Posted
by