Here Tracking Device Limit Only 10 - here-api

I would like to know how to add more than 10 devices using here .Will I need to purchase something to do this or is it actually the limit ?
Thank you

Yes,it is limited to max 10 devices and the limit can only be raised by switching to another plan. please connect our sales team for this.
https://developer.here.com/support-plans

Related

Crash free user statistic variation

I was checking the crashlytics on firebase. I was seeing crash free users as 92.66% but it is not matching the actual crashes and the users.
The number of users who experienced crashes are 148
The number of active users in the same time periods are 8500
So the number of crash free user should be 8500-148 = 8352 crash free users
And the crash free percentages should be (8352/8500)*100 = 98.26% crash free users
As we can see, there is huge variation of 5.4%. Can someone help me understand what am I doing wrong.
The crash free user stats is not an average but an aggregate. Check this document, it explains how this is calculated.
A screenshot of the chart would help, it usually doesn't have big variations.
However something that I've noticed is that the total users is based on the downloads and not on the number of users that had a session during the period. (active users)

What are the rate limits for Image-Charts?

We are using Image-Charts as a replacement for Google Image Charts for a dashboard.
When attempting to render a large number of charts, our requests begin to receive 429 Too Many Requests errors.
We tried searching the documentation, but could not find anything about limits.
Are you able to share any limits? Are there different limits between the free and paid plans?
Disclaimer: I'm Image-Charts founder
Current rate limit is at 80 requests per second.
If you go over that point and need a custom plan please contact our support :)

Incremental billing with woocommerce

I'm looking for a recommendation of a payment method for woocommerce that will allow for the following:
Let's say the client wants to spend 10 000 schmeckles, but we don't charge the full 10 000 schmeckles. We want to bill the client as he/she uses the money. So they will commit to 10 000, but at every 250 schmeckles worth of services used we want to bill 250.. until the 10 000 runs out.
I'm not sure what this is called and I tried googling it, but no luck.
Does anyone have any recommendations that I can use as a starting point please? :)
Thanks!

Android notification channel maximum count

I am new to implement Android notification channel in Oreo. What is the maximum number of notification channels for a single application. Can we create unlimited channels or it has some count?
As far as I know there is no limit on the number of channels an app can create. The only purpose of NotificationChannel is to give more control of notification behavior to the user. It is no way to reduce the number of notification per app.
You can read about Notification Channel in detail at Create and Display Notification on Android Oreo | With Example
There is a limit that is not documented on the number of channels you can have at the same time, but no limit on how many times you can create a channel, as long as you have deleted other channels.
The file PreferencesHelper.java contains a limit that is currently set to 50.000
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/services/core/java/com/android/server/notification/PreferencesHelper.java
And this is being used to restrict the creation of more channels when it goes over that limit, throwing the exception "Limit exceed; cannot create more channels"
Unfortunately that value is not publicly accessible, so any limit check you might want to implement will have to be hardcoded by yourself. My suggestion is to set your own limit to a number that you think starts being unreasonable, and when that is reached you run a check on your notification channels to figure out what is going on, and fix it. For example, if your app will never need more than 5 channels to be created, then setting the limit to 6 would be a good way to start.
The commit https://github.com/aosp-mirror/platform_frameworks_base/commit/f528b337dd48b7e8071269e07e610bd4a3668c75 update the max notification channel to 5.000
Coming with Android Oreo, Notification Channels are something a developer uses to break down the notifications his or her app can give to us by type. The channels are decided by the people doing the developing, and the idea is to give us a way to separate out the notifications that are important to us from the ones that aren't, then decide how they will be shown. Some apps will have a lot of different channels. Some will have just a few and some will have only one.
In versions of Android before O, a developer used what was called a priority level to decide how to show you a notification. If they felt the notification was important, they could set it to peek (show a visual indication on your screen) or make a sound, or both. If they felt it wasn't it would just be placed in the tray for you to see the next time you went through them.
Now they break things out into channels and we get to decide how each type of notification is displayed. All notifications of the same type (for example, a reply on your Twitter feed) are placed into the same channel without any other types of notification grouped with them.
As a bonus, apps that allow us to use more than one account can have channels for each combined — your personal email and work email can follow the same rules and show you things the same way no matter which accounts received the notification.
You should read this:
https://developer.android.com/guide/topics/ui/notifiers/notifications.html#ManageChannels
Example:

how to resolve the max count 25 limitation of watson conversation intent

I want to develop one robot using watson conversation, this robot can answer some frequently asked question about my application. Here is my thinking, every question has its own intent, and the answer will be returned by response. but I have over 50 questions, that means I need to define over 50 intents, but watson conversation limited 25 intents for one workspace. Does anyone have any idea about how to resolve it? Thanks.
There are two options for you
Purchase Standard plan ($0.0025 USD/API call)Includes upto Up to 2000 Intents.Check out more on pricing here
Link similar questions together and try to reduce the questions.For example, take two questions regarding Bank withdrawals and Bank deposits could be asked in one intent as Bank transaction and then put type of transactions as entities(dialogue box condition as entities).
And besides that limit, there is another one: max 1000 API queries/month. It if fine for a proof of concept or to development phase. If you intend to go to production, you should purchase a plan. https://www.ibm.com/watson/developercloud/conversation.html

Resources