App Attest

RSS for tag

Validate the integrity of your app before your server provides access to sensitive data.

App Attest Documentation

Posts under App Attest tag

22 Posts
Sort by:
Post marked as solved
1 Replies
335 Views
Hello, I am currently looking into iOS App Attest and have two questions: When generateKeyWithCompletionHandler is called the closure will return the keyId as a reference to the key pair in Secure Enclave. This keyId must be kept for later use in the attestation process. Every time I call generateKeyWithCompletionHandler I will receive a new keyId. This is functionally not what you want, but it can be done and generateKeyWithCompletionHandler does not fail if it has been called previously. Will the latest returned keyId override any other keyIds created previously in the app or will all keyIds returned be valid as reference for attestation ? If all keyIds are valid will they refer to unique key pairs or point to the same key pair in the Secure Enclave? Kind regards, Steffen
Posted Last updated
.
Post not yet marked as solved
0 Replies
381 Views
We are doing domain verification and for us to verify ownership of our domain, we need to place the file at below location. https://www.domain.com/.well-known/apple-developer-merchantid-domain-association.txt However, we don't manage main domain instead we manage site with country path to it. e.g. https://www.domain.com/hk Is there a way we can do this with additional site path (/hk) like below? https://www.domain.com/hk/.well-known/apple-developer-merchantid-domain-association.txt instead of https://www.domain.com/.well-known/apple-developer-merchantid-domain-association.txt
Posted Last updated
.