jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
668 stars 153 forks source link

Integration of InAppBillingPlugin with App Store Server Notifications and Google Real-Time Developer Notifications #630

Open satish-dnv opened 2 months ago

satish-dnv commented 2 months ago

Hello, I am currently exploring the capabilities of the InAppBillingPlugin and would like to inquire about a couple of aspects regarding its functionality.

Does the InAppBillingPlugin support integration with App Store Server Notifications for Apple and Real-Time Developer Notifications for Google? If so, could you please provide guidance on how this integration can be set up within the plugin? Additionally, I would like to inquire about the possibility of configuring a custom user ID during the purchase transaction process. Because user registered email id might not be same as the Apple ID or Play store account all the time. This would enable us to easily associate each purchase with the correct user account in our backend systems.

Any ideas in this would be appreciated!

GioviQ commented 1 month ago

I am developing my first iOS app with subscription and for App Store Server notification I found https://github.com/getmimo/app-store-server-library-dotnet

Also to match the purchase to an user you have to use obfuscatedAccountId parameter.