[iOS] mopub grant consent

This commit is contained in:
Aleksey Belouosv 2018-11-21 14:22:19 +03:00 committed by Olesia Bolovintseva
parent 7ac6fff4cc
commit 7b3286f3dd

View file

@ -399,6 +399,9 @@ using namespace osm_auth_ios;
ws.pendingTransactionHandler = nil;
}];
}
if ([MoPubKit shouldShowConsentDialog])
[MoPubKit grantConsent];
return YES;
}