mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Bug in AttributionDialogManager when tapping the InfoButtonOrnament
Environment
- Xcode version: 14.3
- iOS version: 16.4
- Devices affected: all
- Maps SDK Version: 10.14 (also tried 10.15 release candidate)
Observed behavior and steps to reproduce
When tapping on the info button, next to the mapbox logo, it "hangs" and doesn't display the info properly with unexpected behavior, like just displaying the alert when switching to another tab.
https://github.com/mapbox/mapbox-maps-ios/assets/9827865/e9d8c3f4-ba01-4148-b43e-6a01fa84db82
Expected behavior
Alert controller should be displayed as expected after tapping the info button.
Notes
All of the related classes that are involved are internal so it's not possible to override or change anything to fix on client side
Thanks for the report, @f-gonzalez Could you, please, provide a sample project with the reproducible issue? That would be super helpful to address the issue.