codeconsole / fbTestEvents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Not Logging Test Events

  1. Install iOS 13.7 Simulator
  2. Install iOS 14.5 Sinulator
  3. Download the Example
git clone https://github.com/codeconsole/fbTestEvents
cd fbTestEvents
  1. Update FB_APP_ID, FB_APP_ID, and FB_APP_ID in ios/App/App/Info.plist or run ./setupOSX.sh if on a Mac

  2. Build the Example

npm install
npm build
  1. Visit Event Manager for App and Choose Test Events tab.
  2. Run the Example on iOS 13.7 Simulator
npx cap run ios
  1. Log in with FB, then exit app and come back, notice events are fired
  2. Run the Example on iOS 14.5 Simulator
npx cap run ios
  1. Log in with FB, then exit app and come back, notice events are NOT fired

Debug Output

IOS 13 IOS 14

Ticket

facebook/facebook-ios-sdk#2145

About


Languages

Language:Swift 41.4%Language:JavaScript 34.7%Language:HTML 10.0%Language:Ruby 8.9%Language:Shell 3.1%Language:TypeScript 1.6%Language:CSS 0.4%