只有ios无法连接到Firebase

时间:2019-07-08 03:02:13

标签: ios firebase

firebase在android中连接良好,但在ios中连接不佳。 我怎么了

下面是我的xcode错误消息。

2019-07-08 11:26:49.743456+0900 bullet3[327:12544] Metal GPU Frame Capture Enabled
2019-07-08 11:26:49.743667+0900 bullet3[327:12544] Metal API Validation Disabled
2019-07-08 11:26:50.043708+0900 bullet3[327:12544] [Warning] Trying to set delaysTouchesBegan to NO on a system gate gesture recognizer - this is unsupported and will have undesired side effects
2019-07-08 11:26:50.169842+0900 bullet3[327:12690] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2019-07-08 11:26:50.172212+0900 bullet3[327:12690] [MC] Reading from public effective user settings.
2019-07-08 11:26:50.190773+0900 bullet3[327:12690]  - <AppMeasurement>[I-ACS025026] Deferring to Firebase for event data collection
2019-07-08 11:26:50.201582+0900 bullet3[327:12690] [NetworkInfo] Could not successfully update network info for descriptor <CTServiceDescriptor 0x283191d20, domain=1, instance=2> during initialization.
2019-07-08 11:26:50.203025+0900 bullet3[327:12690] [NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x283191d40, domain=1, instance=1>
2019-07-08 11:26:50.203389+0900 bullet3[327:12690] [NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x283191d20, domain=1, instance=2>
-> applicationDidBecomeActive()
GfxDevice: creating device client; threaded=1
Initializing Metal device caps: Apple A12 GPU
Initialize engine version: 2018.3.12f1 (8afd630d1f5b)
CrashReporter: No pending report exists at /var/mobile/Containers/Data/Application/47A757F8-CFBD-4618-82F6-545E62BB7E22/Library/Caches/CrashReports/crash-pending.plcrash=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 327, TID: 12804, Thread name: com.apple.CoreMotion.MotionThread, Queue name: com.apple.root.default-qos.overcommit, QoS: 0

1 个答案:

答案 0 :(得分:0)

有关使用Firebase启动iOS的信息,请参阅此链接... Link of connect firebase with iOS

您点击此链接, ->并使用Firebase中的捆绑包ID注册您的应用。 ->然后执行以下步骤并下载.plist文件并添加到您的项目中,并将此Plist文件中的客户端反向ID添加到目标中->选择您的项目->信息-> URL类型->添加网址->反向客户端ID和捆绑ID。.

现在您可以将应用程序与Firebase连接起来。