Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User boumacmilan's Avatar
    Join Date
    Sep 2011
    Posts
    11
    First sorry for my bad English.
    I have an application using map in QT/CPP and keep getting this debugging message:
    [Qt Message] ********************************************************************************
    [Qt Message] Qt Location requires usage of app_id and token parameters obtained from:
    [Qt Message] https://api.forum.nokia.com/ovi-api/ui/registration
    [Qt Message] For more information about app_id and token please consult:
    [Qt Message] http://doc.qt.nokia.com/qtmobility-l...e-nokia-plugin
    [Qt Message] ********************************************************************************
    I already register my application and get the app_id and the token_id and I use it like this:
    Code:
     QMap<QString, QVariant> parameters;
        parameters.insert("mapping.app_id", "app_ID");
        parameters.insert("routing.app_id", "app_ID");
        parameters.insert("places.app_id", "app_ID");
        parameters.insert("mapping.token", "token_id");
        parameters.insert("routing.token", "token_id");
        parameters.insert("places.token", "token_id");
    
        QGeoServiceProvider* serviceProvider = new QGeoServiceProvider("nokia" , parameters);
    So how can I remove this debugging message?
    Thanks in advance

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    appears to be that it does that still, as others also have teh same problem: http://www.developer.nokia.com/Commu...tering-Map-Api, anyway do the API work without the id & token ?

    Also note that you might ask this in location API specific sections, since Jason answering there would be actually located in the same city where the service development is done.

Similar Threads

  1. QtMobility1.0.1 probleme!!!
    By HAF.MED in forum [Archived] Qt Mobility Project
    Replies: 27
    Last Post: 2010-07-29, 11:56
  2. timer probleme
    By metosrs in forum Symbian C++
    Replies: 2
    Last Post: 2008-02-29, 07:26
  3. Asked Carbide 3.2 S40, Probleme on a theme
    By Lekouti in forum Themes/Carbide.ui
    Replies: 1
    Last Post: 2008-02-13, 04:14
  4. Probleme for read the sdcard on the nokia e61
    By mickael.bernard in forum Mobile Java General
    Replies: 1
    Last Post: 2006-11-25, 01:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved