Skip to content
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

PLAT-12012 fix for incorrect ios device metadata #791

Merged
merged 6 commits into from
Apr 18, 2024

Conversation

richardelms
Copy link
Contributor

Goal

The changes made in the native cocoa notifier broke the method that collects native device metadata.

Testing

Added smoke tests for android and iOS that will let us know in future if the native connection is broken.

@richardelms richardelms self-assigned this Apr 17, 2024
@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Apr 17, 2024

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2438.67
IL2CPP IPA 1498.16

Generated by 🚫 Danger

Comment on lines +775 to +779
if (device.jailbroken) {
[deviceDictionary setObject:@"true" forKey:@"jailbroken"];
} else {
[deviceDictionary setObject:@"false" forKey:@"jailbroken"];
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit (not mandatory): the ternary you used for app.isLaunching seems a cleaner way to represent this.

@richardelms richardelms merged commit 983eafa into next Apr 18, 2024
13 checks passed
@richardelms richardelms deleted the 12012-incorrectIosMetadata branch April 18, 2024 13:20
@richardelms richardelms mentioned this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants