Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务器宕机了,所以我错过了几个注册。这些安卓设备会丢失吗?或者有没有办法让这些设备重新注册?
Are these Android devices lost?
阿法克,是的。
提示: 当设备尝试在您的服务器上注册自己时,您应该在您的 android 应用程序中采取预防措施。只需将其存储并尝试registration_id在SharedPreference您的服务器上注册一段时间,直到设备成功注册。
registration_id
SharedPreference
我希望它会有所帮助!