🌎
Crossword iOS
  • Crossword iOS
  • 🌟Getting Started
    • πŸ‘¨β€πŸ’»Download and Install XCode
    • πŸ‘©β€πŸ’»Download and Install Laravel
    • πŸ’°Admob Setup
    • πŸ”₯Firebase Configurations
    • 🏬iOS StoreKit Configuration
    • 🏬Project Bundle Id
    • ☸️Theme Color
    • πŸ”—BASE URL Setup
  • πŸ› οΈRunning The Crossword Project
    • πŸƒβ€β™‚οΈBuild & Run on XCode
  • πŸ“”Crossword Maker Project
    • β˜•Creating a Crossword
Powered by GitBook
On this page
  1. 🌟Getting Started

πŸ’°Admob Setup

To setup Admob, please follow the link from firebase below

LogoGet started with AdMob in your iOS project Β |Β  Firebase with Google AdMobFirebase

We're basically using the Rewarded Ads type inside the project and you can follow this guide to set it up for the project

LogoRewarded ads Β |Β  iOS Β |Β  Google for DevelopersGoogle for Developers

Once you get your admob id, you can replace the variables inside the Constants.swift file with your own ad unit id:

struct Constants {
    static let GoogleAdsAppId = "your_admob_id"
    static let GoogleAdsAppUnitId = "your_admob_unit_id"
}
PreviousDownload and Install LaravelNextFirebase Configurations

Last updated 1 year ago