Firebase dynamic links not tracking app installs - android

Dynamic links screen shot
This is the screenshot of my dynamic links.
As you can see, the link has been clicked quite a lot,
but the chart indicates 0 app installs, 0 first-opens.
yet there are 3 re-opens.
Also, on the same projects, for the same duration,
the first-open as a whole is recorded
firebase analytics - events screen shot
so the first-open event does work.
Only the first-open events using dynamic links don't seem to work.
Any ideas? Thanks!

I got answers from Google team.
To summarize, did you incorporate dynamic Links SDK into your app?
To receive data being passed to your Dynamic Links, you need to include the Dynamic Links SDK in your app and call the methods FirebaseDynamicLinks.getDynamicLink() for Android, and handleUniversalLink: and dynamicLinkFromCustomSchemeURL: for iOS.
Note that these methods should be called at every entry point in your app that will be launched by the link.

Related

Recieving Notifications

So I have this idea of an app that would get all youtube's notifications for the day and puts them all in one page and give you some functionality over them like adding to watch later and maybe not interested and some others all in one click, in addition to that i would be able to make better notification tiles you know the default one isn't that good and i've seen better, I thought about it for a while and I think i am going to go about it this way:
1- stop youtube itself from sending the notifications.
2- making the app get this day's uploads and listing them.
3- making the app send the noti... in a better looking tile.
4- adding the "Other functionalities".
But..., i've looked around for notification support on the youtube api page and found nothing useful.
Is there any api or anything that would help me in this, i am using android studio BTW.

How should i structure a node js and mongodb project

I want to build an event app,that has a normal web app that shows events and also an admin panel for the site administrator and another admin panel for a regular event planner where they can see analytics on their events.It also has an ionic pwa for the end users and an Android app/Ios app for the bouncers or gatehuys that has the list of attendees for each event
I haven’t done something of this scale before and i need advice on how to structure the whole thing
Depending on the web app framework chosen, I’d look for the most commonly used/popular boilerplate project/scaffold and use its project structure as a starting point. I found that the number of stars on github is a good indicator of popularity. Even better, find a officially supported scaffolding tool; ie express-generator

How close do links have to be to trigger link preview in Chrome beta?

Some of the users of my website are telling me they find it annoying when they try to touch certain links and instead of activating the link it zooms into the link and associated metadata (which is made up of a few links).
So how many css pixels of separation are needed between the link and the associated data to stop this behaviour?
I also would like to know that, and eventually a js/css trick to disable it on demand.
You can also have a look at this question :
How to prevent google chrome android browser to display the magnifier when users click a button?

android- login control

I am building a simple checkout process on the phone and was wondering if there are prebuilt controls that are available in android apk:
Login Control: username, password, login button
Form View where the user can just submit all the info.
Some sort of the "More info" control that has a collapsed/expanded view for product description
Tabs control: something like iPhone music player tabs.
Thank you in advance.
No, there is no such thing in standard android library. I don't know about 3rd party stuff - internet is wast, you might find something.
There is the API Demos app in your android SDK. It shows all standard widgets provided in android. I believe AlertDialogSample is what you might be looking for.
There are also other demos showing how to use most (all?) functionality in android.

Searching within my own application

So im building an Android application and want to include a search feature to let users use it instead of having to look through the apps many activities and pages. Cant seem to find any info on the best way to do this anywhere else. Thanks in advance
Ok so im building an app that will serve as a game guide for a popular PS3 game. Within the app will be many subjects and topics and i would like to give users the ooption to just use a search bar on the main screen of the app to search throughout the entire application and then provide them with a list of results that are clickable and take them directly to the chosen activity or place in the application. (Say it was an app for making whiskey, i would want them to be able to search on the main page for Jack Daniels instead of hitting buttons that navigate from Mainpage>American Whiskey's>Bourbon>Jack Daniels. )

Categories

Resources