API documentation for Android SDK is not working - here-api

For the last couple of days it is impossible to access any documentation about APIs for Android SDK.
There is an error page with information:
"Unfortunately, the page you're looking for doesn't seem to exist."
Example link

The links have been cleaned up a bit, please update your bookmarks to: https://developer.here.com/documentation/android-premium/dev_guide/topics/maps.html

Related

Ms graph API v1.0: HideForUser and a few other methods do not show up in .Net 5

though the docs here (https://learn.microsoft.com/en-us/graph/api/chat-hideforuser?view=graph-rest-1.0&tabs=http) said we could use them, with c# sample code too, but we don't see them at all after having added the sdk to the project. Note we are already able to add new chat with members and fetch messages.
a few others too that have same issue:
https://learn.microsoft.com/en-us/graph/api/chat-unhideforuser?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/graph/api/chat-markchatreadforuser?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0&tabs=http
is there any dependency or steps we missed?
resolved the problem -- somehow the version (4.34.0) I used was out of date, and the latest version 4.49.0 does have these APIs

Firebase Authentication on Xamarin.Forms

I'm new to Xamarin.Forms and I'm looking for an updated tutorial link or document that shows how to get Firebase Authentication working with Xamarin.Form or if someone can supply a GitHub link with an example of how to get firebase auth working on Xamarin.forms with Visual Studios 2019?
Note: I've followed the tutorial from https://medium.com/firebase-developers/firebase-auth-on-xamarin-forms-171432aa3d76 but it doesn't work.
I have this link for you.
https://evgenyzborovsky.com/2018/03/26/firebase-authentication-in-xamarin-forms/
Try it and let me know if it will be working or not.
this one really helped me, it is a perfect example
https://github.com/saipedireddi1/xamarin-example
using FirebaseAuthentication.net nugget

Xamarin.forms and Azure AD B2C - missing PublicClientApplication.PlatformParameters?

I've been following along with Mayur Tendulkar's blog post: Authenticate Mobile Apps Using Microsoft Authentication Library, but it seems like the article may be out of date with the current version of the library. (Latest version of Microsoft.Identity.Client seems to be 1.1.0-preview.
The code in the sample refers to an IPlatformParameters interface, and a property of PublicClientApplication, PlatformParameters.
Neither of which seem to be present in this library.
This has changed since the last updates. follow this link.
MSAL, this has been replaced with "UIParent". hope this helps

How to configure Xamarin.Google.iOS.TagManager?

I'm trying to use Xamarin.Google.iOS.TagManager component in my Xamarin App and I configured it following the "Getting Started" documentation that is provided alongside it.
I can see my events tracked in Firebase console Analytics.
However, I do not see any events in Google Analytics. What am I missing?
There is a confirmed bug in the Xamarin.Google.iOS.TagManager component 5.0.6.2. It is discussed as an issue over where the component is maintained on github: https://github.com/xamarin/GoogleApisForiOSComponents/issues/61

Sign in with LinkedIn, SDK for Android, Sample application error

I would like to try feature "integrate Sign In with LinkedIn".
I follow instructions and i download latest version ( Mobile SDK for Android 1.1.4) from:
https://developer.linkedin.com/downloads#androidsdk
Then i import and build project into Android Studio.
When i execute SDK for Android Sample App i obtain this screenshot:
http://i64.tinypic.com/35hpvyb.png
Any help will be appreciated. Greetings
I answer myself.
The problem was i didn´t follow (ignore) step "Associate your Android app with your LinkedIn app"
https://developer.linkedin.com/docs/android-sdk
1) Create an application
2) Signing Your Application, generating a debug key hash value.
3) Configure the values: In the Mobile->Android Settings->"Package Name & Package Hash" section of your LinkedIn application's configuration, add your application's package and hash values
That´s all. Sorry for such a dumb question... ;)

Resources