Skip to content

Releases: PredixDev/PredixMobileSDK

DroidSDK v1.3.8

01 May 23:21

Choose a tag to compare

  • 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

08 May 16:59

Choose a tag to compare

  • Boot restart stability and enhancements.

Apple Framework v3.91

05 Dec 20:23

Choose a tag to compare

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

01 Nov 21:58

Choose a tag to compare

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

23 Oct 18:59

Choose a tag to compare

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

17 Oct 22:22

Choose a tag to compare

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

12 Sep 20:53

Choose a tag to compare

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

11 Aug 20:51

Choose a tag to compare

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

28 Jul 18:08

Choose a tag to compare

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

01 Jun 18:02

Choose a tag to compare

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.