Questions tagged [aws-mobilehub]

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
  2. Documentation & Developer Guide
167 questions
2
votes
0 answers

AWS iOS App crashes

My AWS iOS App crashes, when I converted my code to Swift 3. It crashes in the following line: EDIT I think the problem lies within the following method: func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:…
user4034967
2
votes
2 answers

AWSMobileHub Caching Images from S3 in IOS with Swift

I am trying to download an image from S3 to cache it. This without caching is working: let manager = AWSUserFileManager.defaultUserFileManager() let content = manager.contentWithKey("public%2F" + userID +…
1
vote
0 answers

Trying to initialize project with awsmobile init

When trying to initialise a project within the root using awsmobile init returns the following error: backend awsmobile project creation error { Error: connect ETIMEDOUT 34.198.71.48:443 at TCPConnectWrap.afterConnect [as oncomplete]…
user2994263
  • 161
  • 1
  • 6
  • 14
1
vote
1 answer

AWS Cognito Authentication + AWS Mobile Client + API Gateway + S3 Bucket

I built a login screen for my app using AWSCognitoAuth, exactly like in one of the provided examples (https://github.com/awslabs/aws-sdk-ios-samples/tree/master/CognitoAuth-Sample). This works fine - it shows the login screen in an instance of…
gasparuff
  • 2,295
  • 29
  • 48
1
vote
1 answer

How to set up dev environment with AWS Mobile hub?

Currently using AWS Mobile Hub for my React native app and React web app. It was very convenience for us to build an app in a short time but now we are getting into the point that we need a proper dev environment that we can run separately from…
Skate to Eat
  • 2,554
  • 5
  • 21
  • 53
1
vote
1 answer

How to set up AWS mobile SDK in iOS project in Xcode

The aws docs for this are really confusing. Following the steps from here https://docs.aws.amazon.com/aws-mobile/latest/developerguide/getting-started.html#ios-swift , I created the awsconfiguration.json using amplify, but it seems to be empty, it…
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
1 answer

AWS Amplify throwing SerializationException when trying to login

I have a react native project which is connected to AWS mobilehub with AWS amplify. I have done all the configuration with mobilehub configure and pulled all the settings from aws using mobilehub pull Register works perfectly fine. I am able to…
forJ
  • 4,309
  • 6
  • 34
  • 60
1
vote
0 answers

Customize Android UI sign-up fields

We just started using AWS mobile hub and used Cognito for user sign in, with the default authentication UI. However, we have other fields that are required in our user pool, such as gender and date of birth, which is not reflected in the Sign-Up UI.…
1
vote
3 answers

How to handle development to production process with multiple AWS Services

I'm using AWS mobileHub to create an hybrid app with Ionic 3. I don't get how we can handle the production process, Im using all kind of aws services : AWS MobileHub AWS Cognito (User login/logout) AWS API Gateway (Using Lambdas to execute…
1
vote
3 answers

dynamodb, MobileHub not working

I followed these documents to set up a simple app using dynamoDB: https://docs.aws.amazon.com/aws-mobile/latest/developerguide/add-aws-mobile-nosql-database.html and…
Michel
  • 10,303
  • 17
  • 82
  • 179
1
vote
0 answers

Adapt AWS's Mobile React Starter Kit to give Read access to Unauthenticated Users?

The AWS Mobile React Starter Kit is great, but it doesn't let users see anything without logging in first. I'd like to build a web app where unauthenticated users can query parts of the database, but can't make any edits. I've tried poking around…
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
1 answer

AWS Auth UI Login - Keyboard Bug

In the AWS Auth UI, when I click on username textfield it moves the field out of view. This happens on both Plus and regular sized devices. I am using XCode 9.3 and Swift 4.1. This is my code below calling the AWSAuthUIViewController. if…
1
vote
1 answer

Unable to switch User Pools on AWS Mobile Hub

I'm an AWS noob and I'm having some issues getting started with user authentication on my app. I'm working on a simple web app and I got started using the awsmobile cli and the aws-amplify tools. I created a new project on the mobile hub and was…
1 2
3
11 12