问题
Is there any good tutorials/resources focusing on creating MMS LISTENER for iOS platform(XCode4)? MMS LISTENER is used on the client-side where the client will listen for any incoming MMS(image) to receive and suppress the MMS to check for any malicious data.
回答1:
You can't intercept incoming MMS if you're thinking to submit the app on the store. You have to implement all your system from scratch(back-end and client-side), like "what's app messenger".
来源:https://stackoverflow.com/questions/6715998/mms-listener-for-ios