Nokia HERE APIs. How to use "app_id"? - windows-phone-8

I'm developing an application for Windows Phone 8 and I'm using the Nokia HERE APIs. However I don't know how to use the "app_id" number generated for me by the HERE Developer website. Even this website seems not to be of much help. Could anyone help me please?

Here is an example from Nokia Developer Center
showing how to use the app_id (ApplicationID) to call Here services.
You also need an AuthenticationToken, which you should have received with the ApplicationID.

Related

3DS2 on iOS and Android: HPP or API?

I was browsing through the documentation and was wondering about what is the recommendation for intergation for 3DS2 payments on android and iOS devices. My application would be available in web and mobile, so I thought having my server just using API SDK would be sufficient.
Would this approach be correct or should I opt to use HPP? What are the advantages/disadvantages to chosing API or HPP?
Thanks in advance.

How to see other users in indoor location app built on estimote sdk

I have built an indoor location ios app using Estimote SDK and its working fine. Now I want to see all the users in same location to be able to see each other in App.
Any suggestions on how to do that. Please comment and let me know if anything is not clear about the question
Here's one example how we did it using IndoorAtlas & PubNub service. Does not require any logic on the server side and allows you to tap into the location stream from several different types of clients such as mobile or browser. You should be able to do it in similar way using Estimote.
https://github.com/IndoorAtlas/android-sdk-examples/tree/master/Basic/src/main/java/com/indooratlas/android/sdk/examples/sharelocation

Titanium Documentation for Windows Phone 8 SDK

I have an application built with the Titanium SDK that runs fine on iOS and Android. Now that Windows Phone can be targeted using Appcelerator Studio, I tried to publish the app to this platform. It published and ran but the app looks horrible and behaves unexpected and clearly needs some work.
When I search through Appcelerator's documentation for the Titanium SDK, the properties and methods for say "Ti.UI.View" do not have the Windows supported logo next to them? How do I know what properties and methods of the various classes are supported / I can use? I will post an example link below. It is for Ti.UI.View
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.View-property-touchEnabled
Is there another source of documentation I am missing? Does anyone know if Appcelerator plan on updating their docs?
If the property does not clarify anything supports all e.g: BackgroundColor, but if the property supported only some are shown as follows: e.g BackgroundDisabledColor (Windows and Android)
I'm not sure if the documentation is up-to 100%
Documentation for windows:
Windows Phone specific UI capabilities
Windows UI Components and Conventions

Share a link on google plus windows phone 8?

I am trying to share a link on my windows phone 8 app.So far i am using the
ShareLinkTask
but its only for Facebook and twitter. Any help?
You need to implement it by yourself from scratch. This may help you Google plus API for WP7 using C#, .NET

Nokia home application (Nokia E63)

I have a nokia E63 and I want to develop a very simple application available in the main menu (desktop? home? dashboard? main-menu? can't find a consistent name for this...) that simply allows users to change between 5 modes of my application.
How to develop this particular kind of "widget" using c++/qt (or java)?
Assuming your app is a Qt app. way to go would be, use Wrt homescreen widget and combine it with your Qt app as explained here .