We have a class library (C++) that is compiled into a dynamic library (.dll, .so etc.) on various platforms. The dynamic library is then loaded using P/Invoke from .NET including a .NET Standard 2.1 assembly. Now, we want to do the same on iOS. My understanding is that we can compile our C++ code to an iOS .dylib, create a dynamic framework with this .dylib, and somehow consume this .dylib via the framework in the .NET Standard 2.1 assembly. Is there a way for this, or such a combination won't work?
How to use iOS dynamic framework from .NET Standard assembly in Xamarin.iOS
245 views Asked by Eugene Mayevski 'Callback At
0
There are 0 answers
Related Questions in XAMARIN.IOS
- Maui custom iOS picker renderer conversion
- My .net MAUI app works in debug mode, but "dotnet publish" doesn't work
- iOS 17.4.1 requestTrackingAuthorization returns Denied status always
- Xamarain support for IOS 17.4.1
- Xamarin iOS to MAUI .net8
- Could not create an native instance in Xamarin.IOS
- Xamrin forms iOS app no longer receiving FCM registration token after updating Xamarin.Firebase.iOS.CloudMessaging to 8.10.0.3 from 3.12
- Xamarin.iOS - Client.PairedDevices does not return the devices
- M24LR16E Drivers not being read with NFC on iOS
- How can I create a framewrok from a native iOS library?
- Implementing URL-encoded Form Data Submission in Xamarin.Forms WebView for iOS
- How to make monotouch.dialog work in .net maui
- Reading barcode in an ios application in .net8 without maui
- Using the community toolkit with xamarin iOS and Xamarin Android
- On Migrating Xamarin App to .NET MAUI App crashes on starting application again due to FFImageLoading.Compat
Related Questions in .NET-STANDARD
- C# CodeAnalysis can't compile code with dynamic keyword
- .NET MAUI publish issue when referencing CLASS LIBRARY - project.assets.json' doesn't have a target for "class library framework"
- How to register Custom Events in Application Insights by using OpenTelemetry .NET
- Why has linking a .Net 4.7.2 console program to a .Net Standard 2.0 library resulted in dotnet seeking an old JSON library?
- How to ensure that implementations have a static factory method in older versions of .NET?
- Xero API (Using .Net Standard SDK) Problem when creating bank account
- Ravendb get Latest orderId group by customer
- Why are unsupported System.Web classes still accessible in .Net Standard?
- System.ServiceModel.Primitives is simply not being referenced at build time (though corresponding DLL seems to be properly installed)
- Azure Dev Ops .NET API Add Test Results Error : TestPointId, testCaseId, testCaseRevision, testCaseTitle must be specified for planned test results
- TryReset CancellationSource .NET Standard
- .Net Standard Library With Nuget Packages Used in .Net Framework Project
- how to update all the reference and target and hintPath 's version in a.csproj file while installing a .nuget in a.net standard app?
- Unable to Resolve Microsoft.VisualBasic.dll Reference in .NET Standard 2.0 Project After Migrating from .NET Framework 4.8
- Use "AspNetCore" in a netstandard2.0 library
Related Questions in DYLIB
- macOS in-app purchases via dylib - is it possible? alternatives? suggestions?
- Locating loaded dylibs
- Compiled libgmp has itself in its own prefix path as dependency
- .dylib not Found Trying to Open the Program After Being Generated by PAServer
- MacOS dlopen search path does not add .dylib extension using gcc/ld
- ffi-napi failing to load .dll - running on mac os
- I want to print hello before CoreFoundation.dylib loads in ios
- z3: sudo make install fails to set up dynamic libraries on MacOS Sonoma (M1 pro)
- How to link dylib with specific directory
- Swift dylib in Rust without using unsafe
- How does one consistently set rpath on a dynamic library and compile time?
- How to use Swift dylib in Python Project in macOS?
- MacOS Dynamic library issues using a Makefile written for Linux platforms
- Pyinstaller on macos doesn't load library with --add-binary
- Code signing issue with SPM Dynamic Library
Related Questions in XAMARIN.IOS-BINDING
- Could not create an native instance in Xamarin.IOS
- Singleton Property is always null of the third party framework after doing xamarin ios bindings
- Binding native iOS Swift library
- Weird 'Native linking failed, undefined Objective-C class' when Xamarin-iOS nuget is generated from Azure Pipeline (but not when it's built locally)
- How to declare method in c# with parameters as handler and map that to obj-C native binding library in Xamarin iOS?
- How to fix libresolv dependency when using native binding in xamarin ios?
- Swift library bindings to Xamarin
- Generate Xamarin.iOS bindings for HERE SDK 4
- How do I get Objective Sharpie to recognize framework dependency header paths?
- Xamarin IOS Binding library for WorldPayCSE
- Xamarin.iOS binding library that depends on FirebaseCore
- Execute DidRangeBeacons all the time in iOS 15 when user is in the range of beacon
- How to add "Done" button to uiDatepicker in xamarin.ios for compact style
- How to use iOS dynamic framework from .NET Standard assembly in Xamarin.iOS
- I want to Display Square Checkbox on IOS ,IPad in xamarin form
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)