Post

Replies

Boosts

Views

Activity

Reply to CSR algorithm/size incorrect. Expected: RSA(2048)
OK, this issue confounded me. I reached out to Apple and they sent me here. The suggestions didn't work. But I found my particular issue. First, I followed the directions given by Apple. https://developer.apple.com/help/account/create-certificates/create-a-certificate-signing-request When I went into Keychain Access > Certificate Assistant... many of the options ended with "With "... literally those words. This would generate a faulty certificate. The issue was that I had "login" selected under Default Keychains in the app, but had no key selected. Apple should update their instructions to tell you select "System" instead. Then when you go into the Keychain Access > Certificate Assistant... none of the options will be for a key (or an unselected one) and that process will work. Apple, you may send me my support assistance check.
Apr ’23
Reply to UIActivityViewController showing body text in subject at gmail and yahoo mail not showing subject swift
I'm also seeing this issue. I am wanting to send HTML to the body of the email and of course that comes in as HTML source code. I also worked on sending the appropriate UTI type, sending the body as NSData in an UIActivityItemProvider. I just ended up looking at the activityType and if it contains "gmail", I send different things. The real bummer is that Gmail for unknown reason, doesn't read from activityViewController:subjectForActivityType: for the subject, but rather duplicates the body. Dumb. But I've come to expect this behavior from Google especially when you want them to work with Apple products. They just seem to let bugs in there and don't prioritize them. Why? Well because they don't want people on iOS.So I just return the subject now for Gmail in activityViewController:itemForActivityType: because Gmail is dumb.
Mar ’20