Code Monkey home page Code Monkey logo

Comments (5)

marchbold avatar marchbold commented on June 11, 2024

Hi, You'll likely want to update to a 2048bit cert as Java doesn't support these older ones anymore. If you are worried about a cert change on the Play Store, you can use the technique I've outlined here: https://airsdk.dev/docs/tutorials/platform/android/handling-1024bit-certificates

from adobe-runtime-support.

Mintonist avatar Mintonist commented on June 11, 2024

Unfortunately I need to support other markets with .apk format. In Google Play I done it few years ago and it is ok now.

Why does it work with AIR33.1.1.935 with same adt.cfg?

from adobe-runtime-support.

marchbold avatar marchbold commented on June 11, 2024

What other markets are you supporting? Most of them have something similar or allow you to change the certificate.

Unsure why it works with the older SDK, could be using a different version of Java (v1.8 should still work with these older certificates)

from adobe-runtime-support.

ajwfrost avatar ajwfrost commented on June 11, 2024

I would be interested in the ADT log output from building with the older AIR SDK. The likely reason here though is that you're building using Gradle, and the recent versions of this need JDK 11 so we are specifically looking for that within ADT now. The error you're seeing with the signing is a Gradle error...

Although having said that: we did change how the signing is done, to switch over to using Gradle (because of all the issues we were having with Oracle removing support for the sun security packages). So this is likely to be why it's Gradle that's showing the error, and an earlier release was working.

Which may mean that we can change this back (we've changed some things over to use BouncyCastle libraries for signing, although I guess we should check first whether they support 1024-bit keys!) .. we can try checking this.

In the meantime -> if you create an AAB file instead of an APK, it should work, and then you would be able to split the AAB into APKs and re-sign manually via Java 8?

thanks

from adobe-runtime-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.