简体   繁体   English

独立 Expo 应用程序和 expo go 之间的区别

[英]difference between standalone Expo app and expo go

I want to implement google sign in expo app.我想在 expo 应用程序中实现谷歌登录。 But while reading doc, it says expo-google-sign-in cannot be used in Expo Go.但是在阅读文档时,它说 expo-google-sign-in 不能在 Expo Go 中使用。 but it only works for standalone Expo apps https://docs.expo.dev/versions/latest/sdk/google-sign-in/#usage-with-firebase I don't understand what this means.但它仅适用于独立的 Expo 应用程序https://docs.expo.dev/versions/latest/sdk/google-sign-in/#usage-with-这意味着什么。

I have created expo app using expo init command.我使用expo init命令创建了 expo 应用程序。 Is this standalone app or Expo go?这是独立应用程序还是 Expo go?

Please let me clear about this.请让我清楚这一点。

Wild guess here :在这里疯狂猜测

Expo Go is an app where you can test your app in it (when you scan the QR Code after expo start , your app is launched inside Expo Go app). Expo Go is an app where you can test your app in it (when you scan the QR Code after expo start , your app is launched inside Expo Go app). Standalone Expo app is your application when you upload it on the store.当您将其上传到商店时,独立的 Expo 应用程序就是您的应用程序。

I had the same issue for notifications: inside Expo Go app, notifications didn't work for my app but when I uploaded my app on the AppStore, notifications worked fine.我在通知方面遇到了同样的问题:在 Expo Go 应用程序中,通知对我的应用程序不起作用,但是当我在 AppStore 上上传我的应用程序时,通知工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM