running WCF service on background - xamarin.android

I am using xamarin android for my android application development.
I have WCF Post services in my activity, when I click the button that WCF Post service should run on the background service of my android app. The service should continuously working evenafter I go to other activities and layouts.
Can anyone help me to resolve this issue.
Thanks in Advance,

Related

Swift4- Is there any way to build an chatting app without fire base

Swift4- Is there any way to build an chatting app with normal api with web service with no fire base ?!! Any help any tutorial
Yes there are so many ways of building chatting app. You have to choose backend or technology which helps you to maintain continuous connectivity between your app and your backend server which stores your chat data.
You can use https://socket.io, https://nodejs.org/en or SignalR, etc. based on which suits to your backend or requirements.
I hope this will help you.

PushNotification options for c# server to iOS device

Is it possible to use OneSignal to create a native PushNotification to an iOS device from an asp.Net server? What's the difference between OneSignal and PushSharp? Is the difference that I would have to setup OneSignal on my mobile app instead of just allowing the app to hit endpoints on my server to register/unregister for pushNotifications(Which I was planning to use PushSharp for)
The webapp is currently being hosted on Azure, so the notification hub is an option too. But would the communication hub make me be tied down to azure?(Say I wanted to host my webapp on a different service and maybe change the server code to node)
On mobileApp startup, I'd like to send a request to the server to register the device token. It'd be best if I didn't have to config the app.
edit: I also contacted OneSignal with questions, I'll report back with any findings.

Openfire Meeting iOS Implementation

I have set up openfire on my EC2 ubuntu server with openfire meetings installed.
Focus user, test users, group chat and ofmeet are configured using admin console http://myserver:9090/.
Multi users video conference is working properly on chrome browser using https://myserver:7443/ofmeet/?r=testroom.
Now i want to implement this in an iOS app and i have no idea where to start.I did look into some demo projects but still unable to figure it out.
Can someone please help with this? If anyone has worked with something like this please let me know. Thanks
Try the following jitsi projects
https://github.com/jitsi/jitsi-meet-ios
Or
https://github.com/jitsi/react-native-webrtc
The Openfire Meetings plugin is an implementation that wraps various Jitsi projects (such as VideoBridge and Meet). To create a native client that works with Openfire Meetings, it is advisable to use the native client implementations as provided by the Jitsi project.
A good place to start are the React-Native based SDKs that are part of Jitsi Meet:
https://github.com/jitsi/jitsi-meet/tree/master/ios
https://github.com/jitsi/jitsi-meet/tree/master/android

Xamarin iOS SocketException after azure synch

I am new to Xamarion iOS. I am developing a Xamarin iOS app. I have a running azure mobile service with tables ToDoItem and Expense. If download the Xamarin iOS sample To Do List app from azure portal, everything works fine, but I added the azure mobile services libraries (similar to sample) to an existing Xamarin iOS app. Now everything works and i get the data also, but after receiving data from azure after some time the app crashes with a SocketException with a message that socket has been shutdown.
Note: I am using offline sync approach to get data from azure.
Any help?
It's hard to know what's going wrong with just that description. I recommend that you add some logging code, or use Fiddler to trace the outgoing requests.
Here's a sample delegating handler, and the repo has a full client sample for Xamarin: https://github.com/paulbatum/FieldEngineerLite/blob/master/FieldEngineerLite.Client/FieldEngineerLite/Helpers/LoggingHelpers.cs

BES10 Blackberry Device Service and Client Application Communication

I just started working on BES10 for Blackberry 10 devices, for Mobile Device Managerment(MDM) . I just gone through the documentation that are provided in the link http://docs.blackberry.com/en/.
Based on the given information, I understand that, I should have Blackberry Device Service configured in one machine and a client application.
Now my question is how does server notifies the client application to enable/disable particular settings, and what is API. If possible please provide a snippet of code. Thanks in advance.

Resources