songzm
songzm
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug**   我参考你的库,写了库到线上,发现线上有概率崩溃
### Description `extension PushKit: MessagingDelegate { // fcm回调 public func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) { guard let token = fcmToken else { return } Log.info("PushKit", "FCMToken---\(token)")` this token...
` ``` struct AAA: Codable { var totalMoveGoalsMet: Int } class BB: HostContext { var aaa: AAA func computedProperty(name: String, args: String, callback: ResultCallback) { callback.onResult(result: aaa.totalMoveGoalsMet.string) } func deviceProperty(name:...