In Android C2DM documentation there's an error called "TOO_MANY_REGISTRATIONS" which they describe it as the following :
The user has too many applications registered. The application should tell the user to uninstall some other applications, let user retry manually. Fix on the device side.
What it really means?, does it mean that there's a lot of Apps that use's C2DM are running on the same phone. if so is there any known estimate of the number of Apps.
Thanks