@echle wrote:
Hi all,
when I build an apk file using the package service the phonegap-plugin-push is not included. I can verify that by opening the apk using an unzip tool.
I am using ionic2 and the dependency for the plugin is defined in config.xml
<plugin name="phonegap-plugin-push"> <variable name="SENDER_ID" value="XXXXXXXXX"/> </plugin>The only way to get the build service include the plugin is by explicitly using the version "1.8.4" like that:
<plugin name="phonegap-plugin-push" spec="1.8.4"> <variable name="SENDER_ID" value="XXXXXX"/> </plugin>It doesnt work with any newer Version of the plugin (I tried every version from 1.8.4 to 1.10.4)
Anyone else is experiencing that?
Thanks in advance for any hint.
Posts: 1
Participants: 1