ddbrand / ddapp-v1

Feedback zum ersten Realease der DD Ap
0 stars 0 forks source link

Official DD App

Changelog

1.2.22 - 08.12.2019

Testflight publish: n/A

1.2.21 - 06.12.2019

_Testflight publish: 08.12.2019 / 22:35

1.2.20 - 03.12.2019

Testflight publish: 06.12.2019 / 00:44

1.2.19 - 26.11.2019

Testflight publish: 01.12.2019 / 20:14

1.2.18 - 20.11.2019

Testflight publish: Mo, 25.10.2019 / 19:38

Known fixes

Android

Plugin cordova-plugin-support-google-services

Since 01.11.2019 the is a new bug with the cordova plugin for google support services. There are new versions for gradle and the google library.

In case of an error with gradle (build) check the following file: /platforms/android/cordova-plugin-support-google-services/ddios-build.gradle

Replace mavenCentral() with maven { url "https://maven.google.com" } maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }

This fixes the Jetbrains Kotlin bug. Additionally, the Google Service Library should be downgraded to prevent compatibility problems:

Attention: This should be fixed. Stay by 4.2.0

Find classpath 'com.google.gms:google-services:4.2.0' and replace to classpath 'com.google.gms:google-services:4.1.0'

Plugin cordova-plugin-fcm-with-dependecy-updated

After re-initializing or reinstalling the Android platform, the following code must be reinstalled in the plugin folder for a proper process. Open the following file in the structure, after your first build with gradle:

/platforms/android/cordova-plugin-fcm-with-dependecy-updated/FCMPlugin.gradle

search this line in the file apply plugin: com.google.gms.googleservices.GoogleServicesPlugin and replace it with ext.postBuildExtras = { apply plugin: com.google.gms.googleservices.GoogleServicesPlugin }