-
As of Matomo SDK 6, the first line of the convenience initializer is the following assertion.
```
@objc convenience public init(siteId: String, baseURL: URL, userAgent: String? = nil) {
assert(base…
-
I use the globalMinSdkVersion = 19 but bulid failed.
Error:com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
-
I have setup my server with Matomo and running successfully with 2 website trackings. I wanted to add analytics for my android application. So created a new website with siteid 4. And added below code…
-
**URL**: https://www.moniteurautomobile.be/critere--fiabilite/les-mieux-notes-par-proprietaires.html
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android 8.0.0
**Tested Anothe…
-
### What happened?
I just copied a apk file from /data/app/com.newnote and pasted it to /sdcard/. Then the apk got pasted and the file size was wrong.
### What did you expect to happen?
I hope, t…
-
**URL**: https://themighty.com/2018/04/types-of-fibromyalgia-pain/
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Some…
-
Hello,
Running `COMPOSER_MEMORY_LIMIT=3G composer create-project pimcore/demo-basic .` on an environment having PIMCORE_ENVIRONMENT set to `int` (this is our integration server) leads to an error:
…
Yivan updated
5 years ago
-
#### What are you trying to achieve?
Run Unit suit tests
#### What do you get instead?
PHP Phatal error
> Provide console output if related. Use `-vvv` mode for more details.
```bash
C…
-
Is it possible to change the protocol? For example to use "rest://example/id/..."?
When I set.setApplicationDomain("rest://"), an http: is always prefixed...
-
Here is the code that crashes my app inside the MainActivity onCreate():
`TrackHelper.track().download().with(tracker);`
The rest of the tracker works fine so far, I am seeing events on the server…