Bug 1625157 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Recently it was noticed that we were receiving schema-rejection errors for Lockwise-iOS under the application id/document namespace of: `org-mozilla-ios-Lockbox-CredentialProvider`.  The expected application ID is `org-mozilla-ios-Lockbox` which leads me to believe that we are seeing `AppInfo.name` report a different ID [where we use it to build the configuration to pass to the FFI layer](https://github.com/mozilla/glean/blob/2f342e7afcd2a13e08539286cbe53ad512db7030/glean-core/ios/Glean/Glean.swift#L88) when initializing Glean.
Recently it was noticed that we were receiving schema-rejection errors for Lockwise-iOS under the application id/document namespace of: `org-mozilla-ios-Lockbox-CredentialProvider`.  The expected application ID is `org-mozilla-ios-Lockbox` which leads me to believe that we are seeing `AppInfo.name` report a different ID [where we use it to build the configuration to pass to the FFI layer](https://github.com/mozilla/glean/blob/2f342e7afcd2a13e08539286cbe53ad512db7030/glean-core/ios/Glean/Glean.swift#L88) when initializing Glean, but only when it's used/invoked to provide credentials, and not when the app is launched by the user.

Back to Bug 1625157 Comment 0