Hi,
In continuation of our discussion in https://www.wolfssl.com/forums/post7128.html#p7128.
The Github link for the WolfSSL iOS app implementation is
https://github.com/MuatazMedini-WolfSSL … ementation
There are two projects in this repository
1. Wolfssl-master
2. WolfSSLTest
The "wolfssl-master" project downloaded from the official WolfSSL GitHub website mentioned the instructions to generate a libwolfssl.a file and the "include" folder from the XCODE WolfSSL project. I followed the instructions to create a "libwolfssl.a" file and made a new "WolfSSLTest" project, importing the "include" folder and the "libwolfssl.a" into this project.
I could not access either a WolfSSL Object or the functions of that library.
The link to the instructions to generate a "libwolfssl.a" file is
https://github.com/MuatazMedini-WolfSSL … /IDE/XCODE
The WolfSSL Android app project implementation is
https://github.com/MuatazMedini-WolfSSL … ample_demo
/Users/muatazmedini/Desktop/Screenshots of WolfSSL Android and iOS project implementations.zip
The WolfSSL Android app project is well documented and provides test cases that were very useful to use in our project requirements.
The link for the screenshots is
https://gist.github.com/andromedini07/d … 0160f7032a
The screenshots are for Android WolfSSL implementation successful build and the iOS WolfSSL implementation failed build respectively.
Could you please provide the same level of documentation for the iOS apps and an example of WolfSSL iOS app implementation?