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