Leanplum / Leanplum-Android-SDK

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

Fix Open Action not working for push in RN #487

Closed hborisoff closed 2 years ago

hborisoff commented 2 years ago
What Where/Who
JIRA Issue SDK-683
People Involved @hborisoff

When testing push notification in React Native the Open Action was not executing if app was killed previously, because Java Script code runs later than the Application.onCreate code and this results in missing action handlers when the action was triggered. Solution is to trigger the Open Action once Leanplum.start is issued.