Gw2Sharp is a Xamarin.Forms app used to display data from the Guild Wars 2 API.
For now, it lets you check recent gold to gem ratio from in-game currency exchange.
This app also allows you to browse item details by typing item names and checking item's API data.
It uses local SQLite database to store item names and ids so that it can convert typed item name to correct item id.
Build the solution with Visual Studio 2017 or newer.
-
Turn on app sideloading:
- Open Windows 10 Settings.
- Click Update & Security > For developers.
- On Use developer features, select Sideload apps.
-
Import the security certificate:
- Download the security certificate.
- Open the security certificate and select Install Certificate.
- On the Certificate Import Wizard, select Local Machine.
- Import the certificate to the Trusted Root Certification Authorities folder.
-
Install the app:
- Download appx bundle.
- Double-click downloaded appx bundle and click install.
- Download the newest apk to your Android device.
- Run the apk on the device.
After successful installation run the app, go to Settings
and click Update local item name & id database
wait for it to finish.
You should repeat this action after every Guild Wars 2 update to keep the local database up-to-date.
Setting Menu: During update: After successful update:
Currently this app has two main functions: you can check recent gold to gem ratio from in-game currency exchange and browse item details and prices by typing item names and checking Trading Post's API data.