Questions tagged [aws-sdk-ios]

Tag can be used for questions related to AWS SDK on iOS platform: programming question on either Swift or Objective-C, troubleshooting apps that use AWS on iOS, and so on.

The AWS Mobile SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.

112 questions
0
votes
1 answer

How to define cache control for AWSS3TransferUtility

I'm struggling to define cache control when uploading images via the AWSS3TransferUtility (AWS-iOS-SDK v2.4.x). My simplified usage is like: let utility = AWSS3TransferUtility.S3TransferUtilityForKey("key") let data =…
Carsten
  • 1,029
  • 14
  • 29
0
votes
1 answer

AWS Google Sign In - Query Dynamo DB Access Denied Error

I am having a iOS application that uses Google SignIn and I want to authenticate AWS using Google Token ID. I have created roles in IAM and Identity Pool in Cognito.When I try to query a table in Dynamo. I am getting 'Not authorized to perform…
0
votes
1 answer

XCode 7: AWS S3 Header file not found using Cocoa Pods

I'm trying to get an existing Objective-C project to build in XCode 7 on OS X 10.11 (El Capitan). I grabbed the source from a repository, ran pod install, and then opened up the .xcworkspace file and tried to build. It fails to find 'S3.h' which…
Bill
  • 25,119
  • 8
  • 94
  • 125
0
votes
1 answer

Lambda function issue in AWS iOS Sdk

I'm new to deal with AWS web services, i'm working with open-identity sending DeveloperAuthProviderName and Token in login dictionary of AWSCognitoCredentialsProvider class and then in a viecontroller i'm invoking a lambda funtion and its giving me…
user1068810
  • 387
  • 2
  • 6
  • 14
0
votes
1 answer

How to set up the AWS SDK for Cocoa Application project?

I am trying to set up the AWS SDK for Cocoa Application project. I created a plain text file named Podfile (without any file extension) and added the lines below: source 'https://github.com/CocoaPods/Specs.git' pod "AWSiOSSDKv2" pod…
abg
  • 2,002
  • 7
  • 39
  • 63
0
votes
0 answers

write to amazon aws dynamoDB with out a rang key

I am expanding on exploring amazon's DynamoDB with DynamoDBSample, which they release recently with a bundle of libraries and frameworks called awsiossdk v2 So now the question is, if you go to the dynamoDB console on the web, range key is optional.…
shebelaw
  • 3,992
  • 6
  • 35
  • 48
-1
votes
1 answer

Getting AWSAccountID

Has anyone worked around with Amazon Web Services (AWS) with iOS SDK 2. I know as per Amazon SDK Team, Version 2 of the AWS Mobile SDK for iOS has reached General Availability (GA) and is no longer in Developer Preview. Version 1 is deprecated as…
Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
1 2 3 4 5 6 7
8