CoreData persistent history tracking with legacy stack and Objective C

Is it possible to implement Persistent History Tracking in an application/framework written in Objective C where Core Data stack has been setup manually in legacy manner? Or does persistent history tracking work only when persistent store was initialised by NSPersistentContainer available from iOS 10 onwards?

CoreData persistent history tracking with legacy stack and Objective C
 
 
Q