This repo is for a mobile client for Rutgers Sakai on iOS (Android: https://github.com/SChakravorti21/SakaiClientAndroid). Under active development.
Available for Download: https://itunes.apple.com/us/app/rutgers-sakai-mobile/id1435278106?mt=8
- View All your Courses in a centralized location
- View All your Grades at once
- See all your Announcements as an email feed
- Page through your Assignments and submit from the app
- Easily flip through and download your resources
- Use the native inline submission editor to easily edit your Assignment submissions
If you'd like to compile and run the source code yourself, you can do so on any Mac machine. The dependencies are already included in the repo.
Run the following commands:
git clone https://github.com/PRAN1999/SakaiClientiOS.git
cd SakaiClientiOS
open -a XCode SakaiClientiOS.xcworkspace
This should open the project in XCode. If you do not see "SakaiClientiOS" as a target in the top left of the screen, click on the target list and then click "New Scheme". Then add "SakaiClientiOS" as a target and run Cmd-B to build the target.
If there are any issues with building the project, try reinstalling the CocoaPods:
pod clean
pod install
from your root directory in Terminal. If issues persist after that, shoot us an email at rutgerssakaiapp@gmail.com and we'll do our best to help you out.
As an open-sourced app, the Rutgers Sakai App team welcomes pull requests for features and bugs. A CONTRIBUTING.md guide will be published soon.
SakaiClientiOS is licensed under the GPL v3.0 license. See LICENSE.md