|
@@ -640,23 +640,23 @@
|
|
|
|
|
|
- (void)scene:(UIScene *)scene openURLContexts:(NSSet<UIOpenURLContext *> *)URLContexts {
|
|
|
HLog(@"scene openURLContexts")
|
|
|
- NSEnumerator *enumerator = [URLContexts objectEnumerator];
|
|
|
- UIOpenURLContext *context;
|
|
|
- while (context = [enumerator nextObject]) {
|
|
|
- NSLog(@"context.URL =====%@",context.URL);
|
|
|
- //openprivacyxapp://page?param1=value1¶m2=value2
|
|
|
- NSString *curStr = context.URL.absoluteString;
|
|
|
- if([curStr rangeOfString:@"openprivacyxapp://page"].location != NSNotFound){
|
|
|
- _getShareStr = curStr;
|
|
|
- [self delayedHandlShareAwakenAppBy:curStr];
|
|
|
- break;
|
|
|
- }
|
|
|
- else{
|
|
|
-
|
|
|
- }
|
|
|
- //NSLog(@"context.options.sourceApplication ===== %@",context.options.sourceApplication);
|
|
|
-
|
|
|
- }
|
|
|
+// NSEnumerator *enumerator = [URLContexts objectEnumerator];
|
|
|
+// UIOpenURLContext *context;
|
|
|
+// while (context = [enumerator nextObject]) {
|
|
|
+// NSLog(@"context.URL =====%@",context.URL);
|
|
|
+// //openprivacyxapp://page?param1=value1¶m2=value2
|
|
|
+// NSString *curStr = context.URL.absoluteString;
|
|
|
+// if([curStr rangeOfString:@"openprivacyxapp://page"].location != NSNotFound){
|
|
|
+// _getShareStr = curStr;
|
|
|
+// [self delayedHandlShareAwakenAppBy:curStr];
|
|
|
+// break;
|
|
|
+// }
|
|
|
+// else{
|
|
|
+//
|
|
|
+// }
|
|
|
+// //NSLog(@"context.options.sourceApplication ===== %@",context.options.sourceApplication);
|
|
|
+//
|
|
|
+// }
|
|
|
|
|
|
_session = nil;
|
|
|
_connectionOptions = nil;
|
|
@@ -993,10 +993,10 @@
|
|
|
[nasDownloadFileManager shareInstance].databaseArr = nil;
|
|
|
|
|
|
//[[backupsFileManager shareInstance] suspendBackupsFileFun];
|
|
|
- [[nasBackupsManager shareInstance] suspendBackupsFileFun];
|
|
|
+ //[[nasBackupsManager shareInstance] suspendBackupsFileFun];
|
|
|
|
|
|
//frp的下载
|
|
|
- [[customDownloadManager shareManager] suspendAllDownloadTask];
|
|
|
+ //[[customDownloadManager shareManager] suspendAllDownloadTask];
|
|
|
|
|
|
NSString *uid =ksharedAppDelegate.DeviceThirdIdMod.data.sn;
|
|
|
if(uid){
|