How many IAP can an app apply in AppStore, Google Play and Amazon Store? - google-play

We've apply about 900+ IAP for our app.
I wonder is there a limit for the amount of IAP?

Related

How do you do mobile app cross platform payment?

When a user buys a subscription on CH Play, can I use the server to verify and then update the subscription on the iOS App side and vice versa?
However, Apple has a policy stating that: Guideline 3.1.1 - Business - Payments - In-App Purchase - Your app unlocks or enables additional functionality with mechanisms other than the App Store, which is not appropriate for the App Store.
That means the user has to buy again.
So How should I do mobile app cross platform payment?
Should I create a lot of offer codes?
Or refunding the user after buying twice is still a solution?
That means the user has to buy again.
No, you can buy subscription from Android or web and when you login into your account on iOS device you will find your subscription active. this is do not violate Apple's Guidelines (e.g. Spotify is doing this)
You should handle the subscription from server side to verify if the subscription paid on the original platform.
UPDATE:
3.1.3(b) Multiplatform Services: Apps that operate across multiple platforms may allow users to access content, subscriptions, or features they have acquired in your app on other platforms or your web site, including consumable items in multi-platform games, provided those items are also available as in-app purchases within the app.

how these real money earning app allow in play store? Why Not my?

i got many time suspended in my developer account reason Money Keyword Cash Keyword
but how many of them app still publish and work properly with out any restriction in play store ?
example app 1Play-Store-Link
2

Distributing a Google play private apps

I have an app that i am developing that i need to deploy to only persons of my choosing. I don't want it to be available on the play store to the public. I simply want to make it available to selected persons. Is this possible with google play console?
I have tried doing it with Google play private app distribution but this seems to be a way in which companies can distribute apps to their employees. Such that the user would have to join the organisation. I don't want this type of distribution. I just want to be able to allow specific persons to download the app from the play store similar to how it works in closed testing.
Is this possible with Google play store console ?
You could just use closed testing and add the people you want to download the app into the channel using their email addresses.

How google sorts the applications in a public developer/publisher google play profile?

How google sorts the applications in a public developer/publisher google play profile?
I want my most important applications first in the store.
Once you've published your apps you can do this in the developer page settings in the Play Console. This lets you feature the apps you think are most important.
For all non-featured apps, Play decides how to order them. This may change in time, and is done to try and maximize value to the user, so may even be different for different users.

Can't find Google Play Services in components in Xamarin Android project

I am trying to add the Google Play Services component to my Xamarin application because I need to integrate google maps api into the application. When I try to search Google play services in components I can't find Google Play Services. I see other components such as Google Play services-ads or Google Play Services- App Indexing but no Google Play Services.
I installed the Google play services client in the sdk manager:
And the minimum api level that the app is targeting is level 19. Still I can't find Google Play Services. Here is a screenshot of the all the results:
Edit
https://forums.xamarin.com/discussion/54499/google-play-services-v27-migration
According to the above website google play services-All does not exist anymore and now their are individual packages. So now I have to install Google Play Services-Maps.
You can use NuGet to download Google Play Services Maps to your project.
https://www.nuget.org/packages/Xamarin.GooglePlayServices.Maps/
Or you can download the component from the component store
https://components.xamarin.com/view/googleplayservices-maps
The Google Play Services library was too large at one point and google decided to separate the concerns into a smaller packages for many reasons such as hitting 64K reference limit too fast even though you only used a small subset of the APIs for your application.
You can read an overview guide on this topic here:
https://developers.google.com/android/guides/overview

Resources