Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin configuration for ConsentInformatio #77

Open
yoursen opened this issue May 9, 2024 · 1 comment
Open

Plugin configuration for ConsentInformatio #77

yoursen opened this issue May 9, 2024 · 1 comment

Comments

@yoursen
Copy link

yoursen commented May 9, 2024

Hello,

I have some general question regarding configuration of current Plugin for User Consent. I've implemented requesting the Consent from AdMob by my own ( ...ConsentInformation.SharedInstance.RequestConsentInfoUpdateWithParameters... ) it works fine, however I'm not sure how plugin is working under the hood.

Once I received the response from AdMob, the ConsentInformation.SharedInstance.ConsentStatus is Obtained, but do I need to set any configuration parameters in Plugin to follow the Consent or does it work automatically in this way?

Regards,
Yuriy

p.s. another question is related to the usage of plugin on Simulator, I'm not able to compile my project for Simulator, it shows compilation errors about arm64 support. Tried to manually add UserMessagingPlatform package, nothing works.. I assume it is not supported on Mac M2, .net8..

@marcojak
Copy link
Owner

If you have implemented it correctly, I think that admob/my plugin should then work normally as it would get the information from the same location.

Regarding the simulator. there is an issue on the Mx processors, but you can solve it. Have a look at the csproj of the sample project to see how I fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants