Start a new topic

AuthorizedActivity undefined

Hi,
I am trying to integrate the google+ login with Kinvey and it complains about AuthorizedActivity. Basically, I cannot import import com.textuality.authorized.AuthorizedActivity;
This is how my build.gradle looks like:
AuthorizedActivity
repositories {
flatDir {
dirs 'libs'
}
} dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

compile(name: 'kinvey-android-2.10.8', ext: 'aar')
compile 'com.android.support:appcompat-v7:23.4.0'
testCompile 'junit:junit:4.12'
....
} As per the instructions, I have unzip all the jar and aar in the libs directory of my app. Please let me know what I am doing incorrect.

Hello Vikram,


Thank you very much for using Kinvey. I have several questions to ask. 


What type and version of the Kinvey SDK library are you using?


Please provide the name and more importantly the KID of your application. The KID of your application is located in the upper right hand side of the Kinvey Console Dashboard page of the app Environment that you are working in.


Please describe the steps you take when this problem occurs.


Are you getting error codes or messages when this problem occurs? If so please provide them to us in your reply. Sending screen shots of the errors and messages will be OK too.


We look forward to hearing back from you.


Regards,


Billy Gee

Kinvey, Inc.

The aar has this version: kinvey-android-2.10.8.aar 

Please note that I can import

com.kinvey.android.Client and KinveyPingCallback packages successfully:

The KID is: kid_r10uAm-o

After doing successful ping test using your APIs, I tried integrating google+ sign-in. That is where it complains about import of this package (AuthorizeActivity).


Thanks


Does anyone has any update?


Thanks

Login or Signup to post a comment