Is it possible to use the chilkat librarys for a Microsoft Visual Studio 2017 Xamarin IOS or Android project?
Asked
Active
Viewed 310 times
2 Answers
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
in VS for Window
Right click your project ->Manage your project ->search chilkat
->install
Now you can use the chilkat librays.

Lucas Zhang
- 18,630
- 3
- 12
- 22
-
Thank you! And what about an IOS Xamarin Project for iPad? The windows librarys are not useable - is there a alternative (for e. g. cocoa pods) repository for native ios libs? – hattmannsandi Oct 19 '18 at 11:45
-
It is for iOS project both iPone and iPad – Lucas Zhang Oct 19 '18 at 14:55
-
It doesn't work for android, the error says: Package chilkat-x64 9.5.0.80 is not compatible with monoandroid81 – Furkat U. Nov 10 '19 at 18: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