I'm developing a Flutter app for Sunmi devices. Due to limited/no Google Play Services, FCM isn't reliable.
What are the recommended and reliable ways to implement push notifications in Flutter on Sunmi devices without relying on FCM?
I'm looking for guidance on Sunmi-specific solutions, compatible third-party services, or other viable approaches.
I find that for push notifications on Sunmi devices without Google Services, consider using a third-party service like Pushy (https://pushy.me/). It offers a Flutter SDK and supports Android beyond just FCM, potentially working on Sunmi devices. Thorough testing on your specific Sunmi models is crucial to ensure reliability.