openwallet-foundation-labs / wallet-framework-dotnet

Apache License 2.0
18 stars 5 forks source link

Enable the use of the framework in .Net MAUI #94

Open foxbike opened 4 months ago

foxbike commented 4 months ago

When I try to use the framework in a .Net MAUI application, I get compilation errors. As the libindy is deprecated, it would be nice to replace it with indy-vdr and correct the compilation errors to enable the development of a mobile wallet in .Net MAUI.

SalimiHabib commented 2 months ago

same problem as you . do you see any framework here? , there is no release ! i had an issue on Indy problem (in April) , but there is no answer yet . It seems that no one has the duty to answer the questions. they abandoned previous project with no alarm and no transition plan

JoTiTu commented 1 month ago

Hey, sorry for the late reply. The project is still under heavy construction; therefore there is no proper stable version in place, as of now. But for MAUI development you can use all pre-release versions like 2.0.0-rc.x. So currently the most recent MAUI compatible version is 2.0.0-rc.208. These versions reference an Indy SDK build that targets net8 (https://www.nuget.org/packages/WalletFramework.Indy.Sdk#versions-body-tab). As for libindy you should be able to follow the Indy SDK installation instructions mentioned in their README: https://github.com/hyperledger-archives/indy-sdk.