markchristopherng

Results 20 comments of markchristopherng

Using suspendCancellableCoroutine we were able to wrap the callback as follows; ``` lifecycleScope.launchWhenStarted { branchManager.init(this@StartActivity) { branchUniversalObject, _, _ -> // process branch link here } } } ``` ```...

Having the same issue where on a poor internet connection Branch can take up to 30 seconds to initialise, lots of customers are complaining about app slow to load

you can use the following solution to set a timeout for the overall init() https://github.com/BranchMetrics/android-branch-deep-linking-attribution/issues/880#issuecomment-739669517

Hi @doniwinata0309 I am not sure if you are stilling using this library however Gradle 8.0 came out this week and I got the following error when running with the...

Hi @doniwinata0309 thanks for that, we were able to build successfully because we don't use configuration caching but when you do get it all working please share the code. Also...

we were thinking about doing the same > For our DH3 replacement, we just use simple kotlin classes to handle intent extras, so no more library in our case to...

> [henson-plugin.jar.zip](https://github.com/f2prateek/dart/files/10753379/henson-plugin.jar.zip) this is the jar, or if u want to run just run ./gradlew henson-plugin:assemble and copy the jar Thanks alot saves me from cloning the projects and building...

Hi @doniwinata0309, when i turned on configuration caching I got the following issues with the prebuilt jar. The jar works if we don't use configuration caching though Configuration cache problems...

Hi, we also require this for our wear app where Google requires all wear apps to be on a seperate track by end of August 2023 https://support.google.com/googleplay/android-developer/answer/13295490?hl=en

Quite a few, firebase and playservices being the main ones which Google will update one day. Jetifier adds to the build time but I imagine we will be using Jefitier...