Smart config with my own app

I want to put inside of my own app (IOS) the Wifi connect conf. Its possible to do that? Have some tutorial or sample for IOS apps?

Thanks

@cypriano, the source code for the Spark iOS app is here for you to explore:

:wink:

tnks @kennethlimcp . But does have some tutorial for this? Im have a lot difficult to run in the xcode this project. Other thing, does some one can help in this part:

USERS MUST DOWNLOAD THE SMART CONFIG LIBRARY FROM TEXAS INSTRUMENTS, AGREE TO THAT LICENSE, AND ADD IT TO THIS APP. MORE THOROUGH INSTRUCTIONS WILL BE PROVIDED IN THE FUTURE. FEEL FREE TO SUBMIT PULL REQUESTS WITH GOOD BUILD INSTRUCTIONS.* :smile:.

I download the SMARTCONFIG Lib, but i don’t know how to add this in the project.

Tnks, Lucas.

PS: this is the error that im get when i run the project:

Undefined symbols for architecture i386:
OBJC_CLASS$_FirstTimeConfig”, referenced from:
objc-class-ref in CC3xUtility.o
objc-class-ref in CC3xMainViewController.o
objc-class-ref in CC3xMainViewController_iPad.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Same error here, according with an answer from the TI people , they don’t want to recompile the libraries, so we are not able to test in the simulator :frowning: at least is what they say in the below link

http://e2e.ti.com/support/wireless_connectivity/f/851/t/298073

Oscar