aws-mobilehub

AWS Mobilehub: Swift 3 update, shows error at launchoptions

那年仲夏 提交于 2019-12-25 04:57:25
问题 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: 回答1: Sorry, but the AWS Mobile Hub console does not yet provide Swift 3 sample app code. The Swift sample app download can only be used with the legacy compiler setting in the Xcode project. We have received multiple requests for Swift 3 support, so we are working to prioritize it, but I can't

AWS node.js lambda request dynamodb but no response (no err, no return data)

☆樱花仙子☆ 提交于 2019-12-23 10:27:04
问题 I am playing the aws mobilehub with react-native and I was hoping that it can speed up the backend hosting for me. However, I cannot get its backend API working. After a long run with their docs, I pin down the problem between its lambda function and dynamodb service. Any thoughts are greatly appreciated! Problem#1 As the titled says: my aws lambda functions can request its dynamodb but has no response. What went wrong here? Or how can I get debug info from AWS dynamodb? (I gg and enabled

AWS MobileHub : Rename Android / iOS sample project

ⅰ亾dé卋堺 提交于 2019-12-14 01:27:53
问题 I am a newbie on AWS Mobilehub. I like how it allows me to create project with AWS configured options. However when I try to build the app (ios/swift/android) it always uses my sample project as project name. And in most of configuration settings for AWS project (like using cognito) I have to use mysampleproject to configure. Is there any way I can generate ios/swift/android code with my project name instead of "mysampleproject". Pardon me if my question is too dumb. Appreciate any help. 回答1:

Installing CocoaPods and AWS Mobile iOS SDK

谁说胖子不能爱 提交于 2019-12-13 02:22:59
问题 I followed these instructions: http://docs.aws.amazon.com/mobile/sdkforios/developerguide/install-ios-sdk.html But I still get all these missing dependencies: http://screencast.com/t/o2oaYFctzg How do I fix this? 回答1: So I had issues with this for a while too. A bit confusing if it is your first dependency manager. So open up terminal and follow these steps: gem --help to check if you have RubyGems. If not go HERE sudo gem install cocoapods IT TAKES A WHILE, be patient, it will go Now, once

Login Issue in Amazon Mobile Hub with Cognito

Deadly 提交于 2019-12-12 04:15:21
问题 I am using Mobile Hub (amazon) in my android project and for sign-in providers i am using cognito and I have their sample code which they provide and I modify the code and the Login with Facebook is working but the issue which I am facing is onSuccess method when user login successfully called twice and I debugg it but I can not Figure it out how to fix that issue. SplashActivity.java public class SplashActivity extends AppCompatActivity implements SignInResultHandler { IdentityManager

How do I upload a file into a protected s3 bucket from Swift using the s3 bucket created by AWS mobile hub?

孤街醉人 提交于 2019-12-11 18:22:43
问题 I have an AWS mobile hub project and am attempting to upload a file into the protected folder of the autogenerated bucket. S3 Bucket private protected public uploads I am using the AWSS3TransferUtility to upload files currently after my user has authenticated. I looked at the docs and the website left inside the folders upon creation. They have setup the permissions to protect the data in different ways in different folders. I was able to upload files to the uploads folder with no problem. I

AWS MobileHub iOS SDK - AWSSignInProvider - No documentation for class

不羁岁月 提交于 2019-12-08 13:20:35
I cannot find any documentation on the class AWSSignInProvider and how to use it. There is a header: #import <UIKit/UIKit.h> @protocol AWSSignInProvider <NSObject> @property (readonly, getter=isLoggedIn) BOOL loggedIn; @property (readonly) NSURL *imageURL; @property (readonly) NSString *userName; - (void)login; - (void)logout; - (void)reloadSession; - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id

AWS MobileHub iOS SDK - AWSSignInProvider - No documentation for class

故事扮演 提交于 2019-12-08 07:53:22
问题 I cannot find any documentation on the class AWSSignInProvider and how to use it. There is a header: #import <UIKit/UIKit.h> @protocol AWSSignInProvider <NSObject> @property (readonly, getter=isLoggedIn) BOOL loggedIn; @property (readonly) NSURL *imageURL; @property (readonly) NSString *userName; - (void)login; - (void)logout; - (void)reloadSession; - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; - (BOOL)application:(UIApplication

How to link my mobile hub with my existing cognito user pool?

强颜欢笑 提交于 2019-12-02 01:17:10
问题 I'm following these pages to use cognito on my mobile app https://docs.aws.amazon.com/aws-mobile/latest/developerguide/getting-started.html and https://aws.amazon.com/blogs/mobile/easy-sign-in-and-sign-up-ui-with-the-aws-mobile-sdk-for-android/ I have created the mobile hub and downloaded the json file but now it wants me to create a cognito user pool, but I already have one. How can I link the mobile hub with the existing user pool? Thanks. 回答1: AWS Mobile Hub does not currently provide a

How to link my mobile hub with my existing cognito user pool?

孤人 提交于 2019-12-01 21:17:29
I'm following these pages to use cognito on my mobile app https://docs.aws.amazon.com/aws-mobile/latest/developerguide/getting-started.html and https://aws.amazon.com/blogs/mobile/easy-sign-in-and-sign-up-ui-with-the-aws-mobile-sdk-for-android/ I have created the mobile hub and downloaded the json file but now it wants me to create a cognito user pool, but I already have one. How can I link the mobile hub with the existing user pool? Thanks. AWS Mobile Hub does not currently provide a means to import your existing Cognito User Pool into the project, however, you can use whatever Cognito User