Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Probleme using the app_ID for the map
Qt 6.11 is out! See what's new in the release blog

Probleme using the app_ID for the map

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 840 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    boumacmilan
    wrote on last edited by
    #1

    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-latest/location-overview.html#the-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);
    

    [/CODE]

    So how can I remove this debugging message?
    Thanks in advance

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved