/simcalWithAdmobs

iOS application with google Admobile build from python and some Object-C, go to issues for Object-C part.

Primary LanguagekvlangMIT LicenseMIT

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)"