How can we check if a file is present in the external bundle loaded in the app or not before fetching it?
If you only want to know if it's there so you can decide whether to load it or not, I'd just attempt to load it and check if the object returned is nil. If it is, you know it doesnt exist in the bundle.