Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f03d82e

Browse files
IOS facebook login crash #187
1 parent d784938 commit f03d82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/AUTHENTICATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ Then add the following lines to your code and check for setup instructions for y
205205
For a complete list of the available scope permissions, visit Facebook's documentation: https://developers.facebook.com/docs/facebook-login/permissions.
206206

207207
#### iOS
208-
If you didn't choose this feature during installation you can open the `Podfile` in the plugin's `platforms/ios` folder and uncomment the Facebook line.
208+
1. If you didn't choose this feature during installation you can open the `Podfile` in the plugin's `platforms/ios` folder and uncomment the Facebook line.
209+
2. Add a bit of config to `app\App_Resources\iOS\Info.plist` as instructed in Step 4 [here](https://developers.facebook.com/docs/ios/getting-started).
209210

210211
#### Android
211212

0 commit comments

Comments
 (0)