Posts

Post not yet marked as solved
3 Replies
540 Views
I've been trying to create an NEFilter based on the SimpleFirewall example code and can't find any examples or descriptions on how to get at the data returned in the readBytes parameter of handleInboundData. I really only want to get the title of the page. If I open a page via an HTTP request I can easily see the html for the page including the title if it exists. It seems HTTPS requests provide the data still encrypted but I can't find any information about that in the documentation or anywhere on the web. The next question will be (of course) Is there an easy way to get that data decrypted?
Posted Last updated
.
Post not yet marked as solved
2 Replies
805 Views
I'm trying to get setup using notarytool and I keep getting back this message... Error: Missing value for '-i <issuer>' Usage: notarytool submit <options>   See 'notarytool submit --help' for more information. I'm using the form... xcrun notarytool submit \<path to product\> --verbose --apple-id \<an Apple ID\> --password \<Application Password\> --team-id \<our Team ID\> --progress --wait All the examples I can find do not use the -I parameter so I'm not sure why it want it. So, how do I get the Issuer ID so I can put it in and see if it makes things happy? I see posts saying it is accessible at this URL... https://appstoreconnect.apple.com/access/api But for me it is not. I also saw a reference saying that the team Agent has to enabled this functionality. But I'm not sure how they would do that. I am an Admin on the account but not the Account Holder. Is this really necessary for making the call to notarytool or is there something else going on here? So, does the Account Holder need to click a box somewhere so I can see the Issuer ID? If so, can someone give me specifics that I can pass on to our Account Holder? Any other thoughts that might help me?
Posted Last updated
.