原因如下:

There's no problem with your implementation. All those warnings mean is the apps which each URL scheme refer to are not installed on the device.

If you're testing on the simulator, you'll get those errors all the time. But, if you test on a device, you can verify the errors will be gone if you have the corresponding apps installed.

For example, if you have the Youtube app on your device, you won't see the line:

2015-09-07 15:44:14.071 Contacts++[82438:4826277] LaunchServices: ERROR: There is no registered handler for URL scheme com-google-gidconsent-youtube

最新文章

  1. 第十章 PageRank——Google的民主表决式网页排名技术
  2. AForm
  3. Web开发知识点总结
  4. <一> SQL 基础
  5. Windows phone 之 UserControl的应用
  6. mybatis使用时org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):的错误
  7. vim 常用快捷键 二[转]
  8. ETL中的数据增量抽取机制
  9. mysql编码的那点事
  10. IntelliJ IDEA 2016.1.3激活【亲测可用】
  11. 谈一下我们是怎么做数据库单元测试(Database Unit Test)的
  12. 《吸血鬼日记》(The Vampire Diaries)经典台词
  13. Codeforces 777B Game of Credit Cards
  14. day 05字典相关内容
  15. ANSYS稳态热分析
  16. 怎样从外网访问内网Tomcat?
  17. go interface 的坑
  18. Just a Hook---hdu1698(线段树---区间处理)
  19. c++我在努力----第三次作业体会
  20. Java 编程规范,常见规范,命名规范,复杂度

热门文章

  1. War3Tool dota改键v3.3版
  2. Gold Balanced Lineup(哈希表)
  3. QQ空间自动发广告解决方法
  4. HTML参考手册
  5. 跨平台通信中间件thrift学习【Java版本】(转)
  6. 学习AngularJs:Directive指令用法
  7. python获取本机IP、mac地址、计算机名
  8. 漫步支持向量机(svm)之一
  9. Android项目实战--手机卫士20--拿到已经安装了的程序以及程序管理主界面
  10. [Angular 2] Passing data to components with 'properties'