Leanplum / Leanplum-Segment-iOS

Segment integration for the Leanplum SDK on iOS.
Apache License 2.0
2 stars 9 forks source link

How can we set Leanplum configuration before setup? #21

Open bart-kneepkens opened 2 years ago

bart-kneepkens commented 2 years ago

Leanplum's SDK exposes some configuration properties that need to be set before start() is called; for example to use 'Custom Delivery Deferral':

Leanplum.deferMessagesForViewControllers([HomeViewController.self])
Leanplum.start()

Since with this SDK we don't call Leanplum.start() ourselves, would it still work to use deferMessagesForViewControllers on the Leanplum SDK directly?