Skip to content

aerogear/ios-showcase-template

Repository files navigation

Aerogear Services iOS Showcase Application Template

CircleCI Swift%20Version 4.0 green

Project Info

License:

Apache License, Version 2.0

Build:

NPM

End User Documentation:

https://docs.aerogear.org

Community Documentation:

https://www.aerogear.org

Issue tracker:

https://issues.jboss.org/browse/AEROGEAR

Mailing lists:

aerogear-dev

A Native iOS Application that demonstrates features of the Aerogear iOS SDK.

Pre-requisites

To run this application, the following is required:

Build Instructions

Cloning the application

git clone git@github.com:aerogear/ios-showcase-template.git && cd ios-showcase-template

Installing Dependencies

To install all pods, run the following command:

pod install

Running the Application

To run the application open the ios-showcase-template.xcworkspace file in Xcode. Then choose your desired device and press run.

Troubleshooting

Enabling Push Capabilites

If you wish to use push on the showcase application you will need to enable the push capability. To do this, go to ios-showcase-template and under Capabilities enable Remote Notifications

Note
You will need an Apple developer account with the push capability for this.
Note
Currently, it is not possible to use push notifications with a simulator.

Running on a real device

If you are running the application on a real device you will need to create a provisioning profile. To do this, go to ios-showcase-template and under General and then Signing select your desired profile if you already have one, and if not click Add an Account to create one.

Work with Self-signed Certificate

License

Questions?

Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!

Found a bug?

If you found a bug please create a ticket for us on Jira with some steps to reproduce it.