delete bundle file in iOS app -
here problem: trying check contents of app's bundle. writing couple of lines of code like:
nsbundle *mybundle = [nsbundle mainbundle]; nslog(@"%@",mybundle);
i got path need locate app's bundle. however, when deleted bundle, expecting app give error saying bundle doesn't exist. instead, showed same path again. hy doesn't have impact on program. how work under hoods? new ios, appreciated.
thanks in advance!!!
Comments
Post a Comment