Hi, guys --
Is https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ actual ?
Why I ask ... I decided to integrate Crashlytics to see problems on user's phones.
I followed fabric.io recommendations and installed plugins in Android Studio.
This plugins offers to add to manifest
only.
Meanwhile https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ offers to add
Why ?
Is https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ actual ?
Why I ask ... I decided to integrate Crashlytics to see problems on user's phones.
I followed fabric.io recommendations and installed plugins in Android Studio.
This plugins offers to add to manifest
B4X:
<meta-data android:name="io.fabric.ApiKey" android:value="..." />
Meanwhile https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/ offers to add
B4X:
AddApplicationText(
<provider
android:name="com.crashlytics.android.CrashlyticsInitProvider"
android:authorities="$PACKAGE$.crashlyticsinitprovider"
android:exported="false"
android:initOrder="100" />
)
CreateResource(values, com_crashlytics_build_id.xml,
<resources xmlns:tools="http://schemas.android.com/tools">
<string tools:ignore="UnusedResources,,TypographyDashes" name="com.crashlytics.android.build_id"
translatable="false">cc7c8eddb7024f38a1b4491ef214b8f7</string>
</resources>)
[/SIZE]
Why ?