Birde https://trello.com/c/6xwUGdVb/27-add...olume-function böyle bir sayfa buldum.
To inform the Google Mobile Ads SDK that the app volume has been muted. Unmuting the app volume reverts it to its previously set level. By default, the app volume for the Google Mobile Ads SDK is set to 1 (the current device volume).
- iOS: [GADMobileAds sharedInstance].applicationMuted = YES;
- Android: MobileAds.setAppMuted(true);