Skip to content

Commit 8c73be1

Browse files
committed
Update iOS instructions
1 parent fd516aa commit 8c73be1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Import **RCTPushbots** and Add PushbotsClient:
3434

3535
* in `AppDelegate.m`:
3636

37-
37+
* Synthesize PushbotsClient
38+
39+
```objc
40+
@synthesize PushbotsClient = _PushbotsClient;
41+
```
3842

3943
* On the `application didFinishLaunchingWithOptions` method, add the following code (replace APP_ID with your PushBots app ID):
4044

0 commit comments

Comments
 (0)