VuframeLab / PanicAR

Augmented Reality Framework for iOS – PanicAR will be sunset April 30th, 2017
http://panicar.vuframe.com
207 stars 61 forks source link

"Status not determined" message #29

Closed nidalios closed 8 years ago

nidalios commented 9 years ago

I have used your framework and it was working perfect on iOS7 so I purchased the license , on iOS8 I updated the framework but keep getting me "Status not determined" error message. why is that happening? Please I need urgent help to fix my app

Miiha commented 9 years ago

Hi, we recently updated the framework to v2.2.3025. Which version are you currently using?

nidalios commented 9 years ago

2.2 build 2930 @ Release

Miiha commented 9 years ago

Please use the release v2.2.3025 which has iOS8 support, if there is still a problem don't hesitate contact us.

nidalios commented 9 years ago

the latest one here on github is 2.2 build 2930! from where can I download the v2.2.3025?

Miiha commented 9 years ago

Releases, its within the beta branch.

kevincador commented 9 years ago

I'm getting a message PSK_STATUS_DENIED with the version v2.2.3025. The .plist doesn't have that key anymore. I'm testing with both camera and location disabled. Could you please check? Thanks.

rudyjahchan commented 9 years ago

I am also having this issue. When I try to use the v2.2.305 .podspec file, pod install outputs the following:

Installing PanicAR 2.2.3017 (was 2.1.2672)

[!] Error installing PanicAR
[!] /usr/local/bin/git clone https://github.com/doPanic/PanicAR.git /var/folders/zq/6p9tk2093_lbn8ybbffr8tk00000gn/T/d20150818-18088-10d1ygf --single-branch --depth 1 --branch 2.2.3017

Cloning into '/var/folders/zq/6p9tk2093_lbn8ybbffr8tk00000gn/T/d20150818-18088-10d1ygf'...
warning: Could not find remote branch 2.2.3017 to clone.
fatal: Remote branch 2.2.3017 not found in upstream origin

Will try beta using the git properties in the Podfile next.