Posts

Post marked as solved
1 Replies
336 Views
I tried to debug my app on my phone running on 17.2. But I just got this error after upgrading to Xcode 15.1. Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.NG4V3R/extracted/Payload/myapp.app/Frameworks/SwiftyStoreKit.framework : 0xe8008001 (An unknown error has occurred.) Verify that the Developer App certificate for your account is trusted on your device. Open Settings on the device and navigate to General -> VPN & Device Management, then select your Developer App certificate to trust it. There is no developer certificate under that VPN & Device Management.
Posted
by sza.
Last updated
.
Post not yet marked as solved
2 Replies
888 Views
Hi folks. My iOS game has in-app purchase bulit in for buying consumerble products. If I migrate it across to Mac, then people will have ability to look inside my application folder and manipulate my data files.So any suggestion on preventing piracy? Anyone shares the same concern?
Posted
by sza.
Last updated
.
Post not yet marked as solved
0 Replies
365 Views
It works on mac. When I am working on Windows and wanna check sales, the pages throw JavaScript errors on Chrome/Edge leaving blank page. I am on all latest versions of my browsers. Reproduce the issue: Go to https://appstoreconnect.apple.com/ Click on the icon Sales and Trend Click on "Proceeds" on the left pane Error: <svg> attribute width: A negative value is not valid. ("-140") react-dom.production.min.js:198 TypeError: Cannot read property 'includes' of undefined at Analytics.js:411 at Array.map (<anonymous>) at e.value (Analytics.js:407) at e.value (Analytics.js:279) at e.value (Analytics.js:67) at t.n.loadPageData (Snt.js:1095) at t.<anonymous> (Snt.js:218) at Qi (react-dom.production.min.js:193) at qi (react-dom.production.min.js:193) at Ro (react-dom.production.min.js:216) no @ react-dom.production.min.js:198 n.callback @ react-dom.production.min.js:210 Qi @ react-dom.production.min.js:193 qi @ react-dom.production.min.js:193 Ro @ react-dom.production.min.js:217 Io @ react-dom.production.min.js:220 (anonymous) @ react-dom.production.min.js:250 t.unstablerunWithPriority @ scheduler.production.min.js:18 ws @ react-dom.production.min.js:250 Es @ react-dom.production.min.js:249 Ts @ react-dom.production.min.js:248 gs @ react-dom.production.min.js:245 zo @ react-dom.production.min.js:243 enqueueSetState @ react-dom.production.min.js:130 D.setState @ react.production.min.js:13 (anonymous) @ Snt.js:179 Promise.then (async) value @ Snt.js:154 linkAction @ Snt.js:2116 n @ Navigation.js:21 l @ react-dom.production.min.js:14 h @ react-dom.production.min.js:15 (anonymous) @ react-dom.production.min.js:15 k @ react-dom.production.min.js:17 O @ react-dom.production.min.js:18 x @ react-dom.production.min.js:18 R @ react-dom.production.min.js:21 ** @ react-dom.production.min.js:84 Ms @ react-dom.production.min.js:250 Ke @ react-dom.production.min.js:39 On @ react-dom.production.min.js:86 (anonymous) @ react-dom.production.min.js:251 t.unstablerunWithPriority @ scheduler.production.min.js:18 Cs @ react-dom.production.min.js:251 Cn @ react-dom.production.min.js:85 Analytics.js:411 Uncaught (in promise) TypeError: Cannot read property 'includes' of undefined at Analytics.js:411 at Array.map (<anonymous>) at e.value (Analytics.js:407) at e.value (Analytics.js:279) at e.value (Analytics.js:67) at t.n.loadPageData (Snt.js:1095) at t.<anonymous> (Snt.js:218) at Qi (react-dom.production.min.js:193) at qi (react-dom.production.min.js:193) at Ro (react-dom.production.min.js:216)
Posted
by sza.
Last updated
.
Post not yet marked as solved
0 Replies
204 Views
Xcode: Version 12.2 (12B45b) Big Sur: 11.0.1 (20B29) Running application in iOS 12.4 simulator is basically not usable. UI doesn't respond to any interaction. W-T-F is going on, Apple?
Posted
by sza.
Last updated
.
Post not yet marked as solved
0 Replies
364 Views
let gestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(buttonPressed)) self.button.addGestureRecognizer(gestureRecognizer)Weird, buttonPressed can be triggered on iPhone Xs Max but not on iPad Air 2, after upgrading to the build 13.1(17A5837a).Anyone has the same issue?
Posted
by sza.
Last updated
.