We have implemented Xtify SDK 2.1.0.2 and it works perfectly on API 16. If I run it on any AVD with API level below 16 it doesn't register and I don't get the xtify XID.
XtifySDK.start(getApplicationContext(), XTIFY_APP_KEY, SENDER_ID);
XtifySDK.getXidKey(getApplicationContext()); // returns null
XtifySDK.isNotificationEnabled(getApplicationContext(); // returns true
We re-checked the implementation guide and nothing seems to be missing. We even added the GSM library on the project but didn't help.
Is there something else I need to do to make it work?