You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, can you provide a guide for creating a .NET iOS binding library for usage in a .NET iOS project? The classic method that is provided by Microsoft is not working because the walleepayment sdk for iOS does not provide classes and methods that can be exported in Objective-C header in order to use the sharpie tool and generate the mapper for the native implementations.
Hello, can you provide a guide for creating a .NET iOS binding library for usage in a .NET iOS project? The classic method that is provided by Microsoft is not working because the walleepayment sdk for iOS does not provide classes and methods that can be exported in Objective-C header in order to use the sharpie tool and generate the mapper for the native implementations.
https://devblogs.microsoft.com/xamarin/binding-ios-swift-libraries/
https://github.com/xamcat/xamarin-binding-swift-framework
this 2 links might be useful to understand my requirement, thank you
The text was updated successfully, but these errors were encountered: