I have to integrate Google Now to iOS apps. Please help me with an idea.I have to find out how to integrate Google Now to my iOS app and Alerts will be shown in Google Now.
1 回答
目前,与 Google Now 集成的唯一方法是使用 Google 电子邮件架构。您可以在此处找到支持的 Google Now 架构:
https://developers.google.com/schemas/now/cards?hl=en
巴士预订和火车预订也将与 Google Now 集成:
https://developers.google.com/schemas/reference/bus-reservation
https://developers.google.com/schemas/reference/train-reservation
理想情况下,您的应用程序是事务性的。请注意,您的电子邮件必须被列入白名单才能发送 Google 架构。您可以在此处找到有关注册的信息:
https://developers.google.com/gmail/markup/registering-with-google
如果您想对触发 Google Now 卡片进行一些测试,可以使用以下 Apps 脚本教程(使用您的个人 Gmail 帐户):
https://developers.google.com/schemas/tutorials/apps-script-tutorial
如果您发布有关您的 iOS 应用功能的更多信息,我可以帮助您确定哪些标记将帮助您实现您想要做的事情。