Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Veenap/4553cccca8113fe14a4ad5c9ba1c9b76 to your computer and use it in GitHub Desktop.
Save Veenap/4553cccca8113fe14a4ad5c9ba1c9b76 to your computer and use it in GitHub Desktop.
#if UNITY_IPHONE
if (Application.platform == RuntimePlatform.IPhonePlayer)
{
_initiateInstance(
RudderCache.GetAnonymousId(),
_writeKey,
_endPointUrl,
_flushQueueSize,
_dbCountThreshold,
_sleepTimeout,
_configRefreshInterval,
_trackLifecycleEvents,
_recordScreenViews,
_logLevel
);
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment