Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.95 KB

readme.md

File metadata and controls

33 lines (23 loc) · 1.95 KB

[unofficial] [WIP] purchases-maui

purchases-maui is the dotnet implementation of Revenuecat's Hybrid SDK architecture. Essentially the same as purchases-flutter just for MAUI. It was built upon purchases-hybrid-common library.

Issues

iOS

Manifest file always get deleted from bin/Debug/net6.0-ios/NETPurchasesBindingIOS.resources if you try to build from windows. You see clang++ error when this happens. This is related to iOS binding projects.

For some reason only xcframework can be built on windows fat iOS frameworks or static lib doesn't.

Android

AndroidLibrary doesn't work, LibraryProjectZip works only:

AndroidLibrary Bind=false workaround:

aar pack:

https://github.com/xamarin/java.interop/wiki/Troubleshooting-Android-Bindings-Issues

Other useful links

Example app

As of today I'm using this library in one of my app, which is available for iOS and android