Reputation: 312
I develop multi platform app.
I know that this plugin only works in Android.
But, when I run my app in iOS, it give me error.
plugin that i used : https://pub.dev/packages/sms_maintained
Process that i've tried :
pubspec.yaml
flutter packages upgrade
"pub get
"pod install
"Result from pod install :
error message : [!] No podspec found for sms_maintained in .symlinks/plugins/sms_maintained/ios
Upvotes: 3
Views: 1798
Reputation: 4196
I'm actually surprised that there is a claim someone made it work on iOS!!!
The fine print says that this library is only available for Android!!!
Apple will not let any app, aside from the native messaging app to send out messages. They are too serious about spam.
Upvotes: 0
Reputation: 312
i've fixed this issue by modifying sms_maintained in my ios folder
Upvotes: -3