简体   繁体   中英

Send SMS in background on Swift

I want to send SMS functionality in background without open popup for SMS.

To solve this issue I need to make the app send SMS in background. There used to be CTMessage Center in CoreTelephony Framework for such cases before. But now it is not available. Is there any other way to solve this problem?

There is no way to do this if you want to publish the app to the App Store. You can always work with private API but I highly doubt a header dump will reveal anything on sending text in the background. This is for privacy concerns and Apple will reject apps that use private API.

If you are willing to pay: this or this (note I am not affiliated, these are just nice ways to solve your problem).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM