I am planning to implement Google Cloud Messaging in in my app which only runs with Android 2.2 and above.This includes modifying the Manifest file.
If my app is to run at Android 2.1, it immediately shows a force close dialog.
May I know how do stop this from happening?
Currently possible solutions:
- Maintain 2 different version of apk in Google Play Publisher (I haven't tried this, but it seems to have more works)
- Use GCM alternative?
I wish my App can support Android 2.1 onwards, and only show a warning message to user e.g "to use this feature you have get Android 2.2 and above" in particular Activity that runs GCM.