0

Is it possible to use the chilkat librarys for a Microsoft Visual Studio 2017 Xamarin IOS or Android project?

2 Answers2

0

Is it possible to use the chilkat librarys for a Microsoft Visual Studio 2017 Xamarin IOS or Android project?

Of course you can . You can add the project from NuGet.

In VS for Mac

Right click the folder Package in your project->add Packages->search chilkat->Add Package enter image description here

in VS for Window

Right click your project ->Manage your project ->search chilkat->install

enter image description here

Now you can use the chilkat librays.

Lucas Zhang
  • 18,630
  • 3
  • 12
  • 22
0

Workaround use Chilkat in Xamarin https://medium.com/@hoangquach_65238/how-to-use-chilkat-library-in-xamarin-forms-ios-android-c34bd1f415ad

bulubuloa
  • 597
  • 1
  • 10
  • 21
  • I've tried to implement this, and it works partially, but on some methods my app just crashes, like loading a public key certificate from a file (calling LoadFromFile method on PublicKey object). Have you managed to implement this? – Thys Sep 07 '20 at 10:28