Getting ApplicationVerificationFailed

Emirates Angels 66 Reputation points
2021-12-15T08:03:54.477+00:00

Hi,

Why i am getting:

ApplicationVerificationFailed: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.qkAvMW/extracted/MyApp.iOS.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)
error MT1006: Could not install the application '/Users/jassim/Projects/MyApp/MyApp.iOS/bin/iPhone/Debug/device-builds/iphone13.4-15.1.1/MyApp.iOS.app' on the device 'Jass iPhone ': AMDeviceSecureInstallApplicationBundle returned: 0xe8008015.

I just enabled Apple Pay on the Apple Developer portal and enabled it in the entitlement file

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,364 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,386 Reputation points Microsoft Vendor
    2021-12-16T06:42:42.847+00:00

    Hello,

    Welcome to our Microsoft Q&A platform!

    A valid provisioning profile for this executable was not found.

    This message gives the reason for ApplicationVerificationFailed . Right click the iOS project, select Properties, check the iOS bundle signing . If you are using VS for Mac, the setting is in info.plist.

    Configuring an app to use Apple Pay requires setup on the Apple Developer Portal and within your app. There are a number of steps that should be followed to successfully provision your app for Apple pay. For more details, you could refer to https://learn.microsoft.com/en-us/xamarin/ios/platform/apple-pay#provisioning-for-apple-pay
    I'm afraid that it’s not enough to just enable Apple Pay on the Apple Developer Portal and enable it in the entitlement file. You need to create a new profile in Apple Developer Portal and download it into your Mac, this is the fourth step in above doc.

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.