Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find App Attest Capability in XCode

According to the App Check Firebase Documentation, it is said to add the App Attest capability to your app. However, I am not able to find any such capability in XCode. Any insights on this?

Note: We have enabled capability in the provision profiles

Documentation Link: https://firebase.google.com/docs/app-check/ios/app-attest-provider#install-sdk

Screenshot of Documentation

like image 509
Prakruth N Avatar asked Aug 06 '26 09:08

Prakruth N


1 Answers

A Firebase developer here.

Currently you need to set App Attest environment to production in your app entitlements file. You can achieve it by adding the key directly to the file or you can follow the steps below (relevant for Xcode 12.5):

  1. Open Signing & Capabilities tab in the settings of your app target
  2. Press + Capability button
  3. Select App Attest(see screenshot)
  4. Open the corresponding entitlements file usually named like YourAppTargetName.entitlements
  5. Set value production for App Attest Environment key(see screenshot)

Sorry if the docs don't contain enough details, we will try to make them more clear.

like image 76
Maksym Malyhin Avatar answered Aug 09 '26 00:08

Maksym Malyhin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!