Community
Remove bitcode from Validic iOS Aggregator Library?
As of Xcode 14 Beta 2, Bitcode is officially deprecated.
The App Store will no longer accept bitcode submissions from Xcode 14.
> Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.” The capability to build with bitcode will be removed in a future Xcode release.
[Apple Developer Documentation](https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes)
Posted by Steve L about 1 month ago
Build Fails during PhaseScriptExecution
ruby: No such file or directory -- copy-validicmobile.rb (LoadError)
Command PhaseScriptExecution failed with a nonzero exit code
Posted by Eric Schmidt - Medtronic about 2 months ago
Does validic sdks iOS and Android support localisation of diffrent languages?
Does validic sdks iOS and Android support localisation of diffrent languages?
Posted by Bhupinder 2 months ago
How to check validic saved data
I am not able to check if data is saved on validic.
Posted by Ashwani Choudhary 3 months ago
Install react-native-validic-session
Hi,
I am following this link https://helpdocs.validic.com/docs/react-native-framework-wrapper, trying to install react-native-validic-session in my Android project. Did npx install and npx link ( assume I can skip the manual part). Then I tried to npx react-native run-android without modifying anything of the RN template project. Got below lint error. Can you please advise how to fix it?
* What went wrong:
Execution failed for task ':react-native-validic-session:bundleReleaseLocalLintAar'.
> Error while evaluating property 'hasLocalAarDeps' of task ':react-native-validic-session:bundleReleaseLocalLintAar'
> Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :react-native-validic-session project caused this error: ../../ValidicBLERN/node_modules/react-native-validic-session/android/libs/validicmobile-shared-release.aar
Posted by Tao Zhou 3 months ago
Unable to read the readings from Welch Allyn RPM-BP100 (Series 1500) Blood Pressure Monitor
Hi, I am working on Welch Allyn RPM-BP100 (Series 1500) Blood Pressure Monitor to get the readings on ios, The device gets paired to my phone via bluetooth without any issue but I am unable to get the readings from it.When I try to read the readings an error displays "An error occurred during bluetooth communication.Please try again".It is only happening in ios on android it is working fine.
Libary we used:
ValidicMobile.iOS_.Full_.1.12.17(Xamarin)
Posted by Manohar 4 months ago
Getting duplicate data from multiple sources for Sleep
When syncing data from apple health, we are getting duplicate data, since apple health is connected with multiple sources like apple watch, third party apps and so on. Is there a way to identify the source of data and priority source option in the apple health?
Posted by Swathika 10 months ago
How can we get organization id and userid
How can we get organization id and userid
Posted by amit gupta 11 months ago
True Metrix AIR
When I try to read from TRUE METRIX AIR I got this generic message
Error Domain=kVLDBluetoothErrorDomain Code=0 "An error occurred during Bluetooth communication. Please try again." UserInfo={NSLocalizedDescription=An error occurred during Bluetooth communication. Please try again.
Device is successfully paired before trying to read.
Posted by Bane about 1 year ago
Connection Error in Android 11 Version
Hi,
I am using Cordova Framework, I am able to connect bluetooth device and successfully read the data in Android Version 6.0.0.
But I am not able to Pair in Android 11 Version. I am getting error like this:
{
error: "An error occurred during Bluetooth communication. Please try again."
peripheralID: 13
}
Posted by Chandu over 1 year ago