We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460cb21 commit 6eb05edCopy full SHA for 6eb05ed
README.md
@@ -98,7 +98,7 @@ At the top of the file:
98
#import <RNCPushNotificationIOS.h>
99
```
100
101
-Then, add the following lines:
+Then, in your AppDelegate implementation, add the following:
102
103
```objective-c
104
// Required for the register event.
@@ -126,7 +126,7 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
126
}
127
128
129
-And then in your AppDelegate implementation, add the following:
+ And then add the following lines:
130
131
132
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
0 commit comments