Search results for

SwiftUI List performance

50,609 results found

Post

Replies

Boosts

Views

Activity

didRegisterForRemoteNotificationsWithDeviceToken never called on certain devices
I have an app that has supported push notifications for years. Recently a couple of users have noticed push messages not coming through and troubleshooting this issue has been very difficult. I also have a coworker with this issue, so I have been able to test with his device a bit.One of my users with this trouble does not see my app listed under Settings > Notifications at all. The other users do see my app listed and notifications are allowed. My iPhone as well as others I have been able to test with are receiving push notifications with no trouble. I tested using my coworker's iPhone (running iOS 8.4) today and discovered that although [[UIApplication sharedApplication] registerForRemoteNotifications] is called, neither application:didRegisterForRemoteNotificationsWithDeviceToken: or application:didFailToRegisterForRemoteNotificationsWithError: are ever called. Apple's push troubleshooting doc (https://developer.apple.com/library/ios/technotes/tn2265/_index.html) only mentions this can
3
0
1.2k
Jul ’15
Won't back up to icloud and Apps not deleted completely
just noticed that I have not backed up since I installed ios 9 beta 1, and now with beta 2. Also, I noticed that there are 5 null apps when I look at data usage. They are apps that I deleted and they just won't go away completely. In notifications and in usage I can see them listed as null. I wonder if that's why I can't back up. Anyone having these issues?ThanksMario
0
0
183
Jul ’15
Swift 2 Global Functions
In Swift 2.0, thanks to the power of protocol extension, some of the global functions have been converted into methods, particularly global functions that act on parameters of type Sequence or Collection. However, I do have some questions while going through my list of global functions:- Why is that global funtions like dropFirst, dropLast, prefix, suffix and zip not converted into methods?- Some global functions are also methods of Collection type, but not removed as global functions, for example: insert, join, removeAll, removeLast, removeRange, sort. Why?Thanks!
1
0
794
Jul ’15
Reply to Did iOS 9 kill my screen?
I had forced restarted it twice (verified by trying to access Siri since I could still access it), I tried accessing it through iTunes to see if there was anything I could do. Kept telling me it was corrupt. (I decrypted my backup, and it forced a fresh backup. This resolved the corrupt error messages). I've searched throught the Apple Docs for anything more, and there was one or two items listed there to try. After that, that is when I called Apple Support and downloaded iOS 8.4 for loading.I just did another force restart, and it restored the screen (forth attempt as I was trying to get around Find My iPhone). I'm seriously debating on removing iOS 9 still -,-'
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Unpleasant Sound artifacts in Apple Music
I filed a bug report of this issue but I was curious to find out if others had the same problem:I am using OS X El Capitan 10.11 (15A204h) and iTunes 12.2.0.145 (with Apple Music).I've noticed several sound artifacts like skipping and such while listening to a streaming or downloaded song or music video. It seems to occur when I perform any workflow (clicking on a button, doing something in other applications) or at random (as if autonomous events and internal processes contributed to this).These artifacts did not happen in the prior version of iTunes.Thanks,Mario
2
0
768
Jul ’15
Reply to modifying Outgoing Servers in Mail
This solution does work for outgoing servers.Select the account with the problem and click on the Advanced tab. Uncheck the first item in the list automatically detect and maintain account settings.Now click on the Account Information tab and uncheck Use on this serverSelect the Outgoing Mail Server drop down list. Select Edit SMTP servers and you should now see your missing servers listed in the server list name.iCloud server reappareared for me at that point and when selected it all worked agian with the correct outgoing server. I rechecked the two boxes again once it was all working.Hope this helps.😀
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
How can make my app Apple PRORES authorised
Hi Experts, We are developing an video app for company along with some hardware, exporting prores 4444 and 422 formats video. We found a list of Apple PRORES authorized products here, https://support.apple.com/en-us/HT200321 My question, 1. Is there a way our app can get into the list? Must we use specific framework in encoding (AVFoundation, never ffmpeg)? Or what certification tests we should pass in prioror? 2. Is there a (well-accelerated) way to encode authorized PRORES with hardware/device/embeded system not running OS X? Any compatibility certifications for devices?Thanks,-Xiang
2
0
451
Jul ’15
Reply to RSA Generating Public Key From Private Key
SecKeyCreateFromPublicDataLooking at the source for SecKeyCreatePublicFromPrivate it really seems to resolve down to a call to SecItemExport on the private key, asking for an export format of kSecFormatBSAFE (at least for RSA keys). That's public API, so there's no reason you can't use it.I'm having trouble with this too. I don't really understand how this is supposed to work. Without specifying some export parameter to the export function, how does it know whether it should export the private key or derive the public key and export that?Using what loosegoose posted above, I can verify that :1. I am passing in a PKCS8 PEM encoded 1024 unencrypted RSA private key. Specifiying kSecFormatBSAFE allows me to import the key.2. When I try to export the item and specify kSecFormatBSAFE, I get a PKCS8 1024 unencrypted RSA private key (the same one byte for byte I passed in). If I specify kSecFormatOpenSSL, I get a PKCS1 1024 RSA Private key.This all follows what I would expect from this table listed in Apple
Topic: Privacy & Security SubTopic: General Tags:
Jul ’15
Autolayout - Views on top of other views
Hello,I am trying to do AutoLayout correctly. I often end up with views that look correct in Storyboard, look fine in Storyboard Preview, look fine one screen, but throw an Auto Layout Constraint error.One case is when I put a view on top of another view. For example if I have a SEARCH BARwith 4 buttons below it, and I want the user to select one of the 4 buttons first, on top of the SEARCH BAR I put a LABEL with a colour background. Once a button is selected, I slide up the LABEL, and give focus to the SEARCH BAR. This throws an CONSTRAINT ERROR with Auto Layout when the App is run listing every single button and the search bar.Another example is putting two views into a Main View if it contains a Segmented Control, and I want to design the views the Segment Control shows with Storyboard. I see no other way of doing this beside putting two subviews into the view, designing them with Storyboard. It works fine, but again throws a CONSTRAINT ERROR.What are best practises with this ?Thanks.
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
562
Jul ’15
"Transfer app" isn't listed
Hi,We are transfering some apps to another account.I've done 5 so far but now there are some apps left where the Transfer app in the dropdown isn't shown.I'm logged in to iTunes connect as the team agent and I've been able to transfer other apps.There are other apps in my account where the Transfer app is shown correctly. (so I would think it's something specific about these apps, not account related)The apps that I want to transfer are in these states. (5 apps in total)1.0 Developer Rejected1.0 Prepare for Submission1.0 RejectedAnd these states support transfer (or deletion) according to https://developer.apple.com/library/prerelease/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.htmlI must say, 3 of these apps were submitted for testing purposes.Anybody has an idea what the problem might be?
1
0
1.2k
Jul ’15
Use Cocoa Touch Framework in iOS and WatchKit
I have a Cocoa Touch Framework that I developed for using in both my iOS app and my WatchKit app on iOS 8. I have no problems with iOS 8, however when I move the project to iOS 9 and update the WatchKit app to run natively I get the following error:ParkFinderKit was rejected as an implicit dependency for 'ParkFinderKit.framework' because it doesn't contain platform 'watchsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'I attempted to manually add watchossimulator and watchos to the list of supported platforms:However this produces another error:ParkFinderKit was rejected as an implicit dependency for 'ParkFinderKit.framework' because its SDK is platform 'com.apple.platform.iphonesimulator' and it needs to match platform 'com.apple.platform.watchsimulator'Any ideas as to how to solve my issue?
2
0
2.0k
Jul ’15
No sound in beta 2
I have no sound. I am on a Macbook Pro Retina 13 Early 2015.I noticed this sometime after using a Fretlight Guitar and accomanying software. I am not sure if using MIDI triggered it somehow, but sound was working while I was using it.I have no airplay audio devices listed when option clicking the speaker icon.Under Sound Preferences, everything appears normal.MIDI Audio setup the master volume slider is greyed out and set all the way down.I've tried resetting the SMC and PRAM to no avail.There is sound on boot, but abosultely nothing in OS X.Volume controls are fine, no cross circle or red light.
1
0
370
Jul ’15