【问题标题】:Google app invite SMS not getting sent but email working fine谷歌应用邀请短信未发送,但电子邮件工作正常
【发布时间】:2016-01-22 09:54:32
【问题描述】:

我已经在 iOS 中实现了 Google App Invite。代码:

self.inviteDialog = [GINInvite inviteDialog];
[self.inviteDialog setInviteDelegate: self];
NSString* message = [NSString stringWithFormat:@"Message",
                     [[GIDSignIn sharedInstance] currentUser].profile.name];
[self.inviteDialog setMessage: message];
[self.inviteDialog setTitle: @"App"];
[self.inviteDialog open];

我可以发送电子邮件,但没有发送短信。

当我输入电话号码时,“MFMessageComposeViewController”会打开文字:

“消息链接”,但没有发送短信。

请帮忙

【问题讨论】:

标签: ios sms google-app-invites


【解决方案1】:

当消息文本包含一些“more special”字符时,不会发送 SMS 消息。

尽量少用符号。

尽量减少消息长度。

【讨论】:

    猜你喜欢
    • 2015-12-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-04-24
    相关资源
    最近更新 更多