Sinch JS browser SDK working yet on IOS and Android? - sinch

We've been using Sinch JS SDK on OSX and Windows, but were told it doesn't work on IOS or Android. Now, there is the IOS native app SDK, so shouldn't there be support for the JS SDK as well?

It all comes down to that the web views dont have webrtc support (or well some android does, but its complicated)

Related

Teams Personal app Compatibility: Can we show unsupported message in teams app for ios and android?

In teams personal static apps for compatibility, the app should support below OS or browsers:
Microsoft Windows
macOS
Microsoft Edge
Google Chrome
iOS
Android
But the app we are building don't support the android or IOS versions, can we show graceful failure message in IOS/android or inorder to pass the app submission we should make it working in IOS or android versions too?
As per Microsoft Teams store validation guidelines Policy,
Tab experiences must be fully responsive on mobile (Android and iOS).
Please get in touch with teamsubm#microsoft.com if you have any further questions.

Xamarin ios app to run on Mac with mac-catalyst

we're currently wrapping up our cross platform xamarin forms app that is being deployed on android, UWP and iOS.
Just wondering with the introduction of Mac Catalyst has anyone had any success or information on making their xamarin ios app run natively on the mac using this feature or would they just be using xamarin.mac?
Through this thread, it looks like the mac-catalyst of xcode11-feature has not been supported so far.
And you can follow this issue link to track the process of adding support for Catalyst.
Will be available with .NET 6 this Fall (2021). According to their plan.

Play audio/sound in Xamarin.Forms

May I ask about how to play the audio from Xamarin.Forms in Xamarin.Forms Portable?
As I known got Dependency Service , I saw a few sample that only got iOS and Android but does not had Windows Phone 8.1/Windows 8.1 and UWP.
This plugin (which I have never used) does support Mac, Android, iOS, and UWP but does not look like it currently supports WP 8.1 or Windows 8.1. You may be able to look through the code and get a better idea about how you could accomplish it on your own though for those platforms.
https://github.com/martijn00/XamarinMediaManager

Ionic, cordova, phonegap, jquery Bluetooth plugin

I want to create a mobile app with Ionic. I need a bluetooth plugin that can connect multiple devices regardless of the operating system (can be ios or android).
Does cordova or phonegap or jquery support this?
There are several Cordova plugins to manage with bluetooth, see:
http://cordova.apache.org/plugins/?q=bluetooth
For example:
https://github.com/randdusing/cordova-plugin-bluetoothle
or
https://github.com/don/BluetoothSerial
These plugins are available both for iOS and Android, and as Ionic is based on Cordova you can develop your Ionic app using all Cordova plugins.

How can integrate JWplayer mobile sdks with xamarin android and monotouch?

Is there any jwplayer sdk available for both xamarin android and ios? Where can I find a tutorials of integrating jwplayer mobile sdks to xamarin?
JWPlayer doesn't appear to directly support Xamarin. However, you can access any native library from Xamarin by creating either an Android or iOS Binding Library.

Resources