From 78779191f3fa54fd83939d5a02efceecd9913f90 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Fri, 25 Nov 2016 16:50:04 -0500 Subject: [PATCH] Issue #689: Remove sender id from PushNotification init iOS options --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.