Posts

Post not yet marked as solved
3 Replies
803 Views
On iOS16.1 beta. In my widget extension, FileManager.default.url(forUbiquityContainerIdentifier: nil) always return nil. In the previous iOS versions(iOS16.0 iOS16.0.1) it worked. My app is ScriptWidget, after enable iCloud, the widget can not visit scripts in iCloud Documents directory. But the main app and extent worked as before (can visit). I also post a feedback https://feedbackassistant.apple.com/feedback/11529890
Posted Last updated
.
Post marked as solved
5 Replies
2.7k Views
Our app has applied two extended entitlements, com.apple.developer.payment-pass-provisioning and com.apple.developer.networking.HotspotHelper.In the last phase of creating a new provisioning file, I was asked "Do you need additional entitlements ?". There are three values in the droplist when I create a development provisioning profile:1. Default2. ApplePay In-App Provisioning Development3. Network Extension iOS (Dev)Now the issue is that : only one of the three options I can select. I want to select both 2 and 3 (ApplePay In-App Provisioning Development and Network Extension iOS) , in order to generate the result provisioning file containing both com.apple.developer.payment-pass-provisioning and com.apple.developer.networking.HotspotHelper.How could I achieve that?Thank you.
Posted Last updated
.