Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Fix FunctionCallTag registering in iOS and support to manually refreshing the container#316

Merged
cbrevik merged 13 commits into
idehub:masterfrom
reyhoonia:master
Mar 15, 2019
Merged

Fix FunctionCallTag registering in iOS and support to manually refreshing the container#316
cbrevik merged 13 commits into
idehub:masterfrom
reyhoonia:master

Conversation

@fshafiee

@fshafiee fshafiee commented Mar 1, 2019

Copy link
Copy Markdown
Contributor

This PR fixes an error in FunctionCallTagHandlerIOS.ts module which caused the app to to crash due to a method call on an uninitialized variable.

It also adds refreshContainer method so that developers can control the refresh rate of the contianer. @cbrevik, I did not document this method in the README file because I was not able to see it working properly. The native module was acting up and always throwing too many request error, and the new variables that we defined in the GTM console never became available, but the bridge works as expected, since these logs come form the native module not the bridge itself. If you decide to document it in the README, make note of that (per Google's own words) this method should not be called more than once per each 15 minutes.

@cbrevik cbrevik self-requested a review March 8, 2019 08:49
@cbrevik

cbrevik commented Mar 8, 2019

Copy link
Copy Markdown
Member

Thanks for the PR @farzadshafiee. I'll have a look!

@cbrevik cbrevik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, this looks good to me, thanks @farzadshafiee!

@cbrevik cbrevik merged commit 7f8a017 into idehub:master Mar 15, 2019
@cbrevik

cbrevik commented Mar 15, 2019

Copy link
Copy Markdown
Member

This has been released as 7.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants