Questions tagged [amazon-mobile-hub]

Use this tag for questions related to AWS Mobile Hub, which provides an integrated console that helps you build, test, and monitor your mobile apps. Use the console to choose the features you want to include in your app. Mobile Hub then provisions and configures the necessary AWS services on your behalf and creates a working sample app for you.

Useful Links:

  1. AWS Mobile Hub – Build, Test, and Monitor Mobile Applications
  2. Documentation
  3. SDK
  4. Tutorials
36 questions
6
votes
3 answers

Token is not from a supported provider of this identity pool Amazon Mobile Hub Android

When I click Google Login I'm getting Token in onActivityResult method using the below code: GoogleSignInAccount account = result.getSignInAccount(); String token = account.getIdToken(); credentialsProvider = new…
Anirudh
  • 2,767
  • 5
  • 69
  • 119
5
votes
2 answers

CocoaPods AmazonMobileHub Undefined symbols for architecture x86_64

I have a cocoa pods Swift project and Im trying to install the Amazon AWS Mobile Hub frameworks, copied the Sdks and the MobileHubHelper framework but is not building. The error goes like this: Undefined symbols for architecture x86_64: …
Frank
  • 789
  • 4
  • 19
4
votes
1 answer

AWSMobileClient is not found

I`ve followed this steps to add the AWS Mobile SDK to my app. When I reach step 4 of the "Connect your backend" section and try to compile my app I get the following error: Error:(20, 9) error: cannot find symbol variable AWSMobileClient I've…
Pedro
  • 333
  • 1
  • 5
  • 24
3
votes
1 answer

AWS: NotAuthorizedException: Invalid login token. Incorrect token audience. (Service: AmazonCognitoIdentity

While using MobileHubConsole in AWS, I wanted to use Google+ SignIn through Android. but I'm receiving this error: 06-25 23:30:02.819 17675-17675/com.xxxxxx.xxxu E/SignInActivity: Sign-in with Google caused an…
3
votes
1 answer

AWS Mobile Hub Environments

I'm currently working through my first AWS Mobile Hub project, and it's going pretty well so far. However one thing which is unclear is how "production" deployments are managed. My Mobile Hub project is using features including: Sign In…
Mark McKim
  • 553
  • 1
  • 5
  • 9
3
votes
1 answer

Android: user login Amazon cognito and transfer data to and from Amazon S3

I was wondering if someone can help me with the following concept in android. I want users to create an account and login on my application, using amazon cognito, to identify their identity. Once a user is logged in this user can download a personal…
3
votes
2 answers

Unauthenticated access is not supported for this identity pool, while using DynamoDB

I am exploring AWS for iOS, I am trying to use following things, 1.DynamoDB 2.Cognito 3.Facebook LogIn I was getting AWS DynamoDB scan working when there wasn't any LogIn integrated. After integration LogIn with Facebook, I am configuring facebook…
2
votes
0 answers

Unable to read data in AWS android mobile while using DynamoDB

I started to develop an android app using Amazon Mobile hub (my first time) and Android Studio 3.0.1, and I tried to follow the tutorials But I keep on getting errors…
Zero
  • 21
  • 2
2
votes
1 answer

AWS SNS - Subscribe to topic fails - "Application endpoint arn invalid"

I want to register an appe-push-token to a topic on AWS SNS (Java / AmazonSDK). Somewhere is a problem, but I cannot really spot it. Following are the 3 required parameters (modified, so not valid): enpoint (Apple Device Token):…
codepleb
  • 10,086
  • 14
  • 69
  • 111
2
votes
1 answer

Swift 3 - Thread 1: EXC_BAD_INSTRUCTION (code = EXC_I386_INVOP, subcode = 0x0)

I am trying to add user authentication functionality into my app using AWS Cognito as a backend. So far I am getting this error whenever my app tries to build, and when it does it points to these errors in two of my classes. AWSMobileClient…
2
votes
2 answers

Parse to AWS conversion

As I am sure many others are currently doing, I am converting an app from Parse to use Amazon Web Services Mobile Hub. My app is an iPhone app written in Objective-C. I am having difficulty understanding their documentation and creating similar…
1
vote
1 answer

How to set DynamoDB Table through mobile hub and Swift?

I'm trying to make a table through mobile hub and Swift like this video below. https://www.youtube.com/watch?v=mvDzfqMk5T4&t=323s But I don't know which Type of attribute should select for Data type of Swift. What I want to do is making a table…
harunaga
  • 309
  • 2
  • 12
1
vote
1 answer

Stage management with AWS Mobile hub and AWS Amplify

I am currently writing a web app and am using AWS Amplify. I created my API Gateway and my lambdas before using Amplify so I imported my existing API to Mobile Hub. My API gateway has 2 stages dev and prod. According to the Amplify documentation…
1
vote
0 answers

AWS Cognito SDK missing user attribute

I'm using AWS cognito and it's built-in UI in my Android App. I selected family name as required in AWS console but the field is not shown within the create new account form. How can I add this field to the form. Thank you.
1
vote
0 answers

AWS SNS - Error Domain=com.amazonaws.AWSSNSErrorDomain Code=0 "(null)"

I am using AWS for one of my projects and I am trying to make it so that users are able to create SNS - topics and subscribe to SNS - topics. When doing a request I get Error Domain=com.amazonaws.AWSSNSErrorDomain Code=0 "(null)". It seems like…
1
2 3