Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 795 Bytes

simcalWithAdmobs

Sample iOS application (a simple calculator) with google Admobile build from python and some Object-C. Several buttons not implemented though.
For Object-C part, check here
Remember to add this line before these code lines: #import <GoogleMobileAds/GoogleMobileAds.h>
vedio1 in Chinese
vedio2 in English

packages: https://github.com/googleads/swift-package-manager-google-mobile-ads.git
Build settings: "Enable Modules(C and Object-C)" set to "Yes"
"Other Linker Flags": add "-ObjC" and "$(inherited)"
"Header Search Paths": add "$(inherited)"