Coder Social home page Coder Social logo

Google Play will soon require that apps target API level 33 or higher. This will be required for new apps and updates starting on August 31, 2023. about android-upload-service HOT 4 CLOSED

takmilul avatar takmilul commented on June 1, 2024
Google Play will soon require that apps target API level 33 or higher. This will be required for new apps and updates starting on August 31, 2023.

from android-upload-service.

Comments (4)

takmilul avatar takmilul commented on June 1, 2024 1

Thank you very much for your quick support and a great library.

from android-upload-service.

gotev avatar gotev commented on June 1, 2024

Hi, Upload Service is not a blocker in this case. You just have to bump your app's target sdk to 33 and manually request POST_NOTIFICATIONS request permission when on API 33+ as per Google latest guidelines.

A new Upload Service is on its way, but in the meantime you can go ahead with your app.

from android-upload-service.

takmilul avatar takmilul commented on June 1, 2024

I have bumped the target SDK to 33. But I got a compile error.

Class 'UploadTaskParameters' is not abstract and does not implement abstract base class member public abstract fun writeToParcel(dest: Parcel, flags: Int): Unit defined in net.gotev.uploadservice.persistence.PersistableData

Here my UploadTaskParameters extended your PersistableData class. In the PersistableData class, you have overridden the following method: override fun writeToParcel(dest: Parcel?, flags: Int). In SDK 33+ the method has been changed to override fun writeToParcel(dest: Parcel, flags: Int) where the parameter dest Parcel is non-nullable.

I also tried to override the method which leads me the following error:
Accidental override: The following declarations have the same JVM signature (writeToParcel(Landroid/os/Parcel;I)V)

can you please help me find a way to fix the compile error here or can you release a version that is compatible with SDK 33+

Thank you.

from android-upload-service.

gotev avatar gotev commented on June 1, 2024

4.8.0 has been released in the meantime. Bump to it and simply remove the optionality here in your implementation: f2254d4#diff-9821d08b4f2ceb9d7eed1d58514f4a079a4cc4f31112f919e7f3ad00d4a3cbfcL45

from android-upload-service.

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.