Anton Semenov

Results 11 comments of Anton Semenov

I also have this issue. But I have it when I fetch receipt after successful purchase.

Not sure if this will work well with my user case. My use case is following (pod file): ``` abstract_target 'Main' do target InAppAddAllowed do pod pod 'RNFBAdMob', :path =>...

Will try today or on monday. But according to code in `@react-native-community/cli-platform-ios/native_modules.rb` it checks dependencies only for current target, so inside `AppWithoutAdd` it most likely won't check dependencies of `InAppAddAllowed`...

@joshdholtz any updates on this? Is there a way to contribute to this somehow?

> Hey, sorry! My wife and I had our new baby girl arrive early so had to disconnect for a bit. > > But I should have time Friday and...

@joshdholtz any updates on this? Is there a way to contribute to this somehow? Would really glad to help if it's possible

We use react native. We call `LeanplumUtils.defineTemplate(:)` from react-native side after app start but before calling `Leanplum.start`

@nzagorchev [here](https://gist.github.com/anta-semenov/3f3043a783188a21a665f8db92b171e5) is the gist with our own RN binding for templates. There is a code for ios module and code for js function that uses it

Have the same issue. What worked for me is that I fetch html content in `inAppHandler` after a setTimeout with 0 interval. Looks like some race condition ``` config.inAppHandler =...

any updates on this? We're trying to use apigateway in multiple regions with custom domains with iam authorization. The request can be routed to different region based on latency, so...