Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any way to parse NSKeyedArchiver on Android / Java?

I've got some files saved from an iOS app using a NSKeyedArchiver but now I need to be able to read and write to this from an Android utility? Is there any Java library out there that deals with binary plists created using 'NSKeyedArchiver'?

like image 310
strange Avatar asked Jul 13 '26 06:07

strange


1 Answers

You can use the following library to read and write plist's in java. From what I've read it should be able to handle the multiple formats for a plist (Binary, XML, ASCII).

Property List Library

As for decoding NSKeyedArchiver, I am not aware of any libraries out there that can achieve this.

like image 64
brightintro Avatar answered Jul 15 '26 20:07

brightintro



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!