Yuan Fu

Results 9 comments of Yuan Fu

Did you manage to make it work? I don't know how those commercial SDKs work, they seem fine, like this: https://pathsense.com/ or others like: Radar, Foursquare, Factual. I guess that's...

Hi, @necavit thanks for the great explanation. We encountered the same issue for our app. When our app doing is checking the location on a foreground service every 10 minutes...

Hi David @necavit Thanks for the detailed explanation. Mind if I ask an irrelevant question about app running on the background? In our app, the use case is a geofence...

@jiya4frd I did test the Android Location Manager these days, and it turns out it drains more batteries in some devices like Huawei, our app constantly checking user's location every...

Had the same issue. In production enviornment. "Unknown error. Please contact support"

Having the same issue when the view Visibility is GONE and close the fragment will crash.

Having the same issue when `dataPart` contains emojis. Any solutions? (`dataPart` is a JSON string in this case) ``` if (request is UploadRequest && !dataPart.isNullOrEmpty()) { request.add(InlineDataPart(dataPart, "custom_questionnaire")) } ```

Hi @SleeplessByte thanks for asking, Yeah. I also tried that. but no luck, still have the issue. ``` request.add(InlineDataPart(dataPart, "custom_questionnaire", contentType = "multipart/form-data; charset=utf-8")) ``` ``` dataPart = Moshi.Builder().build().adapter(CustomQuestionnaireAnswerListModel::class.java).toJson(customQuestionnaireAnswer) ```...