I have built my app with no errors and uploaded to testflight successfully.
But when I try to install my app on my iphone, it throws the following error.
"Could not install {AppName}
the requested app is not available or doesn't exist."
And also received an email saying
"ITMS-90078: Missing Push Notification Entitlement- Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. ..."
But I already have the required provisioning profile and have 'aps-environment' entitlement manually.
What is the reason and please let me know potential solutions.