-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example usage for iOS? #322
Comments
Unfortunately there isn't any example iOS code available in the MSL repository. Just the C++ code base. If there is more specific issue you could share, then I may be able to help depending on what the problem is. |
Hey. Thank you for the response. <3 I was able to fix the original issue and compile the lib and add it to another iOS project. Now, I am looking for an example from the client (iOS device perspective). What would the code look like in C++ for sending an encrypted message to the server? What classes should I use and how should I configure them or create new ones? Here is what I was able to figure out by reading your docs and the code:
Some specific questions that I am hoping a simple example would clarify are:
Thank you! |
In
Yes, use When you call There isn't really any C++ example code, but if you look at the other examples it all works the same way, just in a different language. The APIs and implementation are all basically the same in all the languages. |
Is there an example usage for iOS project?
I want to include MSL into my iOS project, but I am having issues successfully compiling the project. Even after, what appears to be a successful compile, the project I add the compiled lib is acting up. So my guess is that I did not to something properly. I have used ios-cmake.
Thank you!
The text was updated successfully, but these errors were encountered: