0

My App certificate is expired and I didn't have access to this certificate any more. I need to know bundle id of my app to create new version with that bundle id and new certificate to save local db from old app.

The app doesn't launching anymore and I have very important data in this app db and I want to save it. I have created many versions of this app and every time I have changed bundle id and I don't know which one is it.

I have tried iExplorer application, but it shows all apps bundle id except that app. Also I have crashlytics in that app, but it doesn't show crash.

If there is no way to know bundle id :(, may be there is the way to know the installation date of this app?

Eric Aya
  • 69,473
  • 35
  • 181
  • 253

1 Answers1

3

If i do understand your question right, you can try:

Xcode -> Window -> Devices and Simulators -> INSTALLED APPS

You can see there your apps on this device, and name, version and identifier

Hope this helps you.

vpoltave
  • 1,612
  • 3
  • 14
  • 31