Search results for

Visual Studio Maui IOS

105,639 results found

Post

Replies

Boosts

Views

Activity

Reply to Mac and iOS for one membership?
Right...one fee covers iOS, OS X & WatchOS now. Mine took a while but by the end of the day yesterday, I was good to go.See Apple's New Developer Program Offers iOS, OS X And watchOS Tools For $99For some reason, edit seems only for replies - can you at least delete the original?
Jun ’15
Reply to iOS 9 carrier name issue iPhone
Ok so here is the fix for my problem. After installing beta IOS 9 to the phone set it up as a new phone. Sign in to your icloud account and individully download apps and music you want tested on the phone and the carrier will stay. If restored from a back up the carrier will drop everytime. I hope this helps others with similiar issues.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Is it possible to run Xcode 7 UI Tests from command line?
Yes, with something like this ...xcodebuild test -scheme YourAppScheme -destination platform=iOS Simulator,OS=9.0,name=iPhone 6Replace your project's scheme name in for 'YourAppScheme'Used to be you had to export/share the scheme (go to manage schemes in Xcode) to get this to work. Not sure if that is still the case. Just a warning.You can play with the destination settings to pick different devices, etc.Cheers.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iCloud Login Fails?
When I go to Settings / iCloud, my AppleID is there, but when I tap the disclosure triangle/icon (>), iOS asks me my to Sign in with Apple ID (i.e., enter password for my Apple ID).I enter the password but get the error message/alert:Title: Verification FailedMessage: An unknown error occurredButtons: Cancel / Try AgainI tried updating my password at MyAppleID, to no effect.I have 2-step verification enabled.
5
0
4k
Jun ’15
How to get the comment of a Photo in a shared Album?
I have a shared album iCloudSharedAlbum using iCloud1. How do I get comments attached to a photo?2. How do I get the recently added comment on a photo I am observing? (Using PHPhotoLibraryChangeObserver protocol)I have been trying with the official sample: https://developer.apple.com/library/ios/samplecode/UsingPhotosFramework/Introduction/Intro.htmlI just changed a couple of lines to show shared albums (In AAPLRootListViewController awakeFromNib method)PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAlbumCloudShared options:nil];I add a comment to the shared photo and wait for the changes to be reflected in the sample app.-[AAPLAssetGridViewController photoLibraryDidChange:] it IS called!. However changes are nil // self.assetsFetchResults is a list of photos I am showing. // There is only one photo in the list, the one being shared and the one the comment was just added PHFetchResultChangeDetails *collectionCha
1
0
709
Jun ’15
Reply to An SSL error has occurred. Error 1200
As explained in the keynote, by default all apps built with iOS 9 SDK are opted-in to Application Transport Security. HTTPS (with the most secure options currently available - maybe your server is using weaker keys or something) is required. You can opt out with a plist key - search these forums for NSAppTransportSecurity for several other threads on the topic.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to What happens now with the new Dev program?
As noted, you can always download Xcode via the Mac App Store. What's changed is that now, you can test your app on your own device without having to pay for a Developer Account.Another change is that for one fee (USD$99), you now have access to iOS, Mac OS and WatchOS app development and distribution.They said during the keynote that public betas will continue and be available later, but if you want access now/early, you need to be in a paid program.
Jun ’15
Reply to Build app for Apple Watch only
The ability to build native standalone Watch Apps is reported to be for late summer.Xcode 7b, as an example, only offers this for new apps/projects (also frameworks/libs):This template provides a starting point for an iOS application with an associated WatchKit Application.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
iOS 9b1: Podcast app crashes on startup
iOS 9 beta 1 crashes on start up. The release notes don't state this issue. Curious if anyone has encountered this and found a workaround, or if anyone has any ideas for a workaournd outside of power cylcing and reinstalling? I've done the power cycle, but won't try wiping the device unless the update to beta 2 (in two weeks?) doesn't resolve the issue.
4
0
995
Jun ’15
reboot loop
Trying to install iOS 9 on my iPhone 6. Did a backup with iTunes first, current version. Restore using iOS 9 beta 1 image.iTunes says its done the restore and is starting to restore apps when the iPhone crashes, reboots, goes to the welcome page, then pretty quickly crashes again, rinse and repeat.I might mention that my iPhone gets quite hot during this process. I'm sure its not great for the battery.I have no ideas what to try. I don't want to do a new install. Any other suggestions other than going back to 8.3?
1
0
310
Jun ’15