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.
1 parent 3cd9695 commit e46446eCopy full SHA for e46446e
GoogleDataTransport/GDTLibrary/GDTPlatform.m
@@ -76,7 +76,7 @@ - (instancetype)init {
76
object:nil];
77
78
#if defined(__IPHONE_13_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000
79
- if (@available(iOS 13, *)) {
+ if (@available(iOS 13, tvOS 13.0, *)) {
80
[notificationCenter addObserver:self
81
selector:@selector(iOSApplicationWillEnterForeground:)
82
name:UISceneWillEnterForegroundNotification
0 commit comments