When will TrustInsights be available to test

Hi,

I'm very interested in bringing TrustInsights to our mobile banking app but I'm unable to get it working in Xcode 27 beta 1 and 2.

When adding an import I get "Unable to resolve module dependency: 'TrustInsights'" and I don't see TrustInsights in the list of Capabilities to add in the settings of the target.

best regards

Stefan

Answered by DTS Engineer in 895205022

Are you sure you’ve selected an iOS run destination? I just tried reproducing your issue and everything worked for me.

Specifically:

  1. Using Xcode 27.0b2 on macOS 26.5, I created a new app project.

  2. I saved it as “Test835771”.

  3. At the top, I selected Any iOS Device as the run destination.

  4. In the Signing & Capabilities editor, I set the bundle ID to something unique (com.example.apple-samplecode.eskimo1.Test835771).

  5. And chose my team, an Individual team, in the Team popup.

  6. And added the Trust Insights capability.

  7. In ContentView.swift, I added this to the import section:

    import TrustInsights
    
  8. I chose Product > Build, and the app built just fine.

Now, obviously that’s not the same as me actually using the API, but it should be enough to get you started (-:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Are you sure you’ve selected an iOS run destination? I just tried reproducing your issue and everything worked for me.

Specifically:

  1. Using Xcode 27.0b2 on macOS 26.5, I created a new app project.

  2. I saved it as “Test835771”.

  3. At the top, I selected Any iOS Device as the run destination.

  4. In the Signing & Capabilities editor, I set the bundle ID to something unique (com.example.apple-samplecode.eskimo1.Test835771).

  5. And chose my team, an Individual team, in the Team popup.

  6. And added the Trust Insights capability.

  7. In ContentView.swift, I added this to the import section:

    import TrustInsights
    
  8. I chose Product > Build, and the app built just fine.

Now, obviously that’s not the same as me actually using the API, but it should be enough to get you started (-:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hi! After successfully adding the capability to my project, I am also not able to „import TrustInsights“ using Xcode 27 beta 2.

Error: "Unable to resolve module dependency: 'TrustInsights'"

Thanks, Alex

When will TrustInsights be available to test
 
 
Q