Nikola Zagorchev

Results 7 comments of Nikola Zagorchev

Hi @vlad-shostak Would it be possible to test using this [branch](https://github.com/Leanplum/Leanplum-iOS-SDK/tree/banner)?

The changes in the branch mimic the code used before 4.0.0. Chronologically: - the `modalPresentationStyle` was changed together with other updates - I applied this fix #496 - the bug...

Hi @anta-semenov, The `LP_TRY` macros are just a try/catch with custom exception handling logic: ``` #define LP_TRY @try { #define LP_END_TRY }\ @catch (NSException *e) {\ [LPLogManager logInternalError:e]; } ```...

It seems the exception is thrown if the name of the template passed is nil, which should not happen since it is validated in `defineAction`. The RN SDK does not...

The code looks good. I have not been able to replicate it, and forcing a nil name (after the nil check), does produce the same stacktrace. I am unsure why...

Thank you @via-guy for this contribution. Is this blocking your integration? Are you integrating with mparticle and what is the impact?