Appstore Auto Renewable Subscription for country specific - app-store

Can we create auto renewable subscription tied with country/territory? I have to create certain subscriptions for specific countries. Show/hide some subscription as per country.
ex.
Subscription 1 for India, Bangladesh
Subscription 2 for India, US, Canada
Subscription 3 for India
How do we manage visibility of subscription as per country/territory?

We need to store and map all products created on Appstore IAP on our server and map product with country availability.
Appstore storefront has its country/region, using same we can manage visibility of the products on UI.

Related

How to subscribe to multiple recurring payment plans with PayPal?

For instance there are 100 houses and I want to set the same subscribed rent plan of $50 for all houses at once.
PayPal Subscriptions allows you to create a plan with quantity_supported: true. See the Plans API reference here: https://developer.paypal.com/docs/api/subscriptions/v1/#plans
Then when creating a Subscription with that Plan, pass 100 (for your example) as the quantity.

How to split a auto-renewable subscriptions to accounts?

My application has a monthly and year auto-renewal subscription. At the moment, when testing in the Sandbox, I had problems (All actions are carried out on one Apple ID):
User A is registered in the application.
User A bought a monthly subscription.
User A exits the application.
User B is also registered in the application and wants to buy a monthly subscription.
A message appears that the subscription has already been purchased.
What could be the reason? Is 1 Apple ID used for 2 accounts in the app? How can this be solved?
P. S. I work with my server.
In-App Purchases tied to Apple ID. You must log-in under different apple id on your device to buy subscription again.

Understanding Entitlements and Offering Configurations

What would be the right configuration in RevenueCat in the following two scenarios...
What would be the right configuration if I have a non-consumable in-app purchase and an Auto Renewable Subscription? Do I need two separate Entitlements with an Offering on each one?
What would be the right configuration if I have a non-consumable in-app purchase and two Auto Renewable Subscriptions (a monthly and yearly)? Do I need two Entitlements, one for the Auto Renewable Subscriptions which would contain two Offerings and one for the non-consumables which would contain one offering?
Thanks!
Entitlements should be thought of as access levels (e.g. "Pro", "Pro Plus"), and Offerings are different ways to purchase that access level (e.g. "Monthly", "Annual", "Lifetime"). For your specific questions:
If the non-consumable and subscription IAP unlock the same content
in your app then you would have one Entitlement (e.g. "pro") with
two Offerings (e.g. "lifetime" and "monthly").
Similar to #1, if all the products unlock the same content then you
would have one Entitlement (e.g. "pro") with three Offerings (e.g.
"lifetime", "monthly" and "annual").

Multiple Paypal / Braintree accounts changing on shipping method selection

Hi everyone.
We have a customer, whose company is organized in multiple society, so they:
Have a "brand group name"
They have many stores in italy grouped in differents companies
We are trying to solve this situation:
When a customer buy on online store, the nearest physical store will be selected as the one who will sell and deliver the products (this part is already solved)
Depending on the store (and then the company who owns it) the payment method (the paypal or braintree account) has to change so, for example,
for shipping in location x will be linked to paypal / braintree account 1
for shipping in location y will be linked to paypal / braintree account 2
and so on....
Do u have any suggests on how to solve it?
We've looked for multiple braintree accounts management, changing the payment method ( or account) dinamically
but we didn't find a solution yet.
any suggest is very appreciated.
thanks everyone for reading and have a nice day :)

Help with iPhone In-App purchase

We want to sell digital content through subscription model in our app. Is it possible to support a subscription bundle? Let's say content in question is magazine subscription for $0.99 a month. Is it possible to support a bundle of subscription such that user can subscribe to any three magazine by buying a bundle for let's say $1.99? Or is it possible to support eat-all-you-can model - $3.99 for subscribing to all magazines in our app?
According to the official documents from Apple, yes you can. What you need to do is design your iAP store and items according to Apple's requirements.
Getting Started with In App Purchase
on iPhone OS (Version 2.0)
...
Subscriptions
Subscriptions and subscription
renewals to content or services can be
offered to customers for purchase. You
can offer customers the opportunity to
renew their content or service
subscriptions using In App Purchase,
but be sure to define a reasonable
renewal frequency to avoid bothering
users with unwelcome reminders. Be
aware that you are responsible for
both tracking subscription expirations
and for renewal billing; the App Store
does not monitor subscription duration
and does not offer an automatic
billing mechanism. Be sure to indicate
when an item is a subscription when
entering its product information into
iTunes Connect.
Both of these features are supported, they are called consumable and non-consumable in-app purchases.