Skip to content
View jayy7312's full-sized avatar

Highlights

  • Pro

Block or report jayy7312

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jayy7312/README.md

Basic Logo

Basic Starter

Basic IBM Cloud Mobile Starter in Swift

Platform

Table of Contents

Summary

The Basic IBM Cloud Mobile Starter project has integration points (by default) for Push Notification and Mobile Analytics services and it can also be extended to add other IBM Cloud Mobile services.

Requirements

  • iOS 8.0+
  • Xcode 8.0
  • Swift 3.0

Configuration

IBM Cloud Mobile services Dependency Management

This starter kit uses the IBM Cloud Mobile services SDKs to use the functionality of Mobile Analytics, Push Notifications.

The IBM Cloud Mobile services SDK uses CocoaPods to manage and configure dependencies. To use our latest SDKs, you need version 1.1.0.rc.2.

You can install CocoaPods using the following command:

$ sudo gem install cocoapods --pre

If the CocoaPods repository is not configured, run the following command:

$ pod setup

For this starter, a pre-configured Podfile is included in the ios_swift/Podfile location. To download and install the required dependencies, run the following command in the ios_swift directory:

$ pod install

Open the Xcode workspace: {APP_Name}.xcworkspace. Continue to open the .xcworkspace file as it contains all the dependencies and configurations.

If you run into any issues during the pod install, it is recommended to run a pod update by using the following commands:

$ pod update
$ pod install

Mobile Foundation Configuration (Optional)

In case Mobile Foundation is added to the starter kit then follow the below pre steps.

Steps:
  • Goto the project folder and find a shell scripts by name mfpregisterapp.sh and ensure that you have execute and write permissions in order to run these scripts.
  • run mfpregisterapp.sh. This should set up the Mobile Foundation prereqs for running the starter.

Run

Click Product > Run to start the app in Xcode. You will see a screen like this:

Basic App Screenshot

The application has built-in integration hooks for Mobile Analytics, Push Notifications and Mobile Foundation service (if added).

License

This package contains code licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 and may also view the License in the LICENSE file within this package.

Popular repositories Loading

  1. Mobile-Security-Framework-MobSF Mobile-Security-Framework-MobSF Public template

    Forked from MobSF/Mobile-Security-Framework-MobSF

    Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static a…

    Python 1

  2. jayy jayy Public

    Lol

  3. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript

  4. smart-home-nodejs smart-home-nodejs Public

    Forked from google-home/smart-home-nodejs

    A sample of the Smart Home device control APIs in Actions on Google

    TypeScript

  5. digital-wellbeing-experiments-toolkit digital-wellbeing-experiments-toolkit Public archive

    Forked from googlecreativelab/digital-wellbeing-experiments-toolkit

    Code components for starting your own Digital Wellbeing experiments

    Kotlin

  6. jayy7312 jayy7312 Public

    Swift