Page 1 of 1

...find a valid identity... - Solved

Posted: Tue Jun 04, 2019 5:33 pm
by DR White
I have read some previous post on this issue, but could not resolve my issue.

LC 9.0.5 RC 1

Has anyone had this issue lately?

see attachments.

Re: ...find a valid identity...

Posted: Wed Jun 05, 2019 9:04 am
by LiveCode_Panos
Hello DR White,

This probably means that the provisioning profile you used to sign the app is not associated with any of the certificates stored in your KeyChain.

To fix this, create a new certificate, make sure you associate it with the provisioning profile (through the Apple Dev Centre), download the updated provisioning profile (which is now associated with the certificate you just created), and use this to sign the app.

Hope this helps.

Kind regards,
Panos
--

Re: ...find a valid identity...

Posted: Wed Jun 05, 2019 10:43 am
by DR White
Panos,

I feel very sure you are RIGHT!

Yesterday I created a new certificate and provision, But they gave me the same error.
I believe that I am not associating something correctly.

Are there any lessons or simple instructions on how to do this. Everything was working fine, until my certificates expired.

Thanks,

David

Re: ...find a valid identity...

Posted: Wed Jun 05, 2019 10:52 am
by DR White
I will say that I did something a little different yesterday and tried to create a Development profile with a wildcard.

Re: ...find a valid identity...

Posted: Wed Jun 05, 2019 12:25 pm
by LiveCode_Panos
Hello David,

See this lesson: http://lessons.livecode.com/m/4069/l/30 ... le-for-ios

BTW you have to put the exact app id (and not a wildcard) if your app uses some specific services, such as in app purchase, push notifications, HealthKit etc. Otherwise a wildcard is OK.

Hope this helps.
Panos
--

Re: ...find a valid identity...

Posted: Wed Jun 05, 2019 5:29 pm
by DR White
Panos,

Thanks for the link. I will try it when Apple resets my "Max Certificates".

David

Re: ...find a valid identity...

Posted: Thu Jun 06, 2019 11:25 am
by DR White
Panos,

Thanks again for the link. That worked GREAT!!

I believe the thing that made the difference was in filling out the certificate request, in the past I don't think that the "common name" had to match the name in the application ID. This time I made the common name exactly like the name used in the application ID and everything was good.

Thanks,

David