Skip to content

Commit b22470c

Browse files
authored
chore: update readme
1 parent 064aa02 commit b22470c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ Use the iOS 16+ PassKeys APIs in Titanium!
44

55
## Requirements
66

7-
- [x] Xcode 14+
8-
- [x] iOS 16+
7+
- [x] Xcode 14+ and iOS 16+
98
- [x] A server to generate the challenge used to authenticate
9+
- [x] Read [this document](https://developer.apple.com/documentation/authenticationservices/public-private_key_authentication/supporting_passkeys) to understand when and how to use pass keys along with your other tech stack
1010
- [x] Proper [AASA setup](https://blog.branch.io/what-is-an-aasa-apple-app-site-association-file) for your domain, e.g.:
1111
```json
1212
{
1313
"webcredentials": {
1414
"apps": [ "A1B2C3D4E5.com.example.app" ]
1515
}
1616
}
17+
```
1718

1819
## Example
1920

0 commit comments

Comments
 (0)