iPhone/iPad app that can solve calculus series problems using handwriting recognition and the WolframAlpha API.
This project requires CocoaPods for dependencies. To compile,
- Clone the repository
- Run
pod installin the project directory - Register for the Wolfram Alpha API and add your App ID at the top of
Series/ViewController.h - Register for the MyScript ATK
- Download the MyScript iOS SDK files
ATKCore.framework,ATKMath.framework,ATKMathWidget.bundle, andATKMathWidget.frameworkand place them in theSeries/directory - Download the MyScript ATK certificate files
MyCertificate.handMyCertificate.mand place them in theSeries/directory - Open
Series.xcworkspacein Xcode, build the target "Series," and run on your device