-
Notifications
You must be signed in to change notification settings - Fork 502
Getting Started #112
Comments
Hey @AdventureOfMar, are you using this in an existing project? Keep in mind the dialog will only open if you have unaccepted permissions; it's automatically bypassed if all the permissions are already granted. |
Hi @nickoneill :) I am, first time building the app on my iphone 6 and the dialogs never appear. My xcode is xcode 7 with swift 2.1 |
I'm not sure what the issue is. We could potentially narrow it down if you post the relevant code that you're using for permissionscope. |
Here's my code: https://gist.github.com/bre7/d447e5e62a07e3c631d8 I think that I've been asking the wrong question. I completely looked over the |
Give this a shot without the debugger, i.e. run it on a device without Xcode. See #61 for a case where "show me" links don't work with the debugger. |
Hmm, I'm not exactly sure that this is my issue. I've tried resetting my phone, deleting the app rebuilding, and running without the build strictly running on the device and still no luck. No matter what item I call to request permissions for i.e. contacts, location, photos, camera, microphone non of these items appear under Settings/AppName. The app name is correct but I'm not sure what I'm doing wrong. I deleted the cocopod and reinstalled and still no luck either. When i download the zip from your repo everything works perfectly. A few errors that are being printed are as follows
|
From the Apple dev forums:
Update: If everything works from the repo, there's no need for this issue anymore. Mentioned warnings/errors are the same as #127...Closing issue. |
Hello, I just pulled permissionscope into my project via cocoapods, I followed your instructions but permissions don't pop up for my iphone 6 only the emulator
The text was updated successfully, but these errors were encountered: