1

I am trying send data between iOS device and backend using azure bus service . But all the things that I found on Microsoft azure portal provide Accounts storage methods to azure or through hub providing push notifications.

I am trying to send a "Brokered message"(used for distributed systems) through a queue client using bus service Queue(FIFO). I also came across this method but found that on .net C# not for iOS even Our team here is able to send the data in .net but no luck with Mobile systems(iOS and Android)

Harsh Thakur
  • 293
  • 2
  • 11

1 Answers1

0

You should be able to use REST API for Azure Service Bus from iOS or Android. There's also a good walk-through tutorial you can try.

Sean Feldman
  • 23,443
  • 7
  • 55
  • 80
  • 1
    Thanks for answering, but what i can see in this tutorial , is for .net not for Java or objectvive c/Swift , native langauges for Mobile. – Harsh Thakur Jun 06 '16 at 07:27