NSString*message=[NSStringstringWithFormat:[NSBundletz_localizedStringForKey:@"Please allow %@ to access your camera in \"Settings -> Privacy -> Camera\""],appName];
NSString*message=[NSStringstringWithFormat:[NSBundletz_localizedStringForKey:@"Please allow %@ to access your camera in \"Settings -> Privacy -> Camera\""],appName];
UIAlertView*alert=[[UIAlertViewalloc]initWithTitle:[NSBundletz_localizedStringForKey:@"Can not use camera"]message:messagedelegate:selfcancelButtonTitle:[NSBundletz_localizedStringForKey:@"Cancle"]otherButtonTitles:[NSBundletz_localizedStringForKey:@"Setting"],nil];
UIAlertView*alert=[[UIAlertViewalloc]initWithTitle:[NSBundletz_localizedStringForKey:@"Can not use camera"]message:messagedelegate:selfcancelButtonTitle:[NSBundletz_localizedStringForKey:@"Cancel"]otherButtonTitles:[NSBundletz_localizedStringForKey:@"Setting"],nil];