❔ ✅ in app purchases in flutter with .net backend
How can I integrate Google in-app purchase subscription functionality into the backend of my application?
2 Replies
There is a NuGet package for the Google Play API which allows you to verify purchase tokens in your back-end https://www.nuget.org/packages/Google.Apis.AndroidPublisher.v3
Google.Apis.AndroidPublisher.v3 1.60.0.3052
Google APIs Client Library for working with Androidpublisher v3.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Incompatible platforms:
- .NET Framework < 4.5
- Silverlight
- UWP (will build, but is known not to work at runtime)
...
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run /close
- otherwise I will mark this as stale and this post will be archived until there is new activity.