小编Man*_*saW的帖子

FireBase错误-9806,SSL错误-1200

我正在使用2016年I/O中引入的新FireBase SDK,并且在与我的应用程序集成后出现此错误.这在应用程序启动时发生.

2016-08-06 06:28:06.237 MyApp[49084:2511094] CFNetwork SSLHandshake failed (-9806)
2016-08-06 06:28:06.238 MyApp[49084:2511094] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
2016-08-06 06:28:06.453 MyApp[49084:2511094] CFNetwork SSLHandshake failed (-9806)
2016-08-06 06:28:06.454 MyApp[49084:2511094] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)

2016-08-06 06:28:06.854 MyApp[49084:2510825] <Firebase/Network/ERROR> Encounter network error. Error: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSLocalizedRecoverySuggestion=Would you like to connect …
Run Code Online (Sandbox Code Playgroud)

ssl ios firebase app-transport-security firebase-analytics

16
推荐指数
2
解决办法
6444
查看次数

Android Print意图

我注意到Android Market(HP,Epson,Canon,Kodak,Brother,Samsung,Lexmark等)中的一些打印机应用程序允许用户进行LAN打印.但我找不到任何调用它们的通用意图.

Intent.ACTION_VIEW 正在打开所有可以查看照片/文档的应用程序,包括许多生产力应用程序.

看起来HP iPrint应用程序有一些独特的意图字符串,但它不适用于任何其他打印应用程序.

Intent printIntent = new Intent("org.androidprinting.intent.action.SEND");

在创建意图时,仅调用打印相关应用程序的任何线索或变通方法?

printing android android-intent

7
推荐指数
1
解决办法
1万
查看次数