You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
When we call below method in onCreate method of Activity, OAManager.getInstance().onCreate(this, savedInstanceState);
We are getting crash as below,
java.lang.NoClassDefFoundError: com.oneall.oneallsdk.FacebookWrapper$SessionStatusCallback
at com.oneall.oneallsdk.FacebookWrapper.<init>(FacebookWrapper.java:38)
at com.oneall.oneallsdk.FacebookWrapper.getInstance(FacebookWrapper.java:57)
at com.oneall.oneallsdk.OAManager.onCreate(OAManager.java:612)
Please let us know if we are missing something.
--
Thanks,
Abhijit
The text was updated successfully, but these errors were encountered:
Hi ,
When we call below method in onCreate method of Activity,
OAManager.getInstance().onCreate(this, savedInstanceState);
We are getting crash as below,
Please let us know if we are missing something.
--
Thanks,
Abhijit
The text was updated successfully, but these errors were encountered: