appleflix
iPhone developer Pumpkin plugged "rental" into a string search of the iPhone's lockdown
daemon file—which authorizes the iPhone for services—returning a curious set of hits:
pumpkin:~ pumpkin$ strings /usr/local/share/iphone-filesystem/usr/libexec/lockdownd | grep -i rental
trigger_rental_bag_verification: Could not retrieve FairPlayID
trigger_rental_bag_verification: Could not initialize FairPlay context
trigger_rental_bag_verification: Could not verify the rental bag response: %d
load_rental_bag_request: Could not retrieve FairPlayID
load_rental_bag_request: Could not initialize FairPlay context
load_rental_bag_request: Could not generate rental bag request
.....
There's some code there, so where's the goods?
More »