No ios development certificate found and No unexpired provisioning profiles found - ios

Tonight I decided to submit my new app to the AppStore, I admit - I was shocked of how horrifyingly
complicated and ridiculously confusing this process is. I managed to submit all the information in iTunes Connect and proceeded to Archive my Application, I did that but then all hell broke loose .. I tried to verify my App but received the error "no development cert. .. contact the admin" well, I am the admin of my account and this certificate is active and installed.
My next steps were to uninstall the Dev and Distribution Profiles&Certificates on my Mac and install them again ... now, after this - it was event impossible to archive my app. I get the following errors
in Xcode: No unexpired provisioning profiles found , and the Organizer: Code Signing error - No ios development certificate found.
I hope that someone can give me any guidelines of how to solve this problem, This problem is really weird - all my certificates are active, and i do have Dev Certificate which could be seen from these screens:

I will go with you step by step:
1- first send me this information marked in the attached image below
2- Then send me the info marked in red here too.
I would ask you to do something after that.

It would be extremely helpful when you do 'figure out' the solution to your problem that you share what you figured out rather than just 'i figured out the connection between these bundle IDs'. I know it isn't the first thought when you do solve your problem, but you could help someone else solve the same problem.

Related

Missing or invalid signature in iOS

I have not found any functional solution, between a great number of suggestion on internet. I don't know exactly where and when it stopped to work, but I have an app at Apple Store that is working fine and it is in the 1.7 version. One month ago, I have tried to implement Push Notification and, to this tool works, I have to create and manipulate some certificates (Apple Developer certificates, Keychain Access, etc). After that, when I try to upload a new version to Apple Store using Xcode, I receive the message “Upload Successful”. Some minutes after this, I receive this message in my email:
Dear developer,
We have discovered one or more issues with your recent delivery for "Habilidades Médicas". To process your delivery, the following issues must be corrected:
Missing or invalid signature -
The bundle 'com.IvanSinigagliaApps.ChkList' at bundle path 'Payload/HabMed.app' is not signed using an Apple submission certificate.
Once these issues have been corrected, you can then redeliver the corrected binary. Regards, The App Store team”
I really don`t know what I did. Maybe, I can have deleted a key (keychain) or deleted a certificate or both. All the posts I have found about “Missing or Invalid Signature” didn’t work for me; many don't push me to my issue and many other are out of date for Xcode 8.3. I will post some screens with some doubts I have to show most information I can and I hope they can work as clues to help me to fix it.
Fig 01: My Keychain Access: I can found to Certificates: 1) iPhone Developer: QRL…, and 2) iPhone Distribution: C3D….
Fig 02: Apple Developer Provisioning Profiles:
Fig 03: iOs Certificates
Fig 04: Xcode (Certificate iPhone Developer QRL… ) ???
Fig 05: Xcode: even when manual provisioning is set up (C3D…) it doesn’t work.
Fig 06: Uploading App (Signing identity Distribution C3D…
Fig 07: Uploading (C3D…)
Fig 08: Upload Successful
UPDATE #1
This is happening the same way to my 4 apps, that were loading fine before.
Still not working, but after following the instructions at Apple Developer Troubleshotings technical Note TN2318, section: Resolving Signature Verification Failure, I run the Terminal with these instructions:
codesign --verify -vvvv -R='anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] exists and (certificate leaf[field.1.2.840.113635.100.6.1.2] exists or certificate leaf[field.1.2.840.113635.100.6.1.4] exists)' /path/to/the.app
I receive this message: code object is not signed at all
Now, I will try to go on this clue.
Yes, it is done, after a lot of hard work.
I have a great help from Apple Developer technical Support and to short this issue what I did was trying to fix it editing my certificates. As the problems involved all my apps, it should be something with the certificates. So, the guy from Apple, John, told me to think about this information:
I see they were issuing an revoking their certificates throughout May
and created the latest Certificate on June 1st. It is currently the
only active certificate. When a Distribution/Development Cert is
revoked, the associated provisioning profiles are invalidated and the
apps will stop functioning. This is the expected behavior. Apps
distributed via the App Store are not subject to this behavior. Only
apps distributed using the Ad-Hoc distribution method.
So I went to my certificates, at Apple Developer site, and edited those that I had just revoked and edited them again. A new one was created for this particular app and I have downloaded it to my machine. I have done a new upload and now everything is working fine again, with all apps.
There was a big confusion with all my certificates and with all my apps that. This confusion came to create this issue. Now I have reorganized all this stuff and everything is fine.
That's my lesson from this issue: keep all your work organized.
I really hope someone with the same issue can fix them after reading all this post or at least find an orientation.
Thank you Apple Developer Support and everybody who has read this.

iOS Test flight error due to code signing issue

I am trying to submit a build to test flight but I am keep on getting this error saying my app is not signed. However, I have added the right team
and signing certificate thus I have no idea why I am getting such an error.
I did some googleing, looking up on stackoverflow and flip around some settings, however, I am still not able to get the desired result. :(
Any help would be appreciated!!
As discussed in the comments, You are getting this error because you've code signed your app with development certificate. You're supposed to use a distribution certificate for releasing the test flight.
For creating a distribution certificate, I suggest you the follow the steps listed here

Organisation developer program update makes apps impossible to install

I recently updated my organisation developer program so I can use it one more year, but now my apps seem to be impossible to install, I got this famous error :
app_name can't be installed at this time
I got this problem on the App Store and for Ad Hoc distribution as well.
My certificates and my provisioning profiles are fine.
Did someone have the same issue recently ?
What could it be ?
Thanks in advance for your answers !
I believe you may have changed your app build settings and are likely not building with the enterprise distribution profile. That error usually means you are building with a regular development provisioning profile and the device's UDID is not in the list.
Verify your app's build settings are set to build using the Enterprise Distribution Profile.
If you do not believe that to be the case, post the Console logs from the device during an install attempt to find the actual error.
I finally found where the problem came from and it is a bit stupid. Actually, someone in my team recently changed our certificate on the Apple member center but didn't add this certificate to our build server.
After adding the certificate to the build server, everything worked as expected.

ITMS-90034 Apple App Store Submission Error

I am a PC person, and not much of a coder, so I have a developer building an app for distribution to the Apple App Store.
It's done, working great, but he tells me there is problems during the submission. He got an error ITMS-90034
Not having a Mac or the ability to run Xcode or the Application Loader, I'm in the dark here.
What does that error indicate, and why would it take multiple days to solve this problem?
Thanks for your insights.
ITMS 90034 means there is problem while getting the certificate(.p12) which you can see in Keychain Access, please check the certificate with valid provisioning profile.
I have faced this Issue after cleaning my Keychain Access where I installed certificate multiple times then it's linked with xcode6.0 where I am able to upload the build using Apploader.
you can prefer below link for more details.
ITMS 90034 Resolution
Thanks !!!

ios provisioning profile valid signing identity not found

i am developing an native ios application on mac os mavericks image on vmware, i am doing a training in a company. this application contain PushNotification service. i have download a video tutorial and i complete all the tasks as the video show. but in the end when i install the provisioning profile it show this warning message : "valid signing identity not found" . i have work on this issue many days.
i am new in ios developing, so day by day i read questions of developers that have this issue also and i've read the answers and try to fix it but no result.
can anyone help me and guide what to do. down i will notice what i've see and i feel that this could be the problem and i can't do anything:
- when i create the provisioning profile , they gave me numbers of certificates to chose, none of these certificates is the one that i create.
There are probably many reasons for this message and many more potential solutions.
I often see this error message display when building. Quitting and restarting Xcode usually resolves the issue for me.
Have you tried downloading the provisioning direct from apple site? Sometimes I have problems when I try to update directly from xcode.

Resources