Hi everyone! My question is about the Charles-proxy certificate - ssl-certificate

My question is about the Charles-proxy certificate. I've already installed Charles on my laptop. The real problem is when I tried to install it on my mobile. I have a Xiaomi with the android 11 version, with this one is impossible. I did everything I could. I have another mobile a Moto G. When I try to link the mobile with Charles I couldn't see the connection between the mobile and the laptop. Can somebody help me?
Thanks in advance!

Related

What is the use of uploading certificates in server in wso2-emm 2.2.0

I am using Wso2-emm 2.2.0 in my ubuntu machine and currently I am just exploring the web console for my future project. While going through Configuration Management > Certificate Configurations, I am not able to find the use of uploading certificates (in .pem format) in the server.
If any such use is there please tell me because my project needs installation of X.509 digital certificates on android, ios and windows device for achieving BYOD implementation.
Thanks in advance and help is appreciated
gaurav sharma
This is used to enroll devices using mutual SLL.
This feature is only allowed for android devices only.

Apple iOS App Reject: Alamofire IPv6 not Supported

Recently we submitted the new version of the app for review, it hasbeen rejected
Your app crashes on iPad and iPhone running iOS 9.3.5 connected to an IPv6 network
But i only used the Alamofire 3.4.1 for API Requests, with a domain name (not IP Address), and it is IPv6 Compatible
Here is the results of the ipv6-test.com
Our ISPs not Providing IPv6 Only network, to check our app, We followed this procedure to setup the IPv6 in Mac, then it works here, after we submitted the build again, but it again rejected for the same reason
Can anybody suggest, how can we troubleshoot the issue/ is any thing wrong in my current environment
Try delete AAAA record of your domain.
So that your app can use NAT64 network to access your server other use ipv6 directly.
And it may help debug the issue.
We finally found that the issue is not regarding IPv6 or Alamofire, it is working fine - My app crashes in IPAD for the UIAlertController Popover Source Rect not set, after that we resubmitted the app and it is approved
These may help someone
https://forums.developer.apple.com/message/176301#176301
https://forums.developer.apple.com/message/176303#176303

How do I install WebRTC in my own server (Windows Server)

I just hear about WebRTC and want to do some test with this potential technology.
Could you guys please guide me how to download and install WebRTC in my server (using win 32).
And what I should consider about for codec...etc...
Thank in Advance
What about the getting started guide from the official reference documentation?https://webrtc.org/getting-started/overview

Win 7 Phone MMS .Net

I was wondering if anyone knew how to update the mms settings via code on a windows 7 phone. I have seen some apps out there that update your settings but those were for the HD7 phone. Any suggestions our appreciated.
I highly doubt there are any non-OEM third party apps that did that. The app you saw must've been from HTC themselves, who have more access than standard thiry party developers.

MAC IOS IPC: how to write P2P applications in MAC and IOS?

I'm looking for a way to communicate between a MAC application and an IOS one. Communication should be peer to peer, as IOS application shoul dbe able to send requests to MAC app and the other way around.
I'd be grateful for any hints you might have.
Cheers,
Andrea
Apple Bonjour is the way to go:
http://en.wikipedia.org/wiki/Bonjour_(software)
http://www.mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/
Especially the sample project from the last link might be useful.