google-mobile-ads-rewarded

Implement rewarded Google Mobile Ads SDK integrations in Android and iOS apps.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill google-mobile-ads-rewarded
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-mobile-ads-rewarded
Source: https://github.com/wangx7/skills-collection/tree/main/google-skills/skills/ads/google-mobile-ads/google-mobile-ads-rewarded
Command: npx skills add https://github.com/wangx7/skills-collection --skill google-mobile-ads-rewarded

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of correctly implementing rewarded Google Mobile Ads SDK integrations in Android and iOS mobile applications, ensuring compliance with ad placement guidelines and preventing common implementation errors like UI thread crashes.

Core Features & Use Cases

  • Platform-Specific Implementation Guides: Provides separate, detailed instructions for Android and iOS GMA rewarded ad setup, including required imports, method signatures, and workflow steps.
  • Critical Safety Guidelines: Includes mandatory ad placement rules and UI thread safety requirements to avoid application crashes and ensure proper ad functionality.
  • Use Case: A mobile game developer can use this Skill to add rewarded ads that grant players in-app currency for watching full-screen ads, following the correct platform-specific workflow and verification steps.

Quick Start

Use the google-mobile-ads-rewarded skill to implement compliant rewarded ads in your Android or iOS mobile application by following the provided platform-specific workflow and verification steps.

Frequently Asked Questions about google-mobile-ads-rewarded

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement rewarded ads using the Google Mobile Ads SDK in Android and iOS apps?

Implement rewarded ads using the Google Mobile Ads SDK by following platform-specific workflows for Android and iOS, covering required imports, ad loading, event callback registration, and ad display to grant users in-app rewards.

What is the correct workflow for setting up GMA rewarded ad event callbacks?

The correct GMA rewarded ad workflow involves setting up event callback registration for ad loading and display, implementing an opt-in UI, and following platform-specific method signatures to ensure proper ad functionality and compliance.

Why does my mobile app crash when displaying rewarded ads?

Mobile apps crash when displaying rewarded ads if UI thread safety rules are violated. Following the GMA SDK implementation guidelines and build verification steps prevents these application crashes during ad display.

Does the Google Mobile Ads SDK require separate setup for Android and iOS rewarded ads?

Yes, Android and iOS require separate GMA SDK setup. Platform-specific implementation guides provide distinct required imports, method signatures, and workflow steps for each environment to ensure compliant rewarded ad integration.

What are the ad placement guidelines for rewarded ads in mobile applications?

Rewarded ad placement guidelines require an opt-in UI implementation where users consent to watching full-screen ads, ensuring compliance and proper functionality before granting in-app currency or other rewards.