SDK Mismatch Errors UNSUPPORTED_SDK_VERSION_ERROR on android from OSX development - microsoft-band

using android studio 1.5.1
JRE 1.6.0
with the newest Android band sdk microsoft-band-1.3.20105.2.jar
developing on osx 10.11.2
targeting a galaxy not SDK version 22 (min version stated as 17)
trying to run the sample code
BandInfo[] devices = BandClientManager.getInstance().getPairedBands();
throws
UNSUPPORTED_SDK_VERSION_ERROR
What am I doing wrong?

Most likely the error message is "The version of Microsoft Health installed does not support this application. Please update to the latest version of Microsoft Health.".
So, all you should have to do is update the version of Microsoft Health you have installed on your phone.
Each new version of the Microsoft Band SDK appears to only work with the latest version of Microsoft Health, as it is that application that holds on to the Band's Bluetooth connection.

Related

Build iOS App having Google Sign with support for Mac

I have manually embedded the Google Sign In framework into an iOS app with the .bundle and .framework files.
After adding the Mac as deployment target with the most recent Xcode and macOS Catalina versions I get the following error message when trying to run the app on the Mac.
Building for Mac Catalyst, but the linked framework 'GoogleSignIn.framework' was built for iOS + iOS Simulator. You may need to restrict the platforms for which this framework should be linked in the target editor, or replace it with an XCFramework that supports both platforms.
Can I somehow fix this problem? Or do I have to wait for Google to release a new version of the framework that is compatible with both iOS and macOS?
If the framework is open source, you can open its Xcode project, enable Catalyst and recompile.

Xamarin forms ios sdk versions mismatch issue

I recently updated my Visual studio for windows and mac. I also updated the Xcode to 10.2. The visual studio 2017 for windows version is 15.9.11 and the xamarin ios sdk version is 12.4.0.64. My visual studio version of mac 2019 community is 8.0.2 and xamarin ios version is 12.8.0. Why I did these updates is I got a mono version mismatch issue when compiling ios app. After these updates the mono version conflict resolved but now it shows xamarin ios version mismatch error. How can I solve this? I am trying to solve these for some days. Any help is appreciated.

Xamarin Forms NU1202 & NU1608 Error

I tried installing xamarin forms in my computer today then tried to make a blank cross platform proj. after I run the proj using xamarin live I get this error:
Start Android SDK Manager
and select the latest Android 8.1 Platform SDK (API 27)
In the Android Project properties, select "Use latest Platform (Android 8.1)"
Now restore the NuGet packages and rebuild the app.

why i didnt could started with the band?

im having problems with the installation of the nuget packets for the microsoft band sdk, im using visual studio 2015, in a pc of 64 bits, i have a warning:
could not install package microsoft.band 1.3.10702.you are trying to
install this package into in a a project that targets NETFramework,
Version=v3.5, but the package does not contain any assembly references
or content files that are compatible with the framework,for more
information contact the package author.
any help?
The Band SDK supports only Windows (Store) 8.1 and Windows Phone 8.1 applications. It cannot be used with a Windows (desktop) application or one that targets an older version of the .NET Framework (such as v3.5).

Building to iOS from Cordova Tools using old version of iOS platform

When targeting iPhone 6 as my simulator the incorrect splash screen is loaded which is forcing the WebView to upscale.
I can navigate into the cordova project on OSX in the remote-builds folder which allows me to discover that the iOS platform version cordova is using is 3.6.3, where the latest is 3.7 which has the fixes for iOS8 and splash screens for iPhone 6.
I need to be able to tell the remote agent to use the new platform to build, not the old one. Is that even possible? Do I need to wait for a new version of the remote agent / cordova tools for VS?
Steps to manually update the Cordova version in Visual Studio is documented here. Refer the section "To update vs-mda-remote on your Mac to a different version of Cordova". Please note that Visual Studio CPT3.0 support Cordova CLI 4.0.0, you can find more info on CPT3.0 here

Resources