Bob Huang

Results 8 comments of Bob Huang

No solution yet, I have to disable plugin on Android 7 phones for now.

@parkej60 Sorry I have not checked this page for while, I downloaded the latest jar from: http://altbeacon.github.io/android-beacon-library/download.html I also tried downloading the source and compile myself: https://github.com/AltBeacon/android-beacon-library Always the same...

I have an idea, is it possible to set ForegroundBetweenScanPeriod to 5000ms when android is 7.0 and to the default 1000ms when it's not? Does the config.xml platform section allow...

Thanks much @nozzlegear , looking forward to the new version 6 of ShopifySharp. Keep up the good work!

@clement911 I would choose the second option and allow users who are not ready to upgrade yet to still be able to receive updates and fixes, though it will create...

@nozzlegear Thank you so much for getting back to me so quickly. Unfortunately I have tried both the latest build 6.13.0 and installing System.Text.Json 7.0.3 (and 7.0.0 which the error...

@AllisterChambersP @nozzlegear Thank you so much for the pointers, since I have the code as an Azure function (.NET 6.0), binding redirect using config file is not possible, I had...

I got this working with Azure Functions. By adding these: ``` true ``` to my csproj file after adding System.Text.Json 7.0.3 or above to the project. Reference here: https://bryanknox.github.io/2022/07/15/functionsskipcleanoutput-and-functionspreserveddependencies.html For...