Posts tagged with expo

I am looking for a way to get Firebase working in an app built in React Native Expo, so that it gives out some sort of data for Google Ads to use and count as a conversion metric, when someone installs our iOS app by way of clicking on a Google Ad served to them.

It's shocking that Google hasn't made this easier, but there is currently no way of measuring Google Ads Conversions for an App Install campaign, without using Firebase.

I have been working with Google Ads support over the past month, and they have been unable to help me. So according to Google Ads support, the only way to count conversion metrics for iOS installs is to use Firebase embedded in our app to get some data out of the app once it's installed by an end user. Or some other 3rd party tool that they are unable to recommend or support.

Looking at embedding Firebase into how our app is currently architected in React Native Expo seems like a huge overhaul. Any tips or tricks? Has anyone made this work properly with Google Ads iOS app installs campaigns?

I'm developing a React Native Expo app, and I'm using the Facebook Graph API to fetch videos from my Facebook page and stream them within the app using WebView. However, I'm encountering an issue where I sometimes receive two different versions of the videos when making the same API call. This inconsistency is causing confusion, and I can't determine the root cause.

When I fetch the videos using the Graph API and display them in a WebView, I sometimes get two different versions of the same video content. This inconsistency is not predictable, and I can't figure out why it's happening.

Every thing works but the end result it changes randomly(how the videos gets displayed)

Image1: This version i Like it

Image2: This one is not so much

The first one lets me change the quality and play the video in that screen, while the second one goes into fullscreen mode when clicked and plays the videos with no additional controls

I create a mobile app who show local crickets score card by programming in react native expo cli. https://play.google.com/store/apps/details?id=com.rafiullahkh.lcsa Now i want to update the app and want to integrate a score card in facebook/youtube live stream. If possible then gave me some hints.

I search a lot but does not find any documentation.

I've built an app with Expo and successfully published it in Apple's App Store and Google's Play Store. Included in it is AdMob for running ads in the app, and Firebase for analytics.

Now I'm using Google Ads to promote it, so added two campaigns, one for Android and one for iOS. The Android campaign has been running well for the past few weeks, but the iOS has done nothing at all (no impressions, no costs).

I tried adding a new conversion action for tracking first_open event from Firebase. I can see in Firebase and Google Analytics that that event has been tracked for iOS. But, the status of the action in Google Ads has been on No recent conversions for two weeks now, so that doesn't seem to work.

I tried following the instructions for React Native Google Mobile Ads, adding the sk_ad_network_items into my app.json. Also made sure the project settings in Firebase are set up correctly.

Am I missing something? Anyone got this working?