My enterprise application is having more than 1000 users. And my Provisioning profile got expired 3 4 days before. After the expiration the existing users start facing the problem, their app is not open.
When I debug his I found that the provisioning profile is not present on their device. And on logs I found that "A valid provisioning profile for this executable was not found".
When I manually add Provisioning profile on one user's device the application start work perfectly.
So by following this step I try to install that provisioning profile on users device by uploading that provisioning profile on server and send that link to all the users. But now some of users those who have iOS version 9.0 and later said to me that on there iPhone After clicking on that provisioning profile link the Settings > General > profile screen automatically open (Screen Shot Added)
Screen shot after click on provisioning link
and provisioning profile is not install and problem with application remains as it is.
Please tell me the solution for this.
Its an production issue please help.