i am selecting one image from photo library to display on my image view.
there is a save button to save this image file to app bundle.
however i need to save the same selected image in another device with the same name(images are same).so if the user entering image name in another device manually,there is a chance to occur the spelling mistake with the image name.so it will not save the same name.
i need to avoid this problem. can i get any unique key from the displayed image(it will always same for the image).then i can save the file name of the image as the unique value without giving a option of entering image name to the user.so the another device will also save the same image as unique name which is saved in another app.
can any tell me a good way to do it.just i need to save the same images with same name in different apps without giving a option to enter image name manually(on i pad based).