Craig MacKay
Craig MacKay
Hi @Hirbod, Currently install tracking is not supported. I would consider adding it to the plugin if I didn't feel that it might impact other users. It requires manifest changes...
I would recommend forking the project if you want to add this. I am not adding libAdIdAccess due to issues it has caused in the past.
If you find a good solution that will not impact other users and you are willing to help in supporting users as a result of your changes, I welcome a...
@petarov Thanks for the info. Yeah I just also looked at both the Android and iOS APIs and those seem pretty straight forward to implement. We could probably add setLocalDispatchPeriod...
Just realized setDispatchInterval is already implemented. Forgot about that. :) But I am adding a dispatchHits() function which can be used to manually trigger dispatching.
I added the dispatchHits functions and I should have it released sometime this weekend. #75 Thanks for adding the feature request. This will allow you manually dispatch the hits. The...
I published the release 1.0.2 to npm which contains the dispatchHits function. I guess I will leave this issue open for the related investigation of background dispatching. Let me know...
I had the same issue and I had to override the CSS to address this issue. Posting here in case it helps your problem. ``` .slick-dots li button:hover:before, .slick-dots li...
Thanks for submitting the issue. I haven't been actively using this for some time and I would assume the dependencies and configs probably need updating. I have another boilerplate project...