NeutrinosPlatform / cordova-plugin-document-scanner

cordova plugin for document scan
https://www.neutrinos.co/
MIT License
84 stars 63 forks source link

Android 8 #30

Closed FaberDL89 closed 5 years ago

FaberDL89 commented 6 years ago

Hi i have a problem for to release app with target api 26

ChrisTomAlx commented 6 years ago

Hey @FaberDL89 ,

This issue has been clearly documented in the readme. Please consider going through the documentation before posting issues. Duplicate of issue #17.

Here is the hotfix solution you can use :- Add <preference name="android-targetSdkVersion" value="25" /> to your config.xml under platform android.

Closing this issue. If you need help please continue in issue #17

Cheers, Chris Neutrinos

FaberDL89 commented 6 years ago

@ChrisTomAlx i can't becouse if i release on play store it want a app with android-targetSdkVersion 26

FaberDL89 commented 6 years ago

https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

ChrisTomAlx commented 6 years ago

@FaberDL89 Oh. Will see what can be done about a permanent fix for this. Will let you know once I make some progress.

Cheers, Chris Neutrinos

muhammadsamir11 commented 6 years ago

Hi @ChrisTomAlx any update about this issue Thanks a lot

ChrisTomAlx commented 6 years ago

Hey @muhammadsamir11

I haven't yet tested on a real device but my colleague ran tests on an Android 8.0 Emulator successfully. Although I don't think that is enough. I will run tests on a real device as soon as I get my hands on one.

Cheers, Chris Neutrinos

muhammadsamir11 commented 6 years ago

@ChrisTomAlx Thanks a lot

ChrisTomAlx commented 5 years ago

Fixed and tested on Android 8+( Including 9 )

Cheers, Chris Neutrinos