如果 Google API 密钥(在 index.html 中提到)失效,混合 cordova 项目会发生什么情况?

What will happen to a hybrid cordova project if a Google API key (mentioned in index.html) is dead?

我有一个用 HTML、CSS、JS、Angularjs 编写的混合 Cordova 项目。项目的 Google Places API 密钥已过期?会发生什么,项目会不会崩溃?

我现在没有使用那个特定的 Google Places API 键,但我仍然有那个 Google API 键 URL 的参考在 index.html 文件中。如果引用保持不变,应用程序会崩溃吗?

应用程序不会崩溃,但 API 调用 Google 个地方会失败。