Can't see active users on the dashboard after 5+ days of integration - firebase-analytics

I have successfully integrated with firebase-analytics on android, and I can see all activities on the streamview, but after 5+ days of installation, I still can't see any data on the dashboard.
Is that possible ?

Related

Heroku PBI JSON Data Pull Stopped Working

Found Answer on Heroku After Further Searching**
I am working on a Nightscout project which gives free assistance to people with diabetes with technology. We utilize the Heroku "Free Service," in which I'm creating a Power BI analytics report to review their glucose trends and closed-loop insulin pump delivery parameter.
I am encountering the issue that the PBI JSON data pulls stopped working, but the app is working fine, collecting the new data and displaying everything fine online. And my question is there a data export cap for the Free Service? If so, what is it, and when does it reset, since there isn't a monthly billing cycle when free? Thx!

How to submit new app updates in the published app in Partner Center / Microsoft Store?

I have an MSI installer to submit it in the Partner Center or Microsoft store. I converted my MSI installer into MSIX package format using the MSIX packaging tool.
I had already an idea of how to publish my app in the MS store using this reference: https://www.advancedinstaller.com/msix-publish-microsoft-store.html
However, there's a question that comes to my mind. Once I published my application in the MS store and
What if I have new updates in my app, what are the steps how to do that?
I did some research most of the results have something to do with source code.
My preferred approach is to update the app without coding configurations.
The submission process is managed through the Microsoft Partner Center dashboard, which is a web portal that allows developers to publish applications, and manage the updates of the application to allow keeping the app up to date automatically.
Once you submit updates to a published application, the updated packages will be available on average about two hours after submission (though this can sometimes take longer, especially with larger packages). Price, screenshot, or description changes take on average 16 hours to go live. Customers will receive the updated package the next time their device looks for updates, if (automatic app updates) are turned on,
or when they trigger the update by proceeding to the Windows Store and choosing (Check for updates) on the downloads. By default, automatic updates are turned on in the Microsoft Store, so users will always use the latest version of your application.
References:
MSIX Auto Updates https://www.advancedinstaller.com/msix-auto-updates.html
Update a public app https://blogs.windows.com/windowsdeveloper/2016/05/13/publish-or-update-a-public-app-dev-center-tip-1/
Mandatory updates https://learn.microsoft.com/en-us/windows/uwp/packaging/self-install-package-updates#mandatory-package-updates
Upload app packages https://learn.microsoft.com/en-us/windows/uwp/publish/upload-app-packages

Chrome Security failing for SSRS Reports

When running SSRS Reports that have many parameters that users will change and click view report to see different results, chrome security will intermittently prompt for Sign In. When it does, valid credentials will not work.
This started happening with the latest chrome update where the tabs because curved about two months ago.
IE and Edge work fine (albeit much slower)
The Datasource uses a sql login with full access to the SQL Server.
The end users are on windows auth and should not be prompted once authenticated.
Same report has worked for a long time prior to latest update and works in other browsers. Chrome Canary does the same thing. All Chrome users are having this same issue rendering chrome unusable for SSRS.
I have access to the reporting services log file, but there is lots of traffic so very hard to read.
I can run profiler, but the server is very busy and I'm since I'm not sure what to look for, leaving it wide open has so many other threads from other users and it seems even my spid changes constantly as ssrs moves through the requests. Enter report, view report, view report, view report, etc..
Cannot find anything close on google except old stuff that we've went through with chrome using the ie lan advanced security settings. None of the old stuff helps. Have also check ssrs configs to make sure we are forcing windows auth and it is.
Any help with the actual problem or even help with how to troubleshoot this would be greatly appreciated.
Screenshot provided just after hitting view report for the third time. Correct credentials will not work at this point.
Ken . . .
Resolved as a Digital Guardian network tool blocking.

Can basic app-usage statistics be obtained without an Azure subscription?

Is there any way to enable app-usage statistics without an Azure account just like we get it for crash reports?
You need to implement some kind of analytics service, like Google Analytics. The store provides only download and crash stats.
You can make use of Microsoft HockeyApp. As of March 2016 Microsoft announced that they are transition mobile and desktop apps diagnostics from Application Insights to HockeyApp.
Hockey app supports sign via:
Social Logins - Facebook, Twitter, Google and Microsoft (Personal/Work/School)
Enterprise - Azure Active Directory (AAD) integration.
Feature - User Metrics
Understand user behavior to improve your app. Track app adoption
through daily active users, monthly active users, and net new users.
Measure customer engagement through session count and verify your apps
reliability day by day with Crash Free Users.
Nuget SDK's are available for various Windows and Xamarin platforms.

50% of my chrome extension users disappear, ideas?

My extension has a few hundred downloads daily.
For every user that installs I create a user in my database.
I report back to the server that the user is still active every time the extension starts and every 2-3 (random range) hours after that.
I've set the uninstall url so when a user uninstalls the extension a page opens and I mark the user as uninstalled.
I see roughly 10% uninstall rate within two days of the install.
The problem is that 50% of the users disappear, meaning they do not report activity for a week or more.
I've managed to rule out:
Users disabling the extension.
Users syncing the extension across machines, then removing on one machine which removes it from the rest of the machines.
What else can it be???
Did anyone else experience that?