All Projects → amazon-archives → aws-mobilehub-helper-ios

amazon-archives / aws-mobilehub-helper-ios

Licence: other
ARCHIVED: Use https://github.com/aws/aws-sdk-ios/

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to aws-mobilehub-helper-ios

Amplify Js
A declarative JavaScript library for application development using cloud services.
Stars: ✭ 8,539 (+20726.83%)
Mutual labels:  cognito, aws-mobile
Aws Amplify Vue
A Vue.js starter app integrated with AWS Amplify
Stars: ✭ 359 (+775.61%)
Mutual labels:  aws-sdk, cognito
cognito-idp
Lightweight AWS Cognito Identity Provider client for Kotlin Multiplatform and Typescript projects.
Stars: ✭ 14 (-65.85%)
Mutual labels:  auth, cognito
Aws Sdk Ios
AWS SDK for iOS. For more information, see our web site:
Stars: ✭ 1,524 (+3617.07%)
Mutual labels:  aws-sdk, aws-mobile
Aws Serverless Auth Reference App
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Stars: ✭ 724 (+1665.85%)
Mutual labels:  auth, cognito
amplify-material-ui
A Material-UI based implementation of aws amplify
Stars: ✭ 32 (-21.95%)
Mutual labels:  auth, cognito
UCAS-Helper
国科大(UCAS, ucas)校园网登录、课程资源下载、自动评教和分数查询助手
Stars: ✭ 105 (+156.1%)
Mutual labels:  helper
git-cheatsheet
One stop guide to help solve all your doubts related to Git & GitHub.
Stars: ✭ 31 (-24.39%)
Mutual labels:  helper
iron-session
🛠 Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.
Stars: ✭ 1,729 (+4117.07%)
Mutual labels:  auth
IDCardNumber-Validator
An Objective-C & Swift implementation to (check) validate Chinese ID Card No. 身份证号码验证
Stars: ✭ 15 (-63.41%)
Mutual labels:  helper
aws-sdk-lisp
AWS-SDK for Common Lisp
Stars: ✭ 61 (+48.78%)
Mutual labels:  aws-sdk
RaycastVisualization
This asset allows users to view raycasts as the user fires them.
Stars: ✭ 61 (+48.78%)
Mutual labels:  helper
Flask-GraphQL-Auth
(UNMAINTAINED. FEEL FREE TO FORK) 🐍A Pythonic way to provide JWT authentication for Flask-GraphQL
Stars: ✭ 64 (+56.1%)
Mutual labels:  auth
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+1595.12%)
Mutual labels:  auth
capacitor-firebase-authentication
⚡️ Capacitor plugin for Firebase Authentication.
Stars: ✭ 67 (+63.41%)
Mutual labels:  auth
logto
🧑‍🚀 Logto helps you build the sign-in, auth, and user identity within minutes. We provide an OIDC-based identity service and the end-user experience with username, phone number, email, and social sign-in, with extendable multi-language support.
Stars: ✭ 3,421 (+8243.9%)
Mutual labels:  auth
jwt-auth
JSON Web Token Authentication for Thinkphp
Stars: ✭ 113 (+175.61%)
Mutual labels:  auth
slicy
A set of typesafe chainable slice helpers to reduce pain of working with slices
Stars: ✭ 18 (-56.1%)
Mutual labels:  helper
Opux
Opux is a Discord bot for EVEOnline
Stars: ✭ 13 (-68.29%)
Mutual labels:  auth
firebase auth oauth
A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth.
Stars: ✭ 28 (-31.71%)
Mutual labels:  auth

AWS Mobile Hub Helper for iOS

The AWS Mobile Hub simplifies the process of building, testing, and monitoring mobile applications that make use of one or more AWS services. It helps you skip the heavy lifting of integrating and configuring services by letting you add and configure features to your apps, including user authentication, data storage, backend logic, push notifications, content delivery, and analytics—all from a single, integrated console.

This helper code is the source for the AWSMobileHubHelper.framework file which is included with every Objective C and Swift application download from AWS Mobile Hub.

Distribution

You can download the framework along with the sample app from the mobile hub console under the build section. The framework is currently distributed as a static library.

Building framework from source

You can build the framework from source using the Script. The API reference documentation can be generated using the Script.

Integrating the framework into XCode

If you have downloaded the AWSMobileHubHelper from the mobile hub console, follow the steps 1-4, otherwise jump to Step 5.

  1. Locate the custom SDK and source code you downloaded.
  2. Drag and drop the AmazonAws folder into the Navigator pane in XCode.
  3. When prompted, choose Copy items if needed and then choose Create groups.
  4. Choose Finish.
  5. Open the target for your project.
  6. Select General.
  7. Expand Linked Frameworks and Libraries and choose the + symbol to select frameworks.
  8. Add AWSMobileHubHelper.framework.
  9. Optionally add other frameworks that need to be statically linked under the Linked Frameworks and Libraries section.

Submitting Pull Requests

At this time we are accepting pull requests only for Bug fixes (one bug fix per requests). For new features please submit feedback on the mobile hub console (link for feedback on the bottom left corner). Please make sure that your pull requests comply with the license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].