lazydroid/auto-update-apk-client

How To Implement AutoUpdateApk using QT?

Closed this issue · 1 comments

Hello,

We have a project on QT and we expect to get thousands of clients soon.

I have read these last days about AutoUpdateApk, but I would like to know how 
can I implement it at our QT project.

At QT, is possible to add a custom Java class to an Android application and 
call into this using the JNI convenience APIs in the Qt Android Extras module.

http://qt-project.org/doc/qt-5/qtandroidextras-notification-example.html

Can you help me with this task?

Original issue reported on code.google.com by paulopin...@gmail.com on 16 Oct 2014 at 6:55

Thank you for your interest in AutoUpdateAPK!

AutoUpdateAPK works with the native Android applications written in Java, if 
you're using a different application framework (phonegap, qt, whatever) you 
have to figure out yourself how to create native Java classes and call the 
standard API.

Original comment by lenik.terenin on 18 Oct 2014 at 2:18

  • Changed state: Done