diff --git a/docs/API.md b/docs/API.md index 7377afe20..65c1588cd 100644 --- a/docs/API.md +++ b/docs/API.md @@ -77,7 +77,7 @@ The following properties are used if you want use GCM on iOS. Attribute | Type | Default | Description --------- | ---- | ------- | ----------- `ios.fcmSandbox` | `boolean` | `false` | Whether to use prod or sandbox GCM setting. Defaults to false. -Android options +options `ios.topics` | `array` | `[]` | Optional. If the array contains one or more strings each string will be used to subscribe to a FcmPubSub topic. ##### How GCM on iOS works.