Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sirikit 'send a messages using My App' working just few times

I'm developing an app who allows Siri to send messages. Few days ago everything was working fine and everytime I was saying 'Send a message using "MyApp name"' it was showing the SiriUI and it was handling the command correctly.

But since a couple of days I get a different behaviour! Sometimes Siri opens my app, sometimes it says: "Here's what I found on the web for 'Send a message using 'myapp name':", sometimes "I don't understand 'Send a message using 'myapp' and sometimes I get the right behaviour that I used to get all the time.

Of course my app is enabled in Settings>Siri>App support

This is a really strange behaviour. I can't be more helpful, I'm sorry. I can just say that this problem verifies with two different phone that I'm using to debug and I have tried to download a sample project online (on github) and I have the same problem. I'm using always my provioning profile, in particular 'Xcode Automatically manage signing' is enabled

Does anyone know how to solve the problem?

Thanks!

like image 456
Andrea.Ferrando Avatar asked Nov 09 '22 06:11

Andrea.Ferrando


1 Answers

Could you tell me the app name or if your app name with space?

I have the same problem before on my app.
But this problem has been solved since I changed the app name with no space .

You can refer to my question here if you are in the same situation: Sirikit StartAudioCall Fail

like image 50
Vaycent Avatar answered Dec 05 '22 09:12

Vaycent