iOS Question What does "not possible to install apps signed with a store certificate" mean?

davepamn

Active Member
Licensed User
Longtime User
I have my Certificatefile and provisionfile download and defined in my app. In vs230, I received this error while trying to install my app to the dev device.
 

davepamn

Active Member
Licensed User
Longtime User
The app seemed to install, but I don't understand the Note message. Is this informational?
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
You need to use the development certificate when installing to device, not distribution cert
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
I am using the developer certificate
B4X:
#CertificateFile: ios_development.cer
#ProvisionFile: IT_Mobile_Development.mobileprovision
 
Upvote 0
Top