Copy link to clipboard
Copied
so my hard drive died on my macbook pro and I upgraded to a new hybrid ssd drive and need to get back up and running with Flash Builder 4.6 to recreate a project I was developing for a client (lesson learned about backup!)...
I never backed up my ios key / certificate and need to know if Im completely screwed in terms of being able to resume ongoing development of existing apps (i.e. releasing NEW versions of current / existing apps)
what do I need to do to make sure my apps can be signed same as the previously launched versions / builds?
Copy link to clipboard
Copied
I believe, that if you still are you, you can download the certificate that you originally created, open it, and Keychain Access will still like it. If you look at the certificate in there and see that there is a private key, all is well.
Copy link to clipboard
Copied
You were spot on. I just had to get all the keychain access info back inplace and its always a little tricky getting the private keys for the certificates for Dev and Dist but it all worked out. Guess my panic mode was a bit out of hand from the hard drive failure -- new SSD and back up and running though. thanks for the reply / help.