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
0
votes
1 answer

How to use cognito to authenticate user by using mobile hub?

I'm trying to use Mobile Hub for first time. I have created a sample app and user sign in only through facebook. My main problem is How to find out this is the first time user login or existed before How to sync data to AWS cognito dataset To…
Bernard
  • 4,240
  • 18
  • 55
  • 88
0
votes
1 answer

Is there a way to change how Mobilehub changes IAM authenticated Role?

At the moment when you finish configuring a DynamoDB table the authenticades role creates this lines: "Effect":"Allow", "Action":[ "dynamodb:BatchWriteItem", "dynamodb:DeleteItem", "dynamodb:PutItem", "dynamodb:UpdateItem", …
0
votes
3 answers

AWS Mobilehub: Swift 3 update, shows error at launchoptions

Since I updated my amazon web services app I created with AWS Mobilehub to swift 3 I receive the following error message: As soon as I use "!" to remove the error my app crashes due to a fatal error:
user4034967
0
votes
1 answer

Method was expected to be of type virtual

I've tried to initialize AWSMobileClient.defaultMobileClient() from my AWS Mobile Hub sample project into my test project using this code: if (AWSMobileClient.defaultMobileClient() == null) { Log.e("MainActivity", "Initializing AWS Mobile…
0
votes
1 answer

Downloading image from Amazon S3 (using AWS mobile hub helper)

I'm trying to download an image called "aaa.jpeg" in my s3 bucket using AWSMobileHubHelper. I found this function on their documentation site. func downloadContent(content: AWSContent, pinOnCompletion: Bool) { content.downloadWithDownloadType(…
Tommy
  • 979
  • 8
  • 15
0
votes
2 answers

How to integrate push services from AWS Mobile Hub sample project in an existing android project?

I have created an android sample project using AWS Mobile Hub with User Sign-In and Push Notifications services. I've downloaded the project and opened it through Android Studio, in order to take the necessary files for push notifications from the…
0
votes
2 answers

AWS Developer authentication for mobile hub sample ios application

After reading through tons of documentation and a lot of trial and error, I was able to actually create a lambda (api gateway) driven backend for developer authentication in my aws mobile hub application. I have subclassed…
0
votes
1 answer

How can we get all user listing from Userpool & identity both (AWS Cognito)

I'm using AWS Cognito for user authentication. The users who are logged in through Facebook/ google+ are listed in federated identity pool where as the users who are logged in through custom sign up process are listed in cognito user pool. So, how…
Payal
  • 1
  • 1
0
votes
1 answer

Does anyone have the latest aws mobile hub developer guide that includes dynamodb as well?

I wanted to setup a backend for my mobile app. I came across the AWS mobile hub which is quite appealing. In the latest update they have included the NoSQL DynamoDB as well but I cannot find the documentation for this anywhere. The developer guide…
0
votes
1 answer

iOS - Login in with Facebook but still getting: “Unauthenticated access is not supported for this identity pool”

I am working for an iOS App using AWS. I am trying to get items from my DynamoDB table but I am getting the error (From time to time it works!!! Like 4 hours working then goes down) { …
0
votes
2 answers

AWS MobileHub Android - Import statement com.amazonaws.mobile

I am new to AWS. I created AWS sample app which works fine. But when I try to add the code to my new application, I am getting error in Application class on import statement. import com.amazonaws.mobile.AWSMobileClient; import…
Nis
  • 449
  • 4
  • 13
0
votes
0 answers

Problems Enabling Push Notifications on AWS Mobile Hub

I am having a problem "enabling" Push Notifications on AWS Mobile Hub for my app. I want to enable it for my iOS app, so I went on and uploaded my Universal Apple Certificate, and then selected my topics. I didn't enter any info for Android. What…
Guy Daher
  • 5,526
  • 5
  • 42
  • 67
0
votes
1 answer

Using custom OpenIDConnect provider with AWS MobileHub

I am building iOS app and was looking into AWS MobileHub...I am trying to setup sign-in using AWS Cognito, I have configured the identitypool with my custom OpenID Connect provider (I built my own with IdentityServer) but when I configure Sign in…
narciero
  • 605
  • 6
  • 17
0
votes
1 answer

Apple Developer Account generates invalid push certificates

I am trying to configure the AWS Mobile Hub for APNS. I am having 2 problems that I think are related. In the Apple Developers Portal I have 2 valid Provisioning Profiles for the app, iOS Development and iOS Distribution (all certificates have…
David U
  • 943
  • 1
  • 8
  • 22
0
votes
1 answer

Amazon SNS Sample Application

I'm new to the Amazon SNS Service, I just subscribed today to begin experimenting with it. I logged into the Mobile Hub Console, and I created a new project. I then selected the Push Notifications, for Android, and chose to Build. In the…
Phil
  • 4,029
  • 9
  • 62
  • 107
1 2 3
11
12