CleverTap / clevertap-flutter

CleverTap Flutter SDK
Other
30 stars 43 forks source link

Can't preview Native Display #250

Open rwrz opened 1 month ago

rwrz commented 1 month ago

When trying to preview a Native Display campaign, I receive a notification but after tapping on it, it doesn't happens anything.

Looking at the logs, it seems to be looking for a Native Display ID that doesn't exists and simply doesn't process it.

The behavior I would expect is to trigger the CleverTapDisplayUnitsLoadedHandler callback.

Anush-Shand commented 1 month ago

@rwrz Could you mention the platform on which you face this issue. Also verbose Clevertap logs could help us further debug the issue. Thanks

rwrz commented 1 month ago

Flutter 3.24.0, and the device is using Android 13.

Anush-Shand commented 3 weeks ago

@rwrz Could you share the logs as well as the implementation related to NativeDisplay for us to further debug this issue?