Need to open the application when SMS arrives and spell the arrived SMS in iPhone

前端 未结 2 1595
情深已故
情深已故 2020-12-22 06:29

Is there is any possibility for an application to open immediately when an SMS arrives and spell this SMS?

If so, how to do this app i.e., how to open an applicatio

相关标签:
2条回答
  • 2020-12-22 07:22

    No chance. Apple does not provide a documented API for SMS access and will reject such an app, even if you managed to implement it in the way you intend.

    0 讨论(0)
  • 2020-12-22 07:24

    No, there is no way to do this on iOS device due to platform restrictions. You can only show SMS-sending dialog, but no more. That's actual for latest iOS 4.3.3.

    0 讨论(0)
提交回复
热议问题