Created
March 14, 2019 21:48
-
-
Save flurrydev/45229fcbd153aadd8bc9706e3ff9fc02 to your computer and use it in GitHub Desktop.
meta-data for Push on Android Unity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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