Michael

Results 295 comments of Michael

@InderKumarRathore We have for the majority of our projects but we still have some legacy apps using this lib.

Check #86 Adding a `closeWithCompletionHandler` before deleting worked for us.

I found that by modifying the `listCloudFiles` to the following solved most of our problems: ``` objc - (NSArray *)listCloudFiles { // Log retrieval if (self.verboseLogging == YES) NSLog(@"[iCloud] Getting...

Would be a good idea to get the current process together for the docs site.

@vinodh143 The new build process uses gradle. It requires that you have installed the android sdk and either used the default install location or configured AIR to use it through...

Great to hear, let me know if you want me to test anything

You set the minimum sdk via the `uses-sdk` tag in your manifest additions: ```xml ``` Personally I wouldn't try to support anything older than 19 now, but up to you.

@shaymolho Just a note, the airpackage is available and hosted elsewhere so you don't need to wait for this PR to use AppsFlyer with apm ;)

The `NSPrivacyAccessedAPICategoryUserDefaults` will be required by any ANE using User Defaults, including our Application ANE. The others all look file system related so likely something the AIR SDK is accessing....

I believe you just have to create a file named `PrivacyInfo.xcprivacy` in the root of your application and include something like following: ```xml NSPrivacyTrackingDomains app-measurement.com NSPrivacyTracking NSPrivacyAccessedAPITypes NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategoryUserDefaults NSPrivacyAccessedAPITypeReasons...