Session handling in Tenjin

I’ve just started testing the Tenjin plugin on Android and I’ve noticed that every time I return from an ad (using AdMob and Unity Ads) it fires a ‘App Initialization’ event.

I’m guessing that it needs an API call to control session handling in the same way that GameAnalytics does:

gameanalytics.setEnabledManualSessionHandling(false);

Has this issue been reported, and is it on the roadmap?

There is no such setting in the Tenjin SDK.

Displaying an ad suspends the app temporarily, and later resumes the app when returning from the ad.

We have followed Tenjin’s guidelines when creating the plugin where they state that a connect needs to be done on each resume.

You can report this to Tenjin by clicking on the Email link at the bottom of this page:

https://docs.coronalabs.com/plugin/tenjin/index.html

Great, thanks for letting me know.

There is no such setting in the Tenjin SDK.

Displaying an ad suspends the app temporarily, and later resumes the app when returning from the ad.

We have followed Tenjin’s guidelines when creating the plugin where they state that a connect needs to be done on each resume.

You can report this to Tenjin by clicking on the Email link at the bottom of this page:

https://docs.coronalabs.com/plugin/tenjin/index.html

Great, thanks for letting me know.