Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hsylife/693f2bcb6d0d6c129a6bafc35ef76a68 to your computer and use it in GitHub Desktop.
Save hsylife/693f2bcb6d0d6c129a6bafc35ef76a68 to your computer and use it in GitHub Desktop.
AdMobの動画広告の音量制限の実装方法 ref: http://qiita.com/hsylife/items/f34d5ca42043f3a680f5
- (void)viewDidLoad {
[super viewDidLoad];
// Set app volume to be half of the current device volume.
GADMobileAds.applicationVolume = 0.5;
...
}
GADMobileAds.sharedInstance.applicationVolume = 0.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment