Questions tagged [wwdc]

WWDC stands for the Worldwide Developer's Conference, a conference for iOS and OS X developers held by Apple in San Francisco, in the Moscone West convention center.

WWDC is an abbreviation for the Worldwide Developer's Conference, a conference for and developers held by Apple in San Francisco, in the Moscone West convention center.

The opening keynote by Apple's top executives often is the announcement place of multiple software and hardware announcements . The Presidio, the room in which these announcements are made, seats over 5,000 people.

125 questions
1
vote
1 answer

Will I be forced to update my iOS app in HTTPS in 2017?

I actually have published an application in AppStore that works over HTTP. Will I be forced to update my app to work on HTTPS before 2017 or it will still be working as it is? What happens if I don't update my app before 2017? Please, give me a…
Xhulio Hasa
  • 193
  • 1
  • 10
1
vote
0 answers

After tvOS 10, can I use HomeKit framework to create server app on AppleTV to control third party accessory?

After this WWDC 2016, I am still not sure can I write server or server like App on Apple TV to manage all of my accessories. I wanna create an app can do the job like my BOSCH security alarm control panel. You know, there are lots of rules and…
Yi Jiang
  • 3,938
  • 6
  • 30
  • 62
1
vote
1 answer

Why don't the WWDC 2010 video capture samples work in the Simulator?

I downloaded the latest video capture samples from WWDC 2010 and am trying to run them in my simulator. Samples in general are supposed to run without any tinkering so I just unzipped a bunch of them and tried to run them in Xcode. None of the ones…
twerdster
  • 4,977
  • 3
  • 40
  • 70
1
vote
2 answers

CoreText Page view example (CTPageViewer)

I was watching "Advance Text Handling for iPhone OS" video from WWDC. I really like the demo and want to play with it, but once i download source code from WWDC and try to look for the example. I could not find it. Is there any one who knows from…
1
vote
1 answer

How do I link to a WWDC sessions in S.O. answers?

I'd like to provide relevant links to specific Apple's WWDC session videos in Stack Overflow questions & answers. How can I obtain a URL to link directly to a specific WWDC video? Ideally it would open a page with the session description and begin…
Benjohn
  • 13,228
  • 9
  • 65
  • 127
1
vote
1 answer

Is it feasible to load 'code logic' dynamically in iOS app?

I am looking at this WWDC session: Integrating JavaScript into Native Apps My understanding is that this is a bridge between Obj-C and javascript, that allows calling javascript code from Obj-C and vice versa. I am wondering, does this mean I can…
NeoWang
  • 17,361
  • 24
  • 78
  • 126
0
votes
1 answer

How to fix the Archive does not contain any "PrivacyInfo.xcprivacy" files

What steps to take to resolve following error related to missing PrivacyInfo: The archive does not contain any "PrivacyInfo.xcprivacy" files. This happens when I try to Generate Privacy Report on the archive. Steps taken to define Privacy Manifest…
ashokds
  • 2,204
  • 1
  • 7
  • 11
0
votes
0 answers

Use multiple @Observable inside each other using @Enviroment

I'm trying the new Observation in SwiftUI 5, I created 2 classes using the new @Observable wrapper like this: @Observable class CategoriesViewModel { var categories: [Category] = [] } @Observable class NotesViewModel { var notes: [Note] =…
Adel Bassiony
  • 127
  • 2
  • 11
0
votes
0 answers

Swift Data Error "The model configuration used to open the store is incompatible with the one that was used to create the store."

While developing an iOS app with Xcode Beta 14 I changed a swift-data model and I started getting this error: Error Domain=NSCocoaErrorDomain Code=134020 "The model configuration used to open the store is incompatible with the one that was used to…
Ronan18
  • 1
  • 1
0
votes
2 answers

TipKit not working on Xcode 15.4 beta for iOS 17

I am trying to experiment with Apple's new feature called TipKit and create sample Tips for my app prior to iOS 17 release this fall. However, I am unable to compile the program. I downloaded Xcode 15.4 beta and I tried creating a struct using the…
0
votes
1 answer

is it possible to update live activity view after performing LiveactivityIntent action?

I need to update the live activity's view (like updating the text or remove and add buttons) after performing the intent action. For widget we have timeline mechanism to reload the UI. In apple document they mentioned that Liveactivity follows same…
iroh
  • 23
  • 5
0
votes
1 answer

Is it possible to use Apple Music's MusicKit SDK to play user's own station?

I'm trying to allow user's to play user's own station in my app. But after some research, I couldn't figure out whether it's achievable. As shown below, I want this particular station which Apple Music generated for the user. Does anyone know if…
Legolas Wang
  • 1,951
  • 1
  • 13
  • 26
0
votes
0 answers

I don't receive app_account_token field in the responseBody.Latest_receipt_info

According to the documentation and WWDC sessions, applicationUsername can be get in verify an App Store receipt with UUID. using Xcode 13.4.1, iOS 15.5 Use StoreKit create a consume SKPayment. SKPayment.applicationUsername add a UUID string. Pay…
Kane
  • 1
  • 1
0
votes
2 answers

Device Activity Monitor in iOS doesn't work correctly

I have faced a problem with Screen Time API in iOS. I have successfully authorised using AuthorizationCenter.shared.requestAuthorization, I have checked status using AuthorizationCenter.shared.authorizationStatus, but the problem is with…
0
votes
3 answers

Object Capture Command Line not working for me

I am trying to make this to work but after building the command line app, I kept getting error when running https://developer.apple.com/documentation/realitykit/creating_a_photogrammetry_command-line_app I am using MacBook-Air 2017 and Xcode 13.0…
Dhaval Patel
  • 716
  • 1
  • 10
  • 26
1 2 3
8 9