We are on the way to develop cross platform application using XAMARIN.
We are successfully created the ipad version of the application using Xamarin.iOS.
Now we are on the way to develop the MAC version of the same application.
In this application we have Zip file extraction part. For iPad version we had used “ZipArchive” . Unfortunately the “ZipArchive” does not support in “Xamarin.MAC”.
I am stuck with this issue.
Does anybody know, how to solve this issue?
Please let me know if you have a solution.
Thanks
Ranish
Related
I have an existing macOS cocoa app and I'd like to be able to support YubiKey to unlock my app. I've viewed the video on using the Desktop SDK for Windows and Mac but I have no idea how one uses a .NET library within a cocoa app or even if it's possible.
Can anyone clarify how to use this .NET library with a cocoa app? Do I build a framework with Visual Studio to then import into my app or perhaps make a Mac console app with VS? I don't even know where to get started on this.
Any help would be greatly appreciated!
//Ray
I have Linux as my base system
but when creating a cross platform solution in rider
create the entire project,
but it gives me an error with the ios solution,
I understand that ios does not compile on linux and there are alternatives on windows and
the option to pair with a mac or use the cloud
but I only create the project and it won't let me update
the Android solution,
my question is
How can I create a Cross Platform solution and delete the iOS solution?
I understand I can create a Native Android solution, but that is not the case,
What files can I configure to remove the iOS solution? in a cross platform project, of course.
It also won't let me update Xamarin.Android.Support,
I tried to remove the iOS solution but it gives me an error.
Is there any way to implement google-dfp ads for J2ME platform? I have tried few things using following link and I am not getting anything. Can anyone help me out in this?
http://support.google.com/dfp_premium/bin/answer.py?hl=en&answer=1638620
seems till now its only for android ,ios and windows mobile. you can have a look here
Today, that's great when Microsoft provide Windows Azure toolkit for iOS, but I want to use this toolkit to build app runs on Mac OS, I've tried many ways to integrate and failed. So anybody knows this problem? please help me. Thank you.
After few days research, I know how to use this library in iOS, put the needed files into Mac OS application to implement this library but until now, I cannot implement it succeed. I will back with the right answer.
I am developing a simple Blackberry Application using Blackberry Plugins for Ecplise. I had created a MBO for Customer using the Customer table avaliable in the My Sample Database of Sybase Unwired Platform(version 1.5.2), and generated the codes for this MBO and added these Generated code to the src folder of my application in the Blackberry Plugin for Ecplise. Then added all the required .jar files and .cod files to the application. While running this application by choosing the Run as Blackberry Simulator, it is showing an error.
Error starting SUP101Sample: Module 'sup$2dclient$2drim' not found
Can you please help me, how to correct this error, and run the application?
Upgraded the Sybase Unwired Platform from 1.5.2 to 1.5.5.
Since I am using Sybase Unwired Platform of version 1.5.5, in order to access the code generated by this version I need to use Blackberry Plugin for Ecplise, which is having the JRE 5.0.0.
And in case of the .cod files we need to use sup_client_rim.cod and UltraLiteJ.cod for doing this.
This solves the problem.