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 install
in 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.framework
and place them in theSeries/
directory - Download the MyScript ATK certificate files
MyCertificate.h
andMyCertificate.m
and place them in theSeries/
directory - Open
Series.xcworkspace
in Xcode, build the target "Series," and run on your device