liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Liferayscreen->LoginScreenlet is not working in Xamarin.iOS #78

Open Noufalt opened 5 years ago

Noufalt commented 5 years ago

Hi , The default loginscreenlet is not working in xamarin ios. The issue is as like showcase app i have created view with class "LoginScreenlet" after putting this when i run the app the main storyboard is not launching .Its crashing from there . But the showcase app is working fine . Could you please help on this .

javiergamarra commented 5 years ago

/cc @dgarciasarai :P

dgarciasarai commented 5 years ago

Hi @Noufalt, Are you creating a Xamarin.iOS app or are you using Xamarin.Forms? Which version are you using?

Noufalt commented 5 years ago

Thanks for your prompt reply .

I am using Xamarin.iOS .Version details mentioned below .Also can we use Liferayscreens in Xamarin forms ? If then could you please provide me sample code / snippet or any any other blog for help :-

Xamarin.iOS Version: 12.14.0.114 (Visual Studio Community) Hash: c6691164 Branch: d16-2 Build date: 2019-07-29 15:54:05-0400

dgarciasarai commented 5 years ago

I'm going to take a look at this issue. First of all, if you want to use the LoginScreenlet you need this package: https://www.nuget.org/packages/LiferayScreens/

If you want to use it for Xamarin.Forms, you have to add the NuGet package in each platform and use it the same way. There is no package explicitly for Forms, sorry.

Do you have a repo when you're trying to do this? Thanks.

Noufalt commented 5 years ago

Hello , Here is the repo :- https://github.com/Noufalt/LiferayScreenSamples/tree/master/testliferayScreen/loginScreenLetiOS

Noufalt commented 5 years ago

@dgarciasarai Did you get time to loon on this issue ?