Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Set default SENDER_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 2, 2016
1 parent ca18653 commit 82ca365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<engine name="cordova-android" version=">=6.0.0"/>
<engine name="cordova-ios" version=">=4.3.0"/>
</engines>
<preference name="SENDER_ID"/>
<!-- default Sender ID for PhoneGap CLI push command -->
<preference name="SENDER_ID" default="85075801930"/>
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="PushNotification">
Expand Down

3 comments on commit 82ca365

@pke
Copy link

@pke pke commented on 82ca365 Dec 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does that default ID do?

@jcesarmobile
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably the adobe sender ID that allows Phonegap CLI to send push notifications to the Phonegap Developer Apps

@macdonst
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is exactly what it does.

Please sign in to comment.