SignalR for Swift iOS native app - ios

i've read this article but it uses xamarin
http://components.xamarin.com/view/signalr
So anyone have tried and tested a SWIFT library for build a signalr (versione 2.x) ios native app?
Thanks

There is a work on-going:
https://github.com/adamhartford/SwiftR
I wish Microsoft can build an official ios client for SignalR

No, because Xamarin is not capable of building a [static] library that can be consumed by a Swift app.

Related

SignalR with react native app and c# website

Is there any way to connect signalR to my React native app
Previously I had a web version in ASP .net and in that I had implemented SignalR.
But now we have to develop a react native App and also integrate chat in it.
So is there any way to connect with the same server and methods in the App?
This is good library to connect signar hub with react-native.
https://github.com/olofd/react-native-signalr
Only issue is that its not updated in a long time. we use this in our app and it works as expected.

Skype integration with Xamarin iOS

We are developing iOS app in Xamarin and we have one requirement to integrate O365 Skype integration. I can see there is SDK available for iOS native but couldn't find anything for Xamarin.iOS. Anyone please help me out.
What you look for is called a iOS library binding.
If someone already created it and made open-source you can look for it. If not - it is necessary to you to do a binding.
Please see reference https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/ about ios libraries bindings.

Difference between iOS SDK and Framework?

I am a newbie to the iOS and cocoa touch development i would like to know exact difference between and SDK and framework. Thanks in advance.
SDK -> it is using for developing application
framework -> it is present inside the SDK to make your code easy,to access device properties..etc
This both is very important to develop app.

AWS SDK Integration in iOS App

Any one has integrated AWSPersistance Framework or Dynamic DB Framework in iOS App ?
I wanted to know how it is used and when can we use these frameworks in iOS App. I have tried using AWS S3 framework and AWSRuntime framework.
I am not finding a good link where in we can see the step wise integration of Dynamic DB and Persistance framework.
I downloaded the iOS AWS SDK from link :https://github.com/aws/aws-sdk-ios-v2.
Appreciate your help!!
Regards,
Bhat
The AWS Mobile SDK for iOS v2 does not have AWSPersistance framework. It has a new AWSDynamoDBObjectMapper. You can take a look at a sample here to get started with the object mapper.

MasterPass Integration iOS

I have to integrate MasterPass sdk in iOS application. But I am unable to get any sdk for iOS. Has anyone integrated MasterPass SDK in iOS app?
Any help is appreciable.
There is no iOS sdk for master pass integration in iOS . You need to use the browser integration for masterpass , or you can use the API's for native implementation .You can neither open UIWebview with the url for masterpass integration.

Resources