Skip to content

Commit d1ab216

Browse files
committed
Updated docs.
1 parent 946d2d9 commit d1ab216

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

docs/img/ClickCreateCert.jpg

-8.02 KB
Loading

docs/img/ExportCert.jpg

-7.37 KB
Loading

docs/img/SelectCapabilities.png

-5.8 KB
Loading

docs/img/SelectXCodeProfile.png

58 Bytes
Loading

docs/ios-installation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ npm install react-native-azurenotificationhub
7070

7171
![ConfigPushNotif](./img/ConfigPushNotif.jpg)
7272

73-
* Click the **Create Certificate** button, browse to the location where you saved the CSR file that you created in the first task, then click **Continue**.
73+
* Click the **Create Certificate** button.
7474

7575
![ClickCreateCert](./img/ClickCreateCert.jpg)
7676

77+
* Browse to the location where you saved the CSR file that you created in the first task, then click **Continue**.
78+
7779
![ChooseCsr](./img/ChooseCsr.jpg)
7880

7981
* Click the **Download** button to download the certificate.
@@ -94,9 +96,11 @@ npm install react-native-azurenotificationhub
9496

9597
![CreateProfile](./img/CreateProfile.jpg)
9698

97-
* Select **iOS App Development** under **Development** as the provision profile type, and click **Continue**.
99+
* Select **iOS App Development** under **Development** as the provision profile type, and click **Continue**.
100+
101+
![SelectIOSApp](./img/SelectIOSApp.jpg)
98102

99-
* Next, select the app ID you just created from the **App ID** drop-down list, and click **Continue**
103+
* Next, select the app ID you just created from the **App ID** drop-down list, and click **Continue**.
100104

101105
![SelectApp.jpg](./img/SelectApp.jpg)
102106

@@ -185,6 +189,8 @@ Double-click on **Push Notifications** to add it:
185189

186190
![AddPushNotif](./img/AddPushNotif.png)
187191

192+
Notice that **Push Notifications** capability has been added:
193+
188194
![PushNotifEnabled](./img/PushNotifEnabled.png)
189195

190196
## JavaScript Configuration

0 commit comments

Comments
 (0)