Giter Site home page Giter Site logo

Android 12 support about pushwoosh-android-sdk HOT 5 CLOSED

DevDin avatar DevDin commented on August 21, 2024
Android 12 support

from pushwoosh-android-sdk.

Comments (5)

wfhm avatar wfhm commented on August 21, 2024

Hi @DevDin,

Pushwoosh SDK supports Android 12 starting with the 6.3.0 version, and all PendingIntents were labeled with the FLAG_IMMUTABLE flag. pushwoosh-location module supports Android 12 starting with the 6.3.2 version. Could you please let us know what SDK version is used in your project?

Also, what exactly points to Pushwoosh SDK in your app when this error appears? What particular activities, services, or receivers are mentioned in the build log?

from pushwoosh-android-sdk.

DevDin avatar DevDin commented on August 21, 2024

I'm using 6.3.5 (i guess it is very latest.). I found that your SDK depends on androidx.work:work-runtime & you need to update this dependency to 2.7.0 . pls check once.

from pushwoosh-android-sdk.

DevDin avatar DevDin commented on August 21, 2024

It worked after i added this patch:
//PushWoosh
implementation 'com.pushwoosh:pushwoosh:6.3.5'
constraints {
implementation('androidx.work:work-runtime:2.7.0') {
because 'pushwoosh sdk depends on work-runtime:2.6.0 which is not compatible with targetSdk 31, but work-runtime:2.7.0 is'
}
}

from pushwoosh-android-sdk.

wfhm avatar wfhm commented on August 21, 2024

@DevDin Thanks, indeed we have to update work-runtime dependency. It will be done with the next release.

from pushwoosh-android-sdk.

wfhm avatar wfhm commented on August 21, 2024

Fixed with the latest update.

from pushwoosh-android-sdk.

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.