Skip to content

How to create a simplest qwebsocket android service in qt? #6

@shujaatak

Description

@shujaatak

Even when I include QT += websockets in server.pro the app crashes as soon as it starts running! I am clueless whether it is possible or not to use qwebsocket in an android service? I have used the proper permissions i.e.:

    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.WAKE_LOCK"/>
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions