I\'m trying to create a folder inside the /sounds folder of my app.
-(void)productPurchased:(UAProduct*) product { NSLog(@\"[StoreFrontDelegate] Purchase
This is because you should never modify the bundle of your application at runtime. Instead, you should have a folder elsewhere where you can add resources.
EDIT: The error you are seeing is most likely because you cannot write to the bundle.