I am writing an iOS app that uses the libFirstConfig.a library for Smart Config provisioning. I have two questions:
- Would it be possible to get a version of the library that will allow my app to run in the iOS simulator. I need it to have x86_64 and i386 support, which it currently does not. It just has universal binary support for iOS devices, which is good, but I need to be able to test my app on the simulators too.
- What is the minimum set of files I need to run Smart Config. The Wifi Starter app source code includes the following files. Do I need them all? I've done some search analysis of the TI app source code, and I could experiment and try removing one at a time, but I'd like a more definitive answer of whether I need to include them all in my app for Smart Config to work properly.
- FirstTimeConfig.h - I know I need this
- FTC-prefix.pch
- FTC.plist
- Ftc20.h
- FtcEncode.h
- NetworkHelper.h
- NSData+AESCrypt.h - I assume I need these next two files if I need AES encryption during Smart Config?
- NSString+AESCript.h
Thanks.
-Mark