I am a beginner of iOS development with XMPP, I develop the iOS XMPP instant messaging app with the tutorial in this link >>> http://code.tutsplus.com/tutorials/building-a-jabber-client-for-ios-xmpp-setup--mobile-7190
And now I run my project it is not connecting to my openfire server and there are no errors displaying. I heard some developers they had solve relevant problems by "enabling" SSL certificate in iOS client in this link >>> Unable to connect openfire server using ios client. Do I have to enable it? and how to enable it?
I am using xCode 4.6.3, Mac OS version 10.7.5, iOS 6, Can I post the code of my AppDelegate class for better review? but there is kinda lot of lines of codes.
Thank you.
Related
I am working to build the PJsip project for iOS 16(i.e Xcode 14) where I am using the “c” based library PJsua. I am able to make calls using free SIP accounts created on Antisip.com.
Problem: Not able to hear any sound on my iOS device after the call gets connected to my VoIP server(which is modified to play only the recorded message).
I have analyzed the server & mobile app logs but have not observed any errors. Also haven’t noticed any difference in server logs for calls done via old and newly built PJSip project.
I did a lot of research on it but am still stuck on this sound issue. I am not sure if I am missing anything related to audio configuration or if anything is specifically required for iOS 16.
Other details:
TransportType: TLS
OpenSSL: 1_1_1r
Server: kamailio (5.2.0 (x86_64/linux))
Kindly help if someone has any idea on this.
NOTE: Although, not facing any issues and able to hear the voice if the call is made using previously built(using iOS 11 SDK i.e Xcode 9) PJsip project.
I am getting an SSL error only when using while using WordPress for IOS I cannot view nor connect to my wordpress site from my IOS devices. After over a week of troubleshooting with my host and wordpress for ios the issues still persist and no one seem to figure out what the problem is.
iOS has new TLS restrictions as of iOS 13. I created a package written in Obj-C to handle sockets, and I also included a lot of good info in the readme about how to correctly configure certificates given the new restrictions.
https://github.com/eamonwhiter73/IOSObjCWebSockets/tree/master
Can you please let me know if Smack library can be used in a iOS client app to connect to an Openfire chat server ? Appreciate any starting leads you could give.
You can refer to github: https://github.com/robbiehanson/XMPPFramework
It is the XMPP framework in Objective-C and is suitable for Mac and iOS development communities.
I have an app to connect to a WebService, with Wifi is working correct but with mobile data not working. I testing in IOS 10.3. I think that is a problem with permissions in plist. What do I do?
Thanks
I have just started to work on chat application in iOS and I have integrated xmpp-messenger-ios library in my project. Now i want to connect to openfire server? I have tried Github source code but its complex here is the link https://github.com/processone/xmpp-messenger-ios
Please help?