Zulfugar Ismayilzadeh
Zulfugar Ismayilzadeh

Reputation: 2763

Update Android app build on Titanium Appcelerator into Native app, sign certificate issue

I've developed my app 3 years ago on Titanium Appcelerator platform. I didn't use custom JKS for signing. Titaniume gave me ready APK and I uploaded it to Google Play, during 3 years I did 10 updates without problems.

Now I developed native Android App with the same package name. But I cannot find ".jks" file for signing. Without it Google Play will not accept as an update. How can I find that file for sign?

Upvotes: 0

Views: 212

Answers (1)

Kevin Scheidt
Kevin Scheidt

Reputation: 95

@Nambari does a good job of answering your question regarding "How can I find that file for sign?" here.

Additionally, consider reviewing any backups you have made during the previous 10 updates you did to see if your keystore was saved during that process.

Upvotes: 1

Related Questions