Difference in the number of event shoots between Android and iOS on Facebook SDK

Asked

Viewed 88 times

1

I have Facebook SDK 7.0.0 installed in my application React Native 0.62.2 and although it is running equally, in Facebook manager Events, Android shots do not appear for certain standard events (add_to_cart, add_to_wishlist), iOS only. And yet there is a discrepancy in the number of shops.

logAddToCart(){
  try {
    AppEventsLogger.logEvent('fb_mobile_add_to_cart', 0, {
      PARAM_CONTENT_FACEBOOK: null,
      PARAM_CONTENT_ID_FACEBOOK: 0,
      PARAM_CONTENT_TYPE_FACEBOOK: null,
      PARAM_CURRENCY_FACEBOOK: null
    });
  } catch (err){
    console.log('Erro to add to cart:', err);
  }
}
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.