Skip to content

Commit a3e14fa

Browse files
timkimmacdonst
authored andcommitted
Adding in sender_id in order to install push plugin properly
1 parent d610a07 commit a3e14fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@
4040
<plugin name="cordova-plugin-statusbar" spec="~2.0.0" />
4141
<plugin name="cordova-plugin-vibration" spec="~2.0.0" />
4242
<plugin name="phonegap-plugin-contentsync" spec="~1.2.3" />
43-
<plugin name="phonegap-plugin-push" spec="~1.6.0" />
4443
<plugin name="cordova-plugin-whitelist" spec="~1.0.0" />
4544
<plugin name="cordova-plugin-insomnia" spec="~4.0.1" />
4645
<plugin name="cordova-plugin-ble-central" spec="~1.0.4" />
46+
<plugin name="phonegap-plugin-push" spec="~1.6.0">
47+
<variable name="SENDER_ID" value="85075801930" />
48+
</plugin>
4749
<platform name="ios">
4850
<icon height="76" src="resources/icon/ios/icon-76.png" width="76" />
4951
<icon height="152" src="resources/icon/ios/[email protected]" width="152" />

0 commit comments

Comments
 (0)