Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gau4sar authored Aug 30, 2022
1 parent d1f19cf commit a231844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requirements
- Generate JWT token in your backend which is required to access the Ballerine KYC flow APIs. Here is the link to the documentation on how to generate token.
- Get the Ballerine webview flow service url

### Integration into Android version of KMP project
### Webflow Integration steps for Android version of KMP project

Step 1. Add gradle dependency for Ballerine webview in your app-level `build.gradle` file
```kt
Expand Down Expand Up @@ -59,7 +59,7 @@ Step 5: Once the verification is complete, we receive the `verificationResult` w
(As shown above in Point 3)


### Webflow Integration for iOS
### Webflow Integration steps for iOS version of KMP project

Step 1: Add the NSCameraUsageDescription key into Info.plist file. It's needed in order to use the camera.
```xml
Expand Down Expand Up @@ -100,4 +100,4 @@ Step 4: Inside the ViewController we implement the following function which we c
// Open Ballerine webview view-controller
present(ballerineKycVC, animated: true)
}
```
```

0 comments on commit a231844

Please sign in to comment.