Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class not found #3

Closed
814k31 opened this issue Dec 14, 2017 · 3 comments
Closed

Class not found #3

814k31 opened this issue Dec 14, 2017 · 3 comments

Comments

@814k31
Copy link

814k31 commented Dec 14, 2017

Trying out this package for the first time so if it's something obvious please let me know

I tried to match everything through the sample read me

This is my code:

var awsUserPluginInstance = new AwsUserPoolPlugin({
        "CognitoIdentityUserPoolId": 'ap-southeast-2_xxxxxxxxx',
        "CognitoIdentityUserPoolAppClientId": 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
        "CognitoIdentityUserPoolAppClientSecret": 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
        "arnIdentityPoolId": 'ap-southeast-2:xxxxxxxxxxxx',
        "CognitoRegion": AwsUserPoolPlugin.AwsUserPoolPluginEnum.ApSoutheast2
    }, function (res) {
        console.log("connectionPluginInstance Init Ok", res);
    }, function (err) {
        console.error("connectionPluginInstance Init Fail", err);
    });

Which outputs:
bundle.js:71639 connectionPluginInstance Init Fail Class not found

I've tried two user pools as well

EDIT: This was only through android, I'm testing on ios now though it may appear I also have issue #2

@happygts
Copy link
Owner

On what platform are you testing the plugin ?

@814k31
Copy link
Author

814k31 commented Dec 14, 2017

@moreaup sorry, just edited my issue. I was trying it on android, although I'm also getting the linking error for ios (removing and readding didnt work)

@happygts
Copy link
Owner

I will check this out, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants