The iOS DLNA was developed in the previous period, using the Platinumkit library. Online Search a lot of data are not, after their own groping, then how to use Platinumkit for the development of DLNA to share to everyone.
1, the compilation of Platinumkit library
Open Platinumkit, in its targets see the red marked area in the graph is platinumkit Static library, corresponding to the iphone real-computer release and simulator debugging, according to different situations need to load different. A and. framework files.
Compile the red area of the targets, select projects in Xcode->windows->organizer, find platinum, select,
Enter the Products->build directory, Debug-iphoneos for the real machine, debug-iphonesimulator for the simulator.
2, the use of Platinumkit library
You can use the Platinumkit method by adding LIBPLATINUM.A and platinum.framework to the projects you need to use.
Use of IOS DLNA Platinumkit Library