I want to use Azure service bus in my iOS app to communicate with server i have went through the below link. its pointing to C#.Need suggestions to work on iOS.
How to connect to a relay service hosted on the service bus in iOS
306 Views Asked by Vihari At
2
There are 2 best solutions below
0
m_sajid
On
WCF supports both RESTfull and classic SOAP style messaging but using lightweight json requests in a RESTfull service would be better from a mobile app.
read the following article for details. but you don't need to write custom autostarter if you are using IIS 7.5 or greater with appfabric, since it has autostart functionality in built. http://msdn.microsoft.com/en-us/library/hh966775.aspx
if you don't need request-response messaging pattern then you can also consider service bus queues for persistence, and your on-premise process can pull and process the messages at its own pace.
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in IPHONE
- How to control the volume of an iPhone programmatically in objective-c
- my website crash on safari The site sometimes crashes and I can't recover the crash
- Postal Framework crash in iPhone but runs successfully in simulator
- Xcode 15 building failure when using iphone 15 as simulator, using ios 17
- Images uploaded via Active Storage not displaying in Active Admin or on certain devices
- Any problem with creating provisioning profile with old Iphone?
- Does anyone know how to make iPad layout the same as iPhone's? Size wise the text and overall layout get's smaller when I run the app on the iPad
- Keyboard not appearing when connecting smart card reader to iPhones with type-c port. i.e. iPhone 15/ 15 pro
- Access the list of SIM mobile numbers installed in the iPhone
- Can we produce haptics and record from microphone the haptic sound at the same time on iOS?
- SwiftUI's localized string do not load from main bundle despite using the main bundle identifier (an xcode bug?)
- Cordova iOS only app upload through transport requires WKWatchKitApp
- Amazon s3 video is not played on Iphone
- build getting failed for ios xcode build -flutter app
- "Error when Importing 'mysdk' into iOS Demo App: dyld Library not loaded: @rpath/MQTTClient.framework/MQTTClient"
Related Questions in SERVICEBUS
- Producer Batching Service Bus Vs Kafka
- Local Azure Function Service Bus Trigger doesnt pick up messages but no information
- Azure ServiceBus: created Shared Access Policy for queue programmatically
- .Net communication between API and Azure functions app
- ServiceBus Processor - Dont concurrently process messages for the same session
- .NET - How share data between service and azure function
- Azure Service Bus access error: System.Net.WebSockets.Client: Unable to connect to the remote server
- Reconfiguring Service Bus and Workflow Manager to use the new certificate
- How to write an Azure function trigger for a new Azure service bus entry in JavaScript?
- How to exit application when C# ServiceBusClient can't connect to Service Bus
- Can ApplicationProperties/CustomProperties be set on the ServiceBusMessage when working with ServiceBusOutput-outputbinding in C#?
- Need to set up alert if messages not consumed in service bus queue?
- Difficulty in Identifying Working Messages Amidst Unknown Message Types in ServiceInsight
- Azure Service Bus Subscription filter not working
- I want to consume two bus service topics
Related Questions in AZURE-SERVICEBUS-QUEUES
- Azure service bus - processing multiple messages in parallel (MaxConcurrentCallsPerSession)
- Recommended way to Limit Azure Function Service bus Trigger Concurrent message processing when using App Service Plan
- Add Retry Policy V2 Model Python Service Bus Queue Trigger
- duplicate runs with built in service bus trigger in logic apps standard workflows
- Why to use await keyword on Azure service bus processor class StartProcessingAsync method?
- Azure service Bus geo-recovery automation using az bash commands
- What's the isolated-process equivalent to in-process ServiceBusSender bindings in Azure functions?
- C# - Azure Service Bus deployed in VM suddenly hangs and stops processing messages
- How do I add a message back onto the queue from a Service Bus triggered Python Azure Function without raising an exception?
- How does the maxMessageCount work in service bus trigger?
- Messages to Azure Service Bus produce successful requests, but no messages in the queue
- Design architecture for integrating with a 3rd party payment provider
- Sequential Number Generation Issue in Loop Using Queues
- Logic app workflow failing with error "VNetPrivatePortNotConfigured"
- How to create 1 instance of Azure Function per Azure Service Queue message
Related Questions in AZURE-SERVICEBUSRELAY
- Azure Service Bus WCF Relay functionality without using Hybrid Connections
- Azure Relay - Not able to Consume/Receive events via Azure Hybrid Connection with Node
- Keep Azure WCF http relay alive
- Calling AzureRelay http endpoint with URL length of more then 450 characters results in error 500
- Is it possible to configure an Azure Relay listener that responds to the local addresses also?
- Throttle the call to downstream systems
- Communicate Azure App Service to locally hosted IIS WCF Service
- Can I Access Azure Service Bus Relay Using RBAC?
- What is max throughput and message rate a message unit can support in Azure Service Bus
- How to implement an HTTP relay / tunnel to access a web app?
- Get the details of Listeners on Azure Relay
- How to configure load balancing strategy for WCF http relay
- MassTransit vs official azure service bus client sdk
- Access Shared Folder Via Azure Hybrid Connection
- How to setup azure relay hybrid connections using C# to connect to on-premises SQL Server?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You may want to consider using
WebHttpRelayBindingfor your service so you can hit the Azure endpoint using HTTP / HTTPS.