Leanplum / Leanplum-iOS-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
71 stars 59 forks source link

Button Action of InAppMessages deeplink not working #558

Closed mrazam110 closed 1 year ago

mrazam110 commented 1 year ago

Expected Behavior

Button Action should call deeplink

Actual Behavior

Button Action is just dismissing the InAppMessageController not delivering another action Its working fine with v4.1.0 but not with 6.0.3

Steps to Reproduce the Problem

  1. Screenshot 2023-02-20 at 11 20 47 AM Created message from leanplum portal

  2. It will be visible on the app

  3. Click on Add Credit Button

  4. Should take it to another screen

Specifications

nzagorchev commented 1 year ago

Hello,

I see that this is a custom action. Please, check the changelog regarding In-app messages and Actions in 5.0.0: https://docs.leanplum.com/changelog/custom-in-app-templates-migration-ios-500

If the in-app leading to the action is also a custom one, please ensure you are calling context.actionDismissed() when dismissing the message.