Parse

Adobe AIR native extension

Provides access to the Parse SDK

The extension is available here: com.distriqt.Parse

Documentation



Setup Parse

1. Create Parse Application
2. Configuring iOS


Setup the Extension

1. Add the Extension
2. Initialise the Extension


Usage

1. Setup Application


External Links

- ASDocs
2017.07.10 [v3.0.006]

Updated for compatibility with new Core library (for Notifications/PushNotifications fix)

2016.12.30 [v3.0.005]

Updated SDKs + new documentation

2016.02.05

Added put, get, and saveInBackground on current installation (resolves #12) Updated SDK - iOS: v1.12.0 Android: v1.13.0 (#17)

2015.09.10

iOS: Fixed issue with analytics when starting from a notification when closed (#9)

2015.09.08

iOS: Added option to disable the default Parse notification handler (resolves #9)

2015.09.07

iOS: Corrected NOTIFICATION event not firing (resolves #10)

2015.08.25

Android: Updated Parse lib to version 1.10.1

2015.08.14

iOS: Added the getDeviceToken function to retrieve the current device token (resolves #7)

2015.08.13

iOS: Corrected push open functionality (resolves #6)

2015.08.12

Updated build, default lib corrections

2015.07.13

Added direct call for register/notificationsEnabled to control when permission dialog appears (resolves #2)

2015.07.10

Release version for airnativeextensions

2015.06.18

Updated to Android v1.9.2 and iOS v1.7.4

2015.02.03

Added check for .debug suffix in application id

2015.02.03

Added check for .debug suffix in application id

2015.01.05

iOS: Corrected missing getCurrentInstallation functionality

2014.12.29

iOS: Added latest SDK and created a ‘no Bolts’ version for usage with the FacebookAPI ANE

2014.12.22

iOS: Included arm64 support (resolves #1) Android: Corrected application id check when doesn’t contain air prefix

2014.12.08

Corrected missing EventDispatcher functions from base class iOS: Implemented autoreleasepools for all C function calls

2014.12.03

Updated to latest SDK