Am developing an app in iPad. Using the app i am going to record videos and upload it into the server. I would like to generate a unique alphanumeric key to be used as the video name. IS there any way to generate alphanumeric key in objective-c?
Share
Use following function to get random name it will give you very long name so specify the name length you required in my case it is 8.