https://github.com/appgalleryconnect/agc-cloudfunction-demo-ios
With Cloud Functions, you can develop functions using programming languages supported by AppGallery Connect and run them in a serverless environment. Each function instance receives and responds to events in an isolated environment. Cloud Functions guarantees reliable function instances and scales their number as needed.
https://github.com/appgalleryconnect/agc-cloudfunction-demo-ios
agc cloud functions ios
Last synced: 7 months ago
JSON representation
With Cloud Functions, you can develop functions using programming languages supported by AppGallery Connect and run them in a serverless environment. Each function instance receives and responds to events in an isolated environment. Cloud Functions guarantees reliable function instances and scales their number as needed.
- Host: GitHub
- URL: https://github.com/appgalleryconnect/agc-cloudfunction-demo-ios
- Owner: AppGalleryConnect
- License: apache-2.0
- Created: 2021-02-18T06:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T07:00:07.000Z (over 5 years ago)
- Last Synced: 2024-12-28T14:42:30.834Z (over 1 year ago)
- Topics: agc, cloud, functions, ios
- Language: Objective-C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## function quickstart
## Introduction
Cloud Functions enables serverless computing. It provides the Function as a Service (FaaS) capabilities to simplify app development and O&M so your ideas can be realized more easily and your service capabilities can be built more quickly.
1. Cloud Functions provides an efficient and reliable framework for developing and running functions. It frees you from complex traditional development and O&M of apps. Server configuration and management, code deployment, load balancing, autoscaling, and high reliability assurance are now streamlined.
You only need to focus on service logic and function code to build reliable and scalable serverless apps.
2. As the core of serverless computing, Cloud Functions works with other cloud services like building blocks to implement your service logic.
## Preparing the Environment
XCode 11.0 or later.
iOS 9 or later.
## Configuration
Before running the quickstart app, you need to:
1. If you do not have a HUAWEI Developer account, you need to register an account and pass identity verification.
2. Use your account to sign in to AppGallery Connect, create an app, and set Package type to iOS.
3. Create a cloud function. (For details, please refer to the development guide.)
3.1 Sign in to AppGallery Connect, select My apps, and click the product of the app for which you want to enable Auth Service.
3.2 Go to Develop > Build > Cloud functions. The Cloud Functions page is displayed.
3.3 Click New Function on the Functions page.
3.4 Define the function on the page that is displayed.
3.5 Click Save.
4. Download the agconnect-services.plist file from AppGallery Connect, and add to your project.
## Question or issues
If you have questions about how to use AppGallery Connect Demos, try the following options:
* [Stack Overflow](https://stackoverflow.com/users/14194729/appgallery-connect) is the best place for any programming questions. Be sure to tag your question with huawei-mobile-services.
* [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) AppGallery Module is great for general questions, or seeking recommendations and opinions.
If you run into a bug in our samples, please submit an [issue](https://github.com/AppGalleryConnect/agc-demos/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/AppGalleryConnect/agc-demos/pulls) with a fix.
## License
quickstart is licensed under the [Apache License, version 2.0] (http://www.apache.org/licenses/LICENSE-2.0).