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 33059f5 commit 027abe2Copy full SHA for 027abe2
Branch-SDK/BranchQRCode.m
@@ -173,7 +173,7 @@ - (void)callQRCodeAPI:(nullable NSDictionary *)params
173
174
[postDataTask resume];
175
}
176
-
+#if !TARGET_OS_TV
177
- (void)showShareSheetWithQRCodeFromViewController:(nullable UIViewController *)viewController
178
anchor:(nullable id)anchorViewOrButtonItem
179
universalObject:(nullable BranchUniversalObject *)buo
@@ -250,6 +250,7 @@ - (LPLinkMetadata *)activityViewControllerLinkMetadata:(UIActivityViewController
250
return metaData;
251
252
#endif
253
+#endif
254
255
- (BOOL)isValidUrl:(NSString *)urlString{
256
NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:urlString]];
0 commit comments