freshworks / hotline-phonegap

Hotline Phonegap Plugin
https://hotline.io
Other
6 stars 11 forks source link

duplicated with element declared at AndroidManifest.xml #13

Closed ahmedshabib closed 7 years ago

ahmedshabib commented 7 years ago
            <receiver
                android:name="com.google.android.gms.gcm.GcmReceiver"
                android:exported="true"
                android:permission="com.google.android.c2dm.permission.SEND">
                    <intent-filter>
                        <action android:name="com.google.android.c2dm.intent.RECEIVE" />
                        <action android:name="com.google.android.c2dm.intent.REGISTRATION" />

                        <category android:name="$PACKAGE_NAME" />
                    </intent-filter>
            </receiver>

This part of the code is repeated twice, if we use hotline alongside phonegap-plugin-push

hrishikesh-p commented 7 years ago

Can you please update to the latest version ? This is fixed now.

Also we recommend switching to our fork of phonegap-plugin-push to get the push notification working in all cases.