googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 82 forks source link

Server Response Issue, Failed to show consent #91

Open darkdoctor opened 5 years ago

darkdoctor commented 5 years ago

Greetings,

I successfully implemented Google ads Consent for Xamarin, and it is all fine when I do not use Linker. But when I use Link SDK and User Assemblies, I get this error: Unable to find a constructor to use for type ConsentLibrary.ConsentInformation+ServerResponse.

I have browsed the content of the .DLL for ConsentInformation, and there is not default constructor at all, is not that the linker is removing it.

can you please help me, which assemblies should be skipped from linking, since after not linking, i get a big file.

thanks.

Izzyjm commented 5 years ago

Have you tried updating to 1.0.7 ?