You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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.
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..
The text was updated successfully, but these errors were encountered: