MMS Listener for iOS

一曲冷凌霜 提交于 2019-12-08 09:06:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!