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

Start CT as soon as config is available #528

Closed hborisoff closed 1 year ago

hborisoff commented 1 year ago
What Where/Who
People Involved @hborisoff

Start CT SDK as soon as the config data is available to mimic standalone CT SDK behaviour.

This is needed because in RN LP SDK if CT's push notification arrives it is not forwarded to CT, because the wrapper is not yet initialised, waiting for the LP.start to be initiated, but the LP.start is done by the JS code and not the Application.onCreate.