Post

Replies

Boosts

Views

Activity

Provisioning profile doesn't include signing certificate
After upgrading to macOS 10.13.4 and Xcode 9.3, my project now makes all my Provisioning Profile ineligible! They worked before upgrade.The error message for the distribution profile is:Provisioning profile "distribution profile name" doesn't include signing certificate "development certificate name"So I search through the forum,remove ALL items in keychain My Certificateredownload the distribution profile (double tap to install to Xcode)create new distribution profile (double tap to install to Xcode)recreate the Production certificate (double tap to install to Keychain)redownload the Development certificate (double tap to install to Keychain)So now my keychain has two production certificate (one is newly created), and one development certificate, and the error is still there. I found it weird that it asked for the development certificate in distribution profile? (I think this is the clue, but I don't know why)So now what should I do? Please help!
13
6
246k
Apr ’18
App Store Connect - Remove non-existence App Preview
We encountered an issue in App Store Connect that has been stuck for months.App Store reviewer rejected our submission and say our App Preview content is not appropriate (including self promoting ad…). OK, we removed the video. What happened next is weird. We got rejected again and received feedback that the App Preview content is not appropriate - even we had removed it!Frustrated, we removed ALL screenshots (no video) and reupload ONLY screenshots. And again we got rejected and receive feedback that the App Preview content is not appropriate. We asked for technical help and received the same response. We asked for which localisation? English (that is our main), so it is not localisation issue (which all links to English).How do we remove a non-existence App Preview?
6
1
2.4k
Oct ’19
Using camera with Mac Catalyst
In an app ported to Mac Catalyst, the camera interface always turned out to be blank.I have checked: the capabilities includes "Camera", the privacy setting in info.plist is there (the iPad app shows the camera fine), and I even try to include front camera for UIImagePickerController. if UIImagePickerController.isSourceTypeAvailable(.camera) { let imagePicker = UIImagePickerController() imagePicker.sourceType = .camera imagePicker.delegate = self imagePicker.cameraDevice = .front // added for Mac self.present(imagePicker, animated:true, completion:nil) }The error I got is: "[Generic] Could not create video device input: Error Domain=AVFoundationErrorDomain Code=-11814"
5
0
2.7k
Oct ’19
Finder crashes in macOS Big Sur!
Hi, macOS Big Sur works for me perfectly until I upgraded iCloud to 2TB. While syncing, Finder crashes and cannot be reopened again. Open Finder will result in -1 error. Trying safe mode, closed WiFi (to prevent syncing) and the result is the same. Since I cannot access Finder, I can't redownload the beta (downloading to a folder will hung). What shall I do?
6
0
4.5k
Jul ’20
UIImageWriteToSavedPhotosAlbum crashed on Mac
I convert one of my painting apps to Mac Catalyst, everything works fine except for when save: UIImageWriteToSavedPhotosAlbum(canvas.getImage(), self, #selector(image(_:didFinishSavingWithError:contextInfo:)), nil) This works on iPhone/iPad, but return an error on Mac (running macOS 11 beta 3) - any idea? Thanks!  {Error Domain=com.apple.photos.error Code=41002 "Unable to obtain photolibraryd XPC proxy for getResourceWriteOnlyServiceWithReply:. photolibraryd could have crashed" UserInfo=0x600003a264c0 (not displayed)}}}}}}
0
0
695
Jul ’20
Distribution Profile Type for Mac Catalyst app?
Hi, this might sounds dumb, but to create a distribution profile for Mac Catalyst app, should I choose Mac or Mac Catalyst? When select "Mac Catalyst" type, I saw this message, which concerns me since I don't use any "maccatalyst" prefix for our apps. To generate a provisioning profile for an App ID with a "maccatalyst" prefix, search for the iPad app's App ID. Then select the App ID under "Enabled App IDs with an associated application identifier".
7
0
2.8k
Nov ’20
Cannot remove App Privacy after removing AdMob and tracking
I wanted to remove AdMob from my iOS app, so I remove all traces of AdMob, and make sure that info.plist does not have NSUserTrackingUsageDescription, no external framework used, and no traces of NSUserTrackingUsageDescription in my codes (global search in Xcode not found). However, previous version has setup App Privacy in AppStore Connect. Uploading a new build I can remove all entries in App Privacy except for one (?): Data Types - 1 data type collected from this app: Product Interaction And I cannot remove this one: when selecting not collecting info, I got this error message: Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. You must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect. What shall I do? And what is this Product Interaction tracking? (The rest can all be reset to not tracking except this one.)
36
6
31k
May ’21
Mac Catalyst release notes?
In the process of converting our SwiftUI app to Mac Catalyst, we found that although the app works fine in macOS 13, it is very buggy in macOS 12 (menu does not get refreshed when enable/disable, color palette does not work properly, localized text does not show up in menu, etc). Is there release notes for Mac Catalyst running on different macOS releases? And how do we disable features that don't work on older OS? Thanks!
0
0
767
Jan ’23
Widget in iOS app not shown as Mac Catalyst app
I wish to support Mac with my iPhone/iPad app using Mac Catalyst. Our app shows widgets on iPhone/iPad home screen properly. Using Mac Catalyst is straight forward (except to exclude all ActivityKit codes). However, although the app shows up and work perfectly, I can't see the widgets in notification center. Separate compile the widget extensions show no errors but nothing is shown. Also tried build separately, drag into Applications folder, run the build and the widgets are not shown. Any suggestions? Using the Xcode 14.2 and macOS 13.1.
2
0
1.6k
Jan ’23