[Request] UniqueDeviceID

0 favourites
  • 12 posts
  • hi

    can anyone create this plugin: github.com/Paldom/UniqueDeviceID

  • Yep, i can. Have you tried to install first the cordova plugin to see the installation and build process works fine?

  • Yes, the cordova plugin works fine.

    I have problem with this part:

    function success(uuid)
    {
        console.log(uuid);
    };[/code:35ou28et]
  • Yes, the cordova plugin works fine.

    I have problem with this part:

    function success(uuid)
    {
        console.log(uuid);
    };[/code:1pvfzk3j]
    

    Don't worry about that. Most part of the plugin is done: only one expression to retrieve the unique device id. Maybe tonight or tomorrow i will post in this thread a download link

  • thanks a lot

    im waiting

  • thanks a lot

    im waiting

    Here it is!

    Please consider donating to support what i do ^^

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • very very thanks

    sorry but in my country all payment methods blocked

  • very very thanks

    sorry but in my country all payment methods blocked

    Don't worry thanks anyway ^^ if you need more plugins just say it, i need more content for my blog and my youtube channel!

  • Your blog blocked in my country (all blogspot blogs blocked)

    how can i use onActivityResult class in construct cordova plugin

    Like this:

    @Override
                protected void onActivityResult(int requestCode, int resultCode, Intent data) {
                super.onActivityResult(requestCode, resultCode, data);
                try {
                if (requestCode == DeveloperInterface.TAPSELL_DIRECT_ADD_REQUEST_CODE) {
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE, false));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE, false));
                System.err
                .println(data
                .getIntExtra(
                DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE, -1));
                }
                } catch (Exception e) {
                e.printStackTrace();
                }
                }[/code:c3xju0wc]
  • Your blog blocked in my country (all blogspot blogs blocked)

    how can i use onActivityResult class in construct cordova plugin

    Like this:

    @Override
                protected void onActivityResult(int requestCode, int resultCode, Intent data) {
                super.onActivityResult(requestCode, resultCode, data);
                try {
                if (requestCode == DeveloperInterface.TAPSELL_DIRECT_ADD_REQUEST_CODE) {
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE));
                System.err
                .println(data
                .hasExtra(DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_CONNECTED_RESPONSE, false));
                System.err
                .println(data
                .getBooleanExtra(
                DeveloperInterface.TAPSELL_DIRECT_AVAILABLE_RESPONSE, false));
                System.err
                .println(data
                .getIntExtra(
                DeveloperInterface.TAPSELL_DIRECT_AWARD_RESPONSE, -1));
                }
                } catch (Exception e) {
                e.printStackTrace();
                }
                }[/code:2szf80nn]
    

    Look for a plugin which implements that function. About my blocked blog, check your messages, i sent you the download link for the device id plugin.

  • Thanks for link

    I opened your blog with hotspot shield

  • Thanks for link

    I opened your blog with hotspot shield

    Hahahaah that's nice. Thanks for your feedback!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)