I use the developer role account build the .ipa file on first device and I use the app manager role account to drop the .ipa file in transfer app on another device. But I got this error
"Could not create the temporary .itmsp package for the app No suitable application records were found. Verify your bundle identifier 'com.bbb.app' is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect."
Step that I verified already:
-
Check provisioning profiles: the provisioning profile installed in Xcode. And, linked to the correct bundle identifier. the bundle on Xcode project is 'com.aaa.app' and the the bundle on app connect is 'com.aaa.app' that is same (but I'm not sure why I got 'com.bbb.app' in error )
-
Check certificate: the certificate is valid and installed in Xcode.
-
Check Xcode version: the Xcode version is latest.
Coluld you reccomend me how to solve it.