Closed yaroslavnikiforov closed 1 month ago
That looks like an error to me - nothing like upstream documentation as a solid basis for argument at least If you proposed a PR to the example and/or to any related documentation that would be a huge help 🙌 well spotted
:tada: This issue has been resolved in version 13.1.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
🐛 Bug Report
I was reviewing the Info.plist file in the example app and noticed that the following keys are set with string values "FALSE" instead of boolean values:
According to Meta's documentation, these keys should be of boolean type: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-advertiser-id
I'm wondering if this was intentional or if it might be a mistake. Should these values be changed to booleans?
Thank you for your time and assistance!