cancel
Showing results for 
Search instead for 
Did you mean: 

SUP Messaging Client Status in Android

Former Member
0 Kudos

Hi All,

I would like to know how to find the status of the messaging client for an android application. For example,

In iOS we have an option of getting to know the status with the help of Return Code as mentioned below.

#define     MC_STATUS_NOT_INITIALIZED   -1

#define     MC_STATUS_NOT_START           0

#define     MC_STATUS_START                   1

#define     MC_STATUS_SUSPEND              2

The code in iOS is as shown in below,

[SUPApplication messageClientStatus] == MC_STATUS_NOT_INITIALIZED

Similarly I would like to know if we can get the status for an Android( Jelly Bean )application. We are working on SUP 2.1.3. Please let me know if you need any additional information.

Thanks,

Shiv

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

After conatcting SAP, we found that there is no method to find the client status in Android. We have applied a patch for Android ( PATCH-10369-20140114) given by SAP and the app works. We dont need to know the status of client, this patch has the required libraries which can take the control internally and make the application work.

Thanks,

Shiv

Answers (0)