I want to include an unrar files option in my iphone app.
I have already tried https://github.com/ararog/Unrar4iOS but this library is not complete (some functions are not yet implemented like -(BOOL) unrarFileTo:(NSString*)path overWrite:(BOOL)overwrite)
Thanks.
I ended up using Unrar4ios but I needed to write myself the function that actually extracts the rar file:
This might help: https://github.com/ararog/Unrar4iOS
The unrarlib library should work for you, since Objective C is a superset of C.