mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(push plugin): senderId is optional in iosPushOptions
closes https://github.com/driftyco/ionic-native/issues/58
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ export interface iOSPushOptions {
|
||||
* Maps to the project number in the Google Developer Console. Setting this
|
||||
* uses GCM for notifications instead of native.
|
||||
*/
|
||||
senderID: string;
|
||||
senderID?: string;
|
||||
|
||||
/**
|
||||
* Whether to use prod or sandbox GCM setting.
|
||||
|
||||
Reference in New Issue
Block a user