Search results for

A Summary of the WWDC25 Group Lab

10,092 results found

Post

Replies

Boosts

Views

Activity

Cellular data being used instead of wifi
I noticed that my data skyrocketed this last couple weeks and I thought it might be due to the new Apple Music service, but I started thinking that maybe it was because cellular data was being used even when wifi was enabled. I decided that I would turn off Cellular Data today while I'm at work and wifi is readily available. My understanding is that pretty much anything that requires data should still work with wifi enabled and connected to a reliable wifi source. Then text messages started failing and Visual Voicemail wasn't available. I don't know if it's a direct correlation to turning off Cellular Data and that's how it's always been, but I've just never noticed before. When I turned Cellular Data back on I received several text messages that were sent more than an hour before I received them. One was an image from an Android user and the others were in a group message where 2 of the 3 participants were iPhone users and the 3rd an Android user. I don't know how to more accurately test this, but w
2
0
269
Jul ’15
Reply to Can Audio Unit Extensions be hosted using AU v2 API?
There are bridges between both versions to make life as easy as possible for hosts. v3 hosts can use v2 AUs while v2 hosts are required to make some minor API changes to be able to host v3 audio units.This information is discussed at about the 20min point in the WWDC Session < https://developer.apple.com/videos/wwdc/2015/?id=508 >.The summary comes down to the v2 host checking for a new flag kAudioComponentFlag_RequiresAsyncInstantiation and then using the new AudioComponentInstantiate insted of AudioComponentInstanceNew. There is also a new property from retrieving the v3 units view dependent on the flag kAudioComponentFlag_IsV3AudioUnit.The above Audio Unit Extensions presentation also has an accompanying v3 extension and host example for download.
Topic: Media Technologies SubTopic: Audio Tags:
Jul ’15
Xcode 7 not populating FRAMEWORK_SEARCH_PATHS
Xcode 7 (beta 3) no longer populates the FRAMEWORK_SEARCH_PATHS build setting when an external framework (.framework) is added by dragging it to the Frameworks group in the Project Navigator, or by using the Build Phases>Link Binaries With Libraries>Add Other... button.This is a change from the behviour of Xcode 6, which did automatically populate this build setting.The result is a linker error on the next build: ld: framework not found...Is this an intentional design change for Xcode 7, or a bug?
2
0
2.1k
Jul ’15
Reply to Lot of NSURLSession errors when downloading too much files
If you can reproduce the problem on iOS 9 beta, these crashes would make for a fine bug report. Please post your bug number, just for the record.As for the total started download, yes it's about 2000-5000 thousands downloadsAgain, I'm having trouble parsing your sentences. Read literally, 2000-5000 thousands means 2-5 million, which is clearly not OK. I presume you mean 2-5 thousand. That should be OK, but it's obviously not in your case. Are you sure you're not 'leaking' tasks in the background session. That's easy to do and would definitely reduce the number of tasks that you could successfully execute.But in our real app, we may have around 50 000+ files to downloads sometimes, but we wanted to throttle them over time (~100 concurrent downloads). Will it be an issue?50,000 tasks is definitely beyond the pale. Batching them into groups of 100 should be fine.I expect you'd be able to increase that group size and I recommend that you do because of the resume rate limiter.Of course the best s
Jul ’15
WatchKit settings bundle in 2.0?
In the original WatchKit, one could set up a WatchKit settings bundle which would specify settings to be included in the app's page within the Apple Watch app.The settings were written to a shared NSUserDefaults identified by an app group name. The WatchKit extension would be given an App Groups entitlement to allow it to read the shared NSUserDefaults.All this worked well in the original WatchKit. I know, because I used it.With Watch OS 2, the WatchKit extension runs on the watch and not on the phone. App Groups are [apparently] no longer used. At least, I have tried using them and the settings do not transfer from the iPhone to the watch.So: in Watch OS 2, how and where are the settings specified by the WatchKit settings bundle stored, and how can they be retrieved by the extension running on the watch?
23
0
6.3k
Jul ’15
Reply to How should one manage authentication?
Yes, I would like to know how/if you actually solved this issue. I have been told several time in these forums by Apple staff that you can't share the keychain in WahtchOS 2.0 and the keychain access groups wont work either. I have not found a clear answer as to what the solution might be. Any inshight would be much appreciated. Thanks!
Topic: App & System Services SubTopic: General Tags:
Jul ’15
This Core Storage operation is not allowed on a sparse logical volume group.
Hello,I'm trying to install El Capitan since it came out but I keep getting this error:This Core Storage operation is not allowed on a sparse logical volume group. Quit the installer to restart your computer and try again.I've tried it many times but I keep getting this error. I've searched online but couldn't find much except that it should work when you wipe the whole HD and do a clean install but I really don't want that.Is this a common problem and how can I fix it without wiping the whole HD? Thanks.
0
0
798
Jul ’15
Reply to Setting up exchange - new settings
How Outlook for Mac uses the Autodiscover service to configure user accountsA user opens the Accounts dialog box in Outlook for Mac and provides an e-mail address and network credentials, such as user name and password, to configure a new Exchange Server account. Outlook for Mac then uses the Autodiscover service to configure the user’s profile.The Autodiscover service on the client tries to contact the Autodiscover service on the Exchange Server to obtain the user's connection settings by using one of the following methods: querying a set of predefined URLs based on the domain information in the user’s e-mail address, performing an HTTP redirect check, or by using a DNS Service Location (SRV) lookup.Autodiscover service tries to obtain the user's connection settingsNote: When Outlook for Mac connects to the HTTP redirection site or when it uses the DNS SRV method, users will see a dismissible warning message that asks them to verify that they are being redirected to a trusted URL. In this case, you must advi
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
xCode crash when connecting device
Since I updated to the newest iOS 9 Beta, everytime I connect my iPhone with either xCode 6.4 or xCode 7 beta 4 running, it crashes the project I have opened and xcode, it logs this as an error:Anyone got any idea for a way to fix this ?PlugIn Path: /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle PlugIn Identifier: dsc_extractor.bundle PlugIn Version: ??? (369.1) Date/Time: 2015-07-22 18:41:51.354 -0300 OS Version: Mac OS X 10.10.4 (14E46) Report Version: 11 Anonymous UUID: 5B0EC574-AC44-B44B-01F2-F0DACDFE195B Time Awake Since Boot: 5400 seconds Crashed Thread: 2 Dispatch queue: DTDKProcessSharedCacheFiles lock Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: 0x000000000000000a, 0x000000012aecc014 VM Regions Near 0x12aecc014: MALLOC_LARGE 00000001203cc000-000000012054d000 [ 1540K] rw-/rwx SM=PRV --> mapped file 000000012054d000-000000013f1de000 [492.6M] r--/rwx SM=COW /Users/USER/Library/Developer/Xcode/iOS DeviceSupport/9.0 (13A4305g)/Symbol
0
0
792
Jul ’15
app group container path is different on watch app
Hi,I wanna use app group shared container for both iphone and watch.The problem is that when I callNSFileManager.defaultManager().containerURLForSecurityApplicationGroupIdentifier(appGroupID)!this API, it returns different path depending on which device I call it.For example,On iPhone side, it gives this URL:file:///Users/****/Library/Developer/CoreSimulator/Devices/C2A842DA-717A-47CC-A156-A88443E5D463/data/Containers/Shared/AppGroup/04ADFA9D-3D5D-4C2B-8C71-1F910FF23E28/On the other hand,On Watch side, it gives:file:///Users/*****/Library/Developer/CoreSimulator/Devices/9EE19C73-9785-4560-AAB4-8B9A3D09B4A8/data/Containers/Shared/AppGroup/BD18BBF9-E665-4E39-9110-674E70194177/I think each device generates shared container on its device. What can solve this problem?
6
0
3.8k
Jul ’15
Reply to How safe is the shared container for an App Group?
Thank you for your reply.We were able to gain a better understanding about the differences between the [Group] and [Standard] containers.We'd like to ask you one more question about the [Group Container]. How do you differentiate the [Group Container] from [Keychain Sharing] for usage?We believe the following points apply to both: - The same data is accessible from multiple apps that meet specific conditions - Attack surface isn't just one app but multiple apps that meet specific conditionsCould you tell us how to differentiate the [Group Container] from [Keychain Sharing] for usage?
Topic: Privacy & Security SubTopic: General Tags:
Jul ’15
Reply to Shortcut bar API
I have an input view and i have set empty bar button groups in the input assistant item. Until iOS 9 beta 2 it works fine. Ther was no extra bar above my input view. Since iOS 9 beta 3 an empty bar is shown above my input view.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’15