TIBCO JasperMobile for iOS is a native application which allows you to browse your JasperReports Server repository and view reports/dashboards in several formats.
It is built using the Jaspersoft Mobile SDK for iOS, and it is compatible with JasperReports Server 6.0 or higher, Community or Commercial editions.
The source code of TIBCO JasperMobile for iOS is freely available and can be used as a good example of how to integrate reporting and analysis services of JasperReports Server with your own native applications.
Please see the TIBCO JasperMobile for iOS Community project page: http://community.jaspersoft.com/project/jaspermobile-ios
The recommended approach for installing JaspersoftSDK for building application is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation. For best results, it is recommended that you install via CocoaPods >= 0.19.1g Git >= 1.8.0 installed via Homebrew.
Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup
Change to the directory of your TIBCO JasperMobile project, and Install pods into your project:
$ pod install
Open your TIBCO JasperMobile project in Xcode from the .xcworkspace file (not the usual project file)
$ open TIBCO JasperMobile.xcworkspace
TIBCO JasperMobile app is licensed under the terms of the GNU LESSER GENERAL PUBLIC LICENSE, version 3.0. Please see the LICENSE file for full details.