简体   繁体   English

Android - 从 Google Play 商店下载的应用程序在开发过程中无法正常工作

[英]Android - App downloaded from Google Play Store not behaving as it is working during development

I have developed an android prayer alarms application which using Worker Manager for firing of local notifications.我开发了一个 android 祈祷警报应用程序,它使用 Worker Manager 来触发本地通知。

It is working fine on development mode, also tested the release build on device and it is working fine.它在开发模式下运行良好,还在设备上测试了发布版本并且运行良好。 But when app is uploaded to Google Play Store and downloaded from the store, it is not behaving correctly.但是,当应用程序上传到 Google Play 商店并从商店下载时,它的行为不正确。 The local notifications are not firing as they were suppose to fire.本地通知没有像预期的那样触发。 This behaviour is fine during local installation but after downloading from store, it does not work properly.此行为在本地安装期间很好,但从商店下载后,它无法正常工作。

is your app connected with any online services?您的应用程序是否与任何在线服务相关联? after uploading app to play store, play console signs the app with an unique sign key which is different from your debug and release sign keys.将应用上传到 Play 商店后,Play 控制台使用与您的调试和发布签名密钥不同的唯一签名密钥对应用进行签名。 uploading app to the play store shouldn't be a problem with worker.将应用程序上传到游戏商店应该不是工人的问题。

check this检查这个

also if you are using minify/proguard then be sure to check the pro-guard rules and code references.另外,如果您使用的是 minify/proguard,请务必检查 pro-guard 规则和代码参考。

暂无
暂无

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

相关问题 使用 Android Studio Android 应用程序在设备上运行 Google plus 但从 Play 商店下载时不起作用 - Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work 如果从Google Play下载应用,则android facebook登录将停止工作 - android facebook login stops working if app is downloaded from google play ClassNotFoundException:如果Android应用是从Play商店下载的 - ClassNotFoundException: if Android App downloaded from play store android (flutter) - 从 Google Play 商店下载的应用程序在 Android 12 的启动画面后崩溃,但即使在发布版本中也能在本地正常工作 - android (flutter) - App downloaded from Google Play Store crashing after Splash screen in Android 12, but working fine locally even in release build 从App Store或Google Play下载时,Android App无法正常工作 - ANR - Android App not working when downloaded via App Store or Google Play - ANR 从Google Play商店下载应用时,getInstallerPackageName()是否可能为null? - Is it possible that getInstallerPackageName() is null when app downloaded from Google Play Store? 从Google Play下载应用程序时存储客户数据 - Store Customer data when app is downloaded from google play 从Play商店下载的应用未加载Google Map - Google Map is not loaded for the app downloaded from the Play Store 从Play商店下载的游戏服务不适用于应用程序 - Game services not working for app if downloaded from play store 应用程式无法从Play商店下载到某些Android装置中 - app not getting downloaded in some android device from play store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM