Record the Jiguang SDK ios outsourcing process and precautions

1. Import the library file into the project

CoreTelephony.framework
CoreAudio.framework
MobileCoreServices.framework
libz.dylib
libsqlite3.0.dylib
libresolv.tbd
These are libraries that are not currently in the project.

2. Put the tripartite library into the project

Add the JMessage.framework file to the project.
JMessage.framework is set to Do Not Embed and not dynamic.
Link jcore-ios-xxxa (xxx is the jcore version number) under the JMessafe.framework directory to the project.

3. Build Settings configuration

In the project configuration, Build Settings, Other Linker Flags, add an item - ObjC
Build Settings, Search Path, add the path of JMessafe.framework"$(SRCROOT)/JMessage.framework/Headers"

4. Replace CustomAppController

5. Add certificate

com.hsn.sproject

6. Modify online parameters

Guess you like

Origin blog.csdn.net/a525324105/article/details/106931895