Skip to content

Csaba8472/purchases-maui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages