We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba033b + b7d0959 commit ac8b8ecCopy full SHA for ac8b8ec
Assets/ConsentManagementProvider/Plugins/iOS/Source/UnityController.m
@@ -274,6 +274,7 @@ - (void) customConsentGDPRWithVendors {
274
- (void)onSPUIReady:(SPMessageViewController * _Nonnull)controller {
275
// NSLog(@"onSPUIReady");
276
UIViewController *top = [UIApplication sharedApplication].keyWindow.rootViewController;
277
+ [controller setModalPresentationStyle:UIModalPresentationOverFullScreen];
278
[top presentViewController: controller animated:YES completion: nil];
279
UnitySendMessage([self getGOName], "OnConsentUIReady", "onSPUIReady from iOS!");
280
}
0 commit comments