...
Code for the sample apps is available in the full IOS and Android Native SDK packages available at this download location for Validic Inform Mobile clients. If you don’t have access to the full IOS and/or Android Native SDK packages, then you should reach out to your Validic CSE to discuss your options for getting access to them.
The sample app code is only available for current clients and isn’t included in presales SDK packages
How to build the IOS Native sample app in Xcode
Install Xcode 14+ using the Mac App Store (or download directly from Apple’s Developer Portal)
Open Xcode 14 at least once to make sure the install completed
Download and unzip Validic’s iOS Full SDK 1.14.1 latest version from the Mobile Portal
Open the
Validic.xcodeproj
file from the unzippedSample App
directoryClick “Trust and Open” if prompted with a security warning
At this point the Sample app can be built and even run in the Simulator - all dependencies are included and no setup is required.
...
To get Samsung Health to cooperate, you would first need to provide your ownsamsung-health-data-1.5.0.aar
file and update the path to it at the bottom of./build.gradle
before trying to do any build in Android Studio. You can use your Samsung Developer credentials to download the SDK package on this page.
If you don’t have your own samsung-health-data-1.5.0.aar
, then I suggest using the mini apps included in the Example Apps folder to isolate the element of the SDK you are wanting to test with the sample code.
...