Posts tagged with react-native

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 created customised native ad and i'm able to show skip option when i click skip i want to show another ad then in the second ad user can close ads so i can take them to some another screen in app

in this package i couldn't found any option to close ad

nativeAdViewRef.current?.loadAd(); 

using this function to load ad, how can i close?

my requirement is if user clicks skip i need to show another ad after few seconds i need to show close option

taking user to another screen if clicking on skip is rightway? or it violates any google ad rules?

I am using Admob (react-native-admob-native-ads) package with my react-native(android) app. I have a problem with NativeAd, onAdImpression callback on NatveAd is not called even after the ad is loaded and display on screen. But when i open my app from app-tray onAdImpression called correctly.

Here is my code for NativeAd

<NativeAd ref={nativeAdViewRef} adUnitID={NATIVE_AD_ID} onAdLoaded={()=>console.log('Ad Loaded successfully')} onAdImpression={()=>console.log 'impression count'}/>

Here Ad Loaded successfully printed in concole but impression count not until i open my app from app-tray

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?

I have implemented react-native-google-mobile-ads.. all. thing are. working fine but i want but there is some issue.

  1. When ever a system dialogue is open. like Alert.alert() then an app open ads is appeared.
  2. The Second issue is that app open ads appears after the interstitial ad is closed.
  3. App Open ads are appears when ever a permission dialogue is opened.
  4. I want to hide screen content behind the app open ads.