We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade843e commit 80a9321Copy full SHA for 80a9321
README.md
@@ -34,7 +34,7 @@
34
* Open `AppDelegate.m`: Add PushBots code to `application:didFinishLaunchingWithOptions` method (replace APP_ID with your PushBots app ID):
35
36
```objc
37
- self.PushbotsClient = [[RCTPushbots alloc] initWithAppId:@"APP_ID"];
+ self.PushbotsClient = [[RCTPushbots alloc] initWithAppId:@"APP_ID" withLaunchOptions:launchOptions];
38
```
39
40
### Android
0 commit comments