Fix dead link in PushNotificationIOS docs.
Summary: Closes https://github.com/facebook/react-native/pull/3117 Reviewed By: @svcscm Differential Revision: D2495539 Pulled By: @frantic
This commit is contained in:
parent
2bded4cb2e
commit
6068c07e98
|
@ -27,7 +27,7 @@ var NOTIF_REGISTER_EVENT = 'remoteNotificationsRegistered';
|
|||
* Handle push notifications for your app, including permission handling and
|
||||
* icon badge number.
|
||||
*
|
||||
* To get up and running, [configure your notifications with Apple](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringPushNotifications/ConfiguringPushNotifications.html)
|
||||
* To get up and running, [configure your notifications with Apple](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html#//apple_ref/doc/uid/TP40012582-CH26-SW6)
|
||||
* and your server-side system. To get an idea, [this is the Parse guide](https://parse.com/tutorials/ios-push-notifications).
|
||||
*/
|
||||
class PushNotificationIOS {
|
||||
|
|
Loading…
Reference in New Issue