In my app user is asked to be reached to his address book at the first time. Everything is normal if the user gives the permission. However, if the user does not give the permission, when he presses the button to reach the address book after some time, he is never asked again.
Is it possible to ask for the permission to the user each and every time if he tries to open address book from the app?
And one more question: When I dont give the permission, view is still pushed but I see an empty tableview with no contacts as usual. Is it also possible not push addressbook view if the user does not give the permission?
Thanks in advance