In iOS device, when firebase-InApp message triggers user try to click on button displayed in the Campaign, it does not open the URL in Safari. instead it dismiss the message . When tried debug the same , "messageClicked called but there is no action url specified in the message data" this error got log in console.
[Firebase/InAppMessaging][I-XXXXXXXX] messageClicked called but there is no action url specified in the message data.
The same URL is working fine in browser & Android App.