Open RocketPop opened 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; }
I haven't this issue in release, but you could provide a pull request?
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 ) :