In my ios 8 keyboard extension I wanna check did user gave my keyboard open access or not. But I couldn't find any API. Swiftkey and other custom keyboards somehow solve that problem
There is no API, but if you have app group access enabled, you can try to check if you are able to read/write to the folder. It should give you a permission error access is not enabled.