gpt4 book ai didi

android - Parse 服务是否需要 Google 帐户?

转载 作者:行者123 更新时间:2023-11-29 20:55:11 24 4
gpt4 key购买 nike

我需要制作一个包含推送提醒的应用程序,但目标设备未实现 Google Play 服务并且它们未连接到 Google 帐户。

于是我想办法解决,终于找到了Parse服务。

但是当我尝试将我的应用程序连接到 Parse 时,他们需要这样的接收器

<receiver
android:name="com.parse.GcmBroadcastReceiver"
android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="{PACKAGE_NAME}" />
</intent-filter>
</receiver>

这些接收器不是用于GCM吗?那么Parse service是否使用GCM,目标设备需要Google Account还是Google Play Service?

最佳答案

没有。

来自 official guide

The Parse Android SDK chooses a reasonable default configuration so that you do not have to worry about GCM registration ids, sender ids, or API keys. In particular, the SDK will automatically register your app for push at startup time using Parse's sender ID (1076345567071) and will store the resulting registration ID in the deviceToken field of the app's current ParseInstallation.

关于android - Parse 服务是否需要 Google 帐户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27962681/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com