luigisaggese / GoogleSignInXamarin

Google SignIn 2.2 binding for Xamarin.iOS
1 stars 0 forks source link

Linker problems #1

Open RocketPop opened 9 years ago

RocketPop commented 9 years ago

Hello,

To get this to work on the device in release I had to add the following linker helper boilerplate (I threw it into the Main.cs ) :

        void LinkerPleaseInclude(CoreText.CTFontManager fm)
        {
            var unused = fm;
        }
        void LinkerPleaseInclude(StoreKit.SKStoreProductViewController pvc)
        {
            var unused = pvc;
        }
luigisaggese commented 9 years ago

I haven't this issue in release, but you could provide a pull request?