forked from organicmaps/organicmaps
[iOS] mopub grant consent
This commit is contained in:
parent
7ac6fff4cc
commit
7b3286f3dd
1 changed files with 3 additions and 0 deletions
|
@ -399,6 +399,9 @@ using namespace osm_auth_ios;
|
|||
ws.pendingTransactionHandler = nil;
|
||||
}];
|
||||
}
|
||||
|
||||
if ([MoPubKit shouldShowConsentDialog])
|
||||
[MoPubKit grantConsent];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue