Openssh to IOS mail - ios

looks like an old question, but I couldn't make my OpenSSL certs work with IOS mail app.
I am no expert, so I would need precise step-by-step instruction.
What I have: OpenSSL, Ubuntu or windows, iPhone SE with IOS 14.x
What I would like to do and be able to share: make my own key/certificate to use sign/encrypt (mime) mails from IOS app.
I have done that for thunderbird, but I am stuck with iPhone!
Thanks for help,
Best,
--Fred

There is no clear answer to your question on the Net as far as I know. So a nice way to have it solved once and for all... until Apple changes things again :)
Some people seem to have managed to make it work, adapting openssl config file and encapsulating data in right certificate.
Hope someone helps with this.
Best --FJ

Related

How to generate a certificate (.crt file) in iOS using swift or where to find documentation on it

I am working on an app where I am trying to generate a .crt file. I know what all of the necessary parameters should be (at least most). I am having trouble finding any documentation on this. Apple has this tutorial, but it is only on managing certificates. Not on actually creating them. Where can I read more about creating them, or if anyone has done this, can you explain the process to me? Thanks.
I guess the best you should do is to use existing tools like OpenSSL command line application...
You can wrap it in a swift application if you want to. But if it's a one time creation just use the tool
I don't remember if it's pre installed in OS X or not
Check this out
Guide to create self signed certificate
Full guide

Socket.IO Library Obj-C error

I started implementing Sockets with Socket.IO in my apps and web applications, I tried using different libraries for iOS (socket.IO-objc & RocketIO) but they both display an error when I try to run it.
Maybe someone can help me :)
an image
Thank you so much
Anton
Add libicucore.dylib to your project.
That was a issue on SocketRocket github (that I suspect to be on se same basis that the ones you're using).

Looking for an IOS version of ShowcaseView

I'm looking for a library similar to https://github.com/amlcurran/ShowcaseView
I want to be able to implement forced tutorials on new users who open my application for the first time. Does anyone know where I can find a library that helps make this easy?
You ca try https://github.com/rahuliyer95/iShowcase
This is a quite similar iOS implementation of the ShowcaseView for Android (https://github.com/amlcurran/ShowcaseView).

Run, Debug and do other stuff with Terminal

I am new in Ios.
I want to learn how to run , Debug , set break points and lot more using the terminal.
I will appreciate if explanation with example is given.
Thanx in advance.
Firstly, you shouldn't be doing iOS work in Terminal. Xcode is one of the best (if not the best) IDE you can get. You're working with Objective-C when you're doing iOS, and you're going to need some compilers from Xcode. Impossible to do from Terminal? No, but I don't know why you'd want to do that to yourself.
I recommend checking out Stanford University's iPhone Development classes on iTunes U. They're free, and they're fantastic. It'll walk you through debugging, breakpoints, and running stuff right on your iPhone from Xcode.
Hope that helps, cheers.
EDIT:
Let me reiterate, since some folks think that this isn't the droid you're looking for, that you shouldn't really be doing this in Terminal. Your answer is found in iTunes U, or in the iOS developer documentations, which I am happy to provide links to.
Moral of the story: don't do this in Terminal. Just. Don't.
Xcode breakpoints:
https://developer.apple.com/library/ios/recipes/xcode_help-breakpoint_navigator/articles/setting_breakpoint_actions_and_options.html
iOS on iTunes U:
https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550

Short Link SDK iOs

I'm looking for an sdk/easy way to create a short link programmatically, preferably via a known service such as bitly.com / tinurl.com
The only way I've found doing this is with McAfee's beta short-link service, but it is unknown, and I want the link to be from a known service.
Does anybody know such way?
Tnx in advance!
It may be overkill for your project, but do take a look at ShareKit. The main download page is at http://getsharekit.com/install/#download .
If you do end up using ShareKit then I suggest you use forked version below since it has quite a few bug fixes.
https://github.com/polydice/ShareKit

Resources