Search results for

Popping Sound

19,351 results found

Post

Replies

Boosts

Views

Activity

Reply to Absent Method Calls in Instruments Stack Trace
The issue was due to a .dSYMM file generated by XCode as part of the build. The file is used in debug mode to symbolicate method calls. Instruments doesn't seem to be aware of its location. In order to fix that I had to do the following:Before starting to record under Instruments, go to File->SymbolsUnfold your app item and select your app nameClick Locate in front of dSYM paththe dSYM file corresponding to the app should be under ~/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphoneos/[APP_NAME].app.dSYM.A dialog should pop up asking you whether Instruments should always look for dSYM files under that location; that's what you wantStart recording; your method calls should now display properly
Jul ’15
X-Apple -AMD-Action-message
I have an apple Ipad and an apple 5 iPhone and I use my same Apple ID for both just today I tryed to download a game from my iPad. I get an error message could not sign in x Apple AMD Action message pops up. I have not had this message before when downloading anything free from the Apple Store. I just recently updated the latest version a week or so ago on ipad and iPhone. When I go to my iPhone and download a game. That error message doesn't pop up and I can download my game and it automatically comes on my iPad but I shouldn't have to do that. When I have been downloading on my iPad. With no error message so how can this problem be fixed. With my iPad not getting the error message when I want to download something.
6
0
35k
Jul ’15
Reply to Can't upload in-app purchase hosted content
I am having basically the exact same problem with xcode. When I try to load the iap packages through Application loader I get this error:The archive for In-App Purchase 'com.blabla.blablabla.bla' is invalid. The ContentInfo.plist does not contain the required 'ContentVersion' key.... but the content version key is definitely there. I was literally able to do this with no trouble just a few days ago & this problem seems to have popped up on its own without any changes to the files or updates to the applications. I'm still unable to load hosted content.Any insights would be greatly appreciated.
Jul ’15
MPMusicPlayerController applicationMusicPlayer won't play music and hangs on iOS 9 until you Background the App
First, the code where I first encountered this runs fine on iOS 7, 8, 8.4, etc. Doesn't work though on any of the iOS 9 betas. Update: I downloaded the Add Music Sample Code and recreated the exact same problem with 100% reproducable steps. I opened a bug for it and uploaded their sample code to demonstrate, 21784478. So if anyone else is seeing MPMusicPlayerController hang when you call play it looks like a real issue.I'm creating a musicPlayerController using [MPMusicPlayerController applicationMusicPlayer], initializing the audio session, giving the player a collection, and calling play, whereupon the app hangs, and nothing plays, until I background my app. Also, when in this waiting state, any other calls to the music controller or property queries on the current MediaItem will also hang. But, they have been sent, and if you press the home button on the device to background the app your music will play. appMusicPlayer = [MPMusicPlayerController applicationMusicPlayer]; UInt32 sessionCategory = kA
4
0
2.1k
Jul ’15
Reply to Watchos2 beta 3
is anyone having major issues with beta 3 release?for some odd reason i no longer get any notifications of any kind whether i setup as mirror iphone or custom. i also seem to have lost the sound from the alarm clock on the watch.i tired all the trick that i know to get things back to how it was on WatchOS 1.0.1 (which was not perfect but at least it worked 80% of the time) whithout any success.does anyone in here have the same issue?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Any major issues in WatchOS 2 Beta 3
is anyone having major issues with beta 3 release?for some odd reason i no longer get any notifications of any kind whether i setup as mirror iphone or custom. i also seem to have lost the sound from the alarm clock on the watch.i tired all the trick that i know to get things back to how it was on WatchOS 1.0.1 (which was not perfect but at least it worked 80% of the time) whithout any success.does anyone in here have the same issue?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Box is no longer working...
I wrote to Box about this after installing B1 - they said they 'dont support beta software'. Given the multitude of developers and now the zillions of public using the beta of El Capitan I think Box are doing exactly what Dropbox et al would choose!Not supporting beta software sounds very noble but it is a strategic mistake (not a tactical mistake) to avoid releasign a fixec version. I use Box forlots of stuff and now am considerign mving to Dropbox to maintina my workflow...cheers
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to How can i download ios 9 ( not xcode) i mean download just ios 9 whitout os x?
It sounds like you're not interested in iOS 9 for development of apps so maybe the Public Beta is what you're looking for? The Public Beta is there for people who aren't interested in developing apps but want to try out the latest features of the not-yet-released iOS without having to pay for a Developer membership.The Public Beta is called beta 1 at the moment but it is just as advanced as the Developer Beta (which is called beta 3 at the moment), because they were released at the same time.The website for installing the Public Beta of iOS 9 is here. Although you can also try out the OS X beta of El Capitan here too, there is no need to do so - you can still get iOS 9 without it.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Technically possible for hearing aids to connect with iMacs like iOS?
I just got a pair of Kirkland Signature 6 hearing aids that work great with iOS app. A fabulous way to get wireless hearing from your iOS devices.I sat at my iMac and expected that they would 'just work' on it as well, for iTunes U/audio/youtube etc. but oddly enough, the iMac doesn't support this. I dislike having to take out hearing aids and switch to earbuds frequently, and the iMac doesn't do system wide equalizer adjustment either.Is there a bluetooth technical reason why the desktop units cannot connect with hearing devices in the same way as on iOS? Perhaps they do, and my iMac is not new enough. iMac 2011 Intel Core i5.Or perhaps someone knows why Apple has not extended the Accessibility hearing aid features to the desktop units.
0
0
328
Jul ’15
MPMediaPickerController doesn't return podcasts as of iOS 8.4
Prior to iOS 8.4 my apps can let the user choose podcasts when using the MPMediaPickerController.You simply initialise it with MPMediaTypePodcast, and Podcasts appears as one of the audio types that the user can select from.The SDK* still lists MPMediaTypePodcast as a valid media type, but it seems to have been broken when Apple released Apple Music and iOS 8.4 Same problem in iOS 9.So now my users are understandably angry that a feature they paid for has been removed.*https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPMediaItem_ClassReference/index.html#//apple_ref/c/tdef/MPMediaType
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
453
Jul ’15