Bug 1625157 Comment 2 Edit History

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

(In reply to Travis Long [:travis_] from comment #1)
> I think it's also important to ensure that `AppInfo.baseBundleIdentifier` returns the same thing as `AppInfo.name` so as to not cause issues with the telemetry we've already collected under that identifier.

Looks like `AppInfo.baseBundleIdentifier` is [what was used on our iOS apps so far](https://searchfox.org/mozilla-mobile/search?q=AppInfo.baseBundleIdentifier&case=false&regexp=false&path=). Can you provide the official documentation entries for both these properties?
(In reply to Travis Long [:travis_] from comment #1)
> I think it's also important to ensure that `AppInfo.baseBundleIdentifier` returns the same thing as `AppInfo.name` so as to not cause issues with the telemetry we've already collected under that identifier.

Looks like `AppInfo.baseBundleIdentifier` is [what was used on our iOS apps so far](https://searchfox.org/mozilla-mobile/search?q=AppInfo.baseBundleIdentifier&case=false&regexp=false&path=). Can you provide the official documentation entries for both these properties?

It sounds like using `AppInfo.name` is wrong. We should probably make this bug a P1 rather than a backlog entry.

Back to Bug 1625157 Comment 2