Quote:
Originally Posted by Soal
In my program portal I see
App ID: iMyapp
3C26P4B7YL.edu.Myapp.
in the info.plist for Bundle Identifier I had:
edu.Myapp.iMyapp
I got the same error message when I wanted to run it on my device:
“profile doesn’t match Application Identifier edu.Myapp.iMyapp"
but strangely I realized when I changed the bundle Identifier to the following it works!
edu.Myapp.
!!!
|
I also faced the same problem and it was fixed by the same method you are talking, but after that I was able to install only one app at a time using that profile ie if I install app A and then try to install an app B, app A gets replaced by app B. I doubt it is because that i didnt add the '*' to appid. I need to try that out.
-John