I'm following the instructions in http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging to implement the push messages for android throught Xtify, and executing my app I get this error:
failed on find provider info com.example.gcmessaging.XTFY_PROVIDER
In the manifest I have on the receiver tag:
....
android:name="com.xtify.sdk.db.Provider"
android:authorities="com.example.gcmessaging.XTIFY_PROVIDER"
android:exported="false"
Can you help me where am I wrong? I'd appreciate the help.
Thanks