liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Is Xamarin package support on the project's roadmap? #37

Closed dodikk closed 7 years ago

dodikk commented 7 years ago

In case xamarin bindings do exist already, it would be nice to have a link in a readme. If not, are you planning to build them?

brunofarache commented 7 years ago

We don't have support to Xamarin yet. We will research and check how easy would be to create a binding for Android/iOS.

yuchi commented 7 years ago

You can use this one made by @Ithildir: https://github.com/Ithildir/liferay-sdk-builder-windows It hasn’t been updated for a while but should be that hard to upgrade to the latest generator.

dodikk commented 7 years ago

You can use this one made by @Ithildir:

Thank you. According to the readme, it does not seem to support iOS or Android. However, actually, it's a PCL and it should work on mentioned platforms.

P.S. Not sure if LGPL license is permissive enough for applying this package on iOS due to AOT compilation and possible static linking.

dodikk commented 7 years ago

This consists of a Portable Class Library

Sorry, the readme does mention the PCL.