Is there a way to implement server side verification in google admob using react-native/expo and not android only?

Viewed 823

I'm developing a expo/react-native app. I want to use google admob inside my app (rewarded ads, videos), and verify in my server (node.js) if the user did finish the ad.

I saw in the website of google admob that there is a way to verify this in android. This is the link: https://developers.google.com/admob/android/rewarded-video-ssv But I could not find anywhere, a way to verify it in react-native/expo app. (with node.js server).

I want to know if this is possible, and if so what is the best way to do it.

0 Answers
Related