I had an old phoenix wallet and this FCM warning kept popping up.
|
<string name="home_background_restriction_fcm_details">If you\'re on GrapheneOS or CalyxOS, install Google Play Services to get FCM notifications. Check the FAQ for guidance.</string> |
Even updating and changing phones settings wouldn't change anything. I realized that the fcm token may need to be refreshed. Reinstalling the phoenix worked. Maybe the message should be extended to suggest reinstalling if on regular android.
I'd open the PR with a patch but I am unsure about all the internationalization and translation.
Related to #579
I had an old phoenix wallet and this FCM warning kept popping up.
phoenix/phoenix-android/src/main/res/values/important_strings.xml
Line 108 in 34e00ff
Even updating and changing phones settings wouldn't change anything. I realized that the fcm token may need to be refreshed. Reinstalling the phoenix worked. Maybe the message should be extended to suggest reinstalling if on regular android.
I'd open the PR with a patch but I am unsure about all the internationalization and translation.
Related to #579