Releases: PredixDev/PredixMobileSDK
DroidSDK v1.3.8
- Added the ability to cancel authentication from a separate activity.
If you use authentication in a separate activity it is important to call onStopAuthentication on the AndroidMobileManager. Below is an example:
public class AuthenticationActivity extends Activity {
...
@Override
protected void onStop() {
super.onStop();
AndroidMobileManager.getInstance().onStopAuthentication();
}
...
}For a more in-depth example please see our sample application
DroidSDK-v1.3.10
- Boot restart stability and enhancements.
Apple Framework v3.91
Zip files for the Apple PredixMobileSDK Framework v3.91 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.91 includes:
- Xcode 9.2 support
- DE56796 - login not falling back to offline when device has internet connectivity, but no connectivity to PredixMobile backend.
- Fixed issue where logging on device would not appear properly in the console
Apple Framework v3.9
Zip files for the Apple PredixMobileSDK Framework v3.9 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.9 includes:
- Xcode 9.1 support
- Minor bug fixes
Apple Framework v3.81
Zip files for the Apple PredixMobileSDK Framework v3.81 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.81 includes:
- Simplifies TimeSeries connection
Apple Framework v3.8
Zip files for the Apple PredixMobileSDK Framework v3.8 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.8 includes:
- enhancements to Command API
- enhancements to allow online Predix server calls simpler
- Added support for Predix Time Series online API
- Added data mocking support
Apple Framework v3.7
Zip files for the Apple PredixMobileSDK Framework v3.7 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.7 adds:
- Xcode 9 and Swift 4 Support
Apple Framework v3.6
Zip files for the Apple PredixMobileSDK Framework v3.6 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.6 adds:
- Native Authentication support
- Hybrid TouchId refresh support
Apple Framework v3.5
Zip files for the Apple PredixMobileSDK Framework v3.5 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.5 adds:
- Allow pmapi calls to use https in addition to http
- Added Delete method to Secure Storage Service
- Added document Create, Update and Delete features to DB Service
- Added querying views to DB Service
- Added Command Service
- Added Mobile Monitoring
Apple Framework v3.4
Zip files for the Apple PredixMobileSDK Framework v3.3 for use in creating your own container app.
The iOS framework is the same as the integrated iOS SDK Framework in the PredixMobileiOS project.
The macOS framework is the same as the integrated Mac SDK Framework in the PredixMobileMacOS project.
Release Notes:
- Release v3.4 Adds hybridUI Database support - 2nd database to contain hybrid UI pmapp and webapp documents and attachments independently synced, and/or stored in the application bundle.