我有一个如下所示的intent-filter;
它适用于模拟器,但在真实设备上它适用于Facebook应用程序(我不测试其他应用程序),但不适用于浏览器。
任何帮助都会完美!
很多
答案 0 :(得分:0)
许多浏览器(包括Chrome和Firefox)都不关注使用这些过滤器的活动。如果他们看到c
或+------------------------+-------------+-------------------+
| A subobject | B subobject | Remainder of C |
+------------------------+-------------+-------------------+
^ &c is here ^ pb points here
^ pa also points here
网址,他们会自行处理,只需加载网页。
这些NSDictionary *options = [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:NO] forKey:CBCentralManagerScanOptionAllowDuplicatesKey];
[self.centralManager scanForPeripheralsWithServices:nil options:options];
结构专为来自其他应用的链接而设计,例如嵌入在推文,短信,Facebook帖子等中的应用。