AVSpeechUtterance和appstore = app被拒绝

时间:2014-11-07 18:06:42

标签: ios objective-c cocoa-touch voice

遗憾的是,由于siri的声音,我的应用被拒绝了 "与Siri相关的应用程序不符合App Store审查指南,因为Siri是Apple产品,因此我们的商标和版权指南涵盖了这些指南。"

在appstore app中没有使用siri语音的信息,所以我不明白为什么这个功能发布了。 无论如何我正在寻找易于使用的例子,可以使用appstore。

-(void)readTextWithSiri:(NSString*)text{
    AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:text];
    AVSpeechSynthesizer *syn = [[AVSpeechSynthesizer aloc] init];
    utterance.rate = 0.032;
    [syn speakUtterance:utterance];
}

0 个答案:

没有答案