Petar Petrov
Petar Petrov
``` Caused by: java.sql.SQLTimeoutException: The query has timed out. ``` After digging for several hours around this, I completely removed Hikari and used plain SQLServer JDBC data source instead. The...
@hiepnh0 Have you tried removing the `(Required)` and `(Optional)` strings from the profile JSON payload? `"(Optional) en"` would definitely be wrong for the `language` field. Take a look at the...
@hiepnh0 Alright. So, as mentioned in that issue, your device needs to explicitly trust your MicroMDM's self-signed certificate. You need to include the `testpod- nuc7i3bnh.local` public key in the `anchor_certs`...
Sorry for the side question, but is `installAsManaged` only intended for MacOS? I mean there's already the `ChangeManagementState` field that turns non-managed apps to managed. I couldn't really get a...
@jvjvjv About your first question - yes, that seems to be the case as written in the [GA docs](https://developers.google.com/analytics/devguides/collection/ios/v3/dispatch). > By default, data is dispatched from the Google Analytics SDK...
@cmackay Good points about WAKE_LOCK! This is something I've been wondering as well. Perhaps we can solve this by using [Cordova hooks](https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/index.html) and only add dependencies when users specify they...
You should probably migrate to [pushy](https://github.com/relayrides/pushy). It supports Apple's new HTTP/2 APNs protocol and the new iOS 13 header requirements are supported with v0.13.10. If you can't migrate right now,...
@fschaefer I don't use priority for `mdm` notifications. So far they seem to work well without it, at least on my side. Otherwise, I would try with `5`.
Great to hear that @SadiquaAnjum! Be advised that Apple plans to discontinue the old protocol sometime in the middle of 2020. Upgrading to another lib is highly recommended.
@fifiand1 Yes, pretty much like Java socket. This library will no longer work after the end of March 2021.