-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Push, Echo] exposes all push client methods with implementations #635
Conversation
…V2 into decryption-service
url: "example.wallet", | ||
icons: ["https://avatars.githubusercontent.com/u/37784886"]) | ||
|
||
Networking.configure(projectId: InputConfig.projectId, socketFactory: DefaultSocketFactory()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good, also faced with that a crash today
Example/ExampleApp/AppDelegate.swift
Outdated
@@ -51,34 +76,26 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
let clientId = try! Networking.interactor.getClientId() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused clientId?
} | ||
|
||
func register(deviceToken: Data) async throws { | ||
let token = deviceToken.toHexString() | ||
let tokenParts = deviceToken.map { data in String(format: "%02.2hhx", data) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is "%02.2hhx" ?
62eede4
to
3bb9008
Compare
Description
Resolves #603 #604 #605
How Has This Been Tested?
Due Dilligence