Closed davidbuckleyni closed 3 months ago
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time.
This has seen no traction for years so I don't think this will happen anytime soon. Probably good for a third-party library if anyone is willing and able!
Summary
Please provide an api to manage adding in facility to add to ios wallet and andriod wallet in an easier manor.
API Changes
AddToWalletAsync(string JSONPayLoad) UpdateWallAsync(string JsonPayLoad)
Their should be some Kind of Initial Config
Maui.IOS.CardServices.Wallet.Init(); Maui.Andriod.CardServices.Wallet.Init();
Ios should use the Underlaying PassKit
e.g.
When the developer wishes to add a item to the wallet it should be able to send the paylod the json file should have something like the following or model
ThumbNail Description BarCode Image JsonUrl
For Example
The object would be like
We would have a function for example that would
Gerenrate a pass based on ios / andriod watch os and prsent the wallet to the user their would be a push element.
Intended Use Case
This is to allow the wave of coivd passport applications and various apps to install and maintain wallets very easy their should also be a way of forcing the expiry of the pass every 30 days until the person re signs into the given app.