[Error]
2019-06-11 11:04:46.959996+0900 Runner[4118:1308633] : Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-auto-events.
[Solution]
info.plist > append
<key>FacebookAutoLogAppEventsEnabled</key>
<true/>
[url]
https://developers.facebook.com/docs/app-events/getting-started-app-events-ios/
'Xcode' 카테고리의 다른 글
[Xcode] UIBackgroundModes remote-notification (0) | 2019.06.11 |
---|---|
[Xcode] UIBackgroundModes fetch (0) | 2019.06.11 |
[Xcode] FacebookAdvertiserIDCollectionEnabled (0) | 2019.06.11 |
[Xcode] Multiple commands produce (0) | 2019.06.11 |
[Xcode] UIBackgroundModes (0) | 2019.06.10 |