SwiftNativeDeveloper
SwiftNativeDeveloper
This SDK would make a ton of sense on visionOS being a brand new wild OS that not all developers have access to. Thoughts on updating the Package.swift for swift...
### Description 1. I'd like the ability to explicitly control sessions. Firebase Analytics is not the only 'session capture' tool that exists. I want to tell all of my systems...
### Description The documentation provided for sessionID shows the objective-c closure based design, but the function signature is the swift async throws variant. The documentation should either show both the...
### Description I want to initialize my FirebaseOptions programmatically because, like many of the other open issues related to FirebaseOptions, I have multiple versions of the same app code that...
Please make separate libraries and repositories for the different platforms you plan to support. code-connect-react code-connect-swift and so on For teams that use the semantic versioning of libraries to determine...
### Describe the feature request? I would like the ability to secure and instrument all network calls being made in my application. Specifically, I'd like the ability to pass in...
### Describe the bug? There are a few conditional compiles in the SDK that don't have a branch for #elseif os(visionOS). The SDK won't compile when imported by an Apple...
### Describe the bug? Clicking the docs badge in the rendered README or following this link goes to a 404 page: https://developer.okta.com/okta-mobile-swift/latest/ ### What is expected to happen? The link...
### Describe the feature request? There are any number of reasons why Apple is going to push SwiftUI as the best way to make apps on Apple platforms. To name...
Your two usages of os_signpost APIs are considered 'legacy' and deprecated. Usage: https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/Instrumentation/SignPostIntegration/SignPostIntegration.swift References: https://developer.apple.com/documentation/os/3019242-os_signpost https://developer.apple.com/documentation/os/3019241-os_signpost Both state to use the new OSSignposter type, which is available as of iOS...