Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created March 14, 2019 21:48
Show Gist options
  • Select an option

  • Save flurrydev/45229fcbd153aadd8bc9706e3ff9fc02 to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/45229fcbd153aadd8bc9706e3ff9fc02 to your computer and use it in GitHub Desktop.
meta-data for Push on Android Unity
<!-- Flurry Agent settings; please update -->
<meta-data android:name="flurry_apikey" android:value="FLURRY_ANDROID_API_KEY" />
<meta-data android:name="flurry_with_crash_reporting" android:value="true" />
<meta-data android:name="flurry_with_continue_session_millis" android:value="10000L" />
<meta-data android:name="flurry_with_include_background_sessions_in_metrics" android:value="true" />
<meta-data android:name="flurry_with_log_enabled" android:value="true" />
<meta-data android:name="flurry_with_log_level" android:value="2" />
<meta-data android:name="flurry_with_messaging" android:value="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment