I developed a background service for android, which works by providing some interface through AIDL, so if another application wants to use these functions, it just binds to my service. Now I want to do the same thing in IOS, i have no idea to do these in the IOS.I developed a background service for android, w