Search results for

“Visual Studio Maui IOS”

109,058 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
It is recomended to have a seccond device when running DEV firmware. I mean again the assumption that all people here are NOT developers? Then they are in a world of hurt. I rember on my spare iphone in ios 8 at one point it used a lot of data and I had to disable wifi. I hope non Devs will watch their data ussage or they might get a suprising bill.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
watch os 2 file exchange
I'm trying to send a text data from watchOS 2 to iPhone but found out the hard way that I can no longer use openParentApplication on iOS9. So my next recommended option is to save text into a file and send it via shared groups, which from the watchOS 2 transitioning guide is no longer possible:You cannot rely on a shared group container to exchange files with your iOS app. Fetching files involves transferring them wirelessly to Apple Watch.WatchOS2 transition doc says there are mechanisms to do transfer of a file over network but no specifics or guidance.While Apple Watch provides mechanisms to facilitate those transfers, you must update your data-handling code to support those mechanisms.What are the mechanisms?I read through the WKInterfaceController doc and header file and didn't see an API to do network file transfer.
2
0
601
Jun ’15
Swift memory security
Say I grab a password from a keychain:var password = getPasswordFromKeychain() // use password password = nil // don't keep user secrets hanging around in memoryDoes Swift/OSX/iOS make any guarantees about what happens to the password bytes? How about the buffer that was used to return results by the Keychain API? You get the idea.
7
0
6.7k
Jun ’15
After Downgrade from IOS 9 beta to IOS 8.3 no Imessage and Facetime activation
Hey there,i tested IOS 9 Beta 1 on my iPhone 5s. IMESSAGE and FACETIME could be activated without any problems.No i did a downgrade to IOS 8.3 and have now the problem, that i stuck in IMESSAGE and FACETIME ACTIVATION.If i install IOS 9 again, both could be activated.I also did a clean install (DFU-Mode) and set as new device.Please help ...Greetz Tommy
3
0
446
Jun ’15
Reply to Documentation for Xcode UI Testing?
Only what I've seen in the https://developer.apple.com/xcode7-beta-release-notesUI TestingUser interface testing and recording. Test applications at the user interface surface with elements, queries, and simulated events. The UI recording feature enables capture of UI actions into source to facilitate creating tests.Xcode 7 introduces UI testing as a major new feature of the existing XCTest framework. UI testing is implemented as an extension to the existing APIs and concepts in XCTest, making it easy to adopt for developers who have familiarity with Xcode’s testing features. (10975541)Code coverage does not work with UI testing.UI testing cannot identify elements using information from their accessibility title element. (20409319) Workaround: Set an accessibility identifier instead.UI testing may fail to find elements with names containing decomposable Unicode characters. (20804391)Workaround: Use NSPredicate to explicitly match against key paths including precomposedStringWithCanonicalMapping, e.g. title.pr
Jun ’15
Reply to Launch app from watch extension
openParentApplication:reply: can ONLY open iOS app in the beackground, and yes, the only way to bring iOS app to foreground i have experienced is that when application:handleWatchKitExtensionRequest:reply: method is called on the iOS app, you can make it trigger a local notification where user can interact with it to bring the iOS app to foreground.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Notes from What's New in Network Extension and VPN
What is the Network Extension framework?Provides APIs for the app to extend the core networking feature for OS X and iOS.NEHotspotManagerNEVPNManagerNETunnelProviderNEFilterProviderContent Filtering - NEFilterProvider; filters network contentNEHotspotManagerUsed to create apps that connect to WiFi hotspotsCustom authentication for WiFi HotspotsRegister with the system as a Hotspot Helper- From the backgroundClaim hotspots with high level of confidencePerform initial authenticationHandles the authentication sessionAnnotate Wifi networks in the WiFi network scanner (Display WiFi networks in the iOS X network scanner with a little tag that displays something (your company name, for example) under the SSID name.)NEVPNManagerPersonal VPNConfigure and control the built-in IPSec client- Create a Personal VPN configuration- Supports IKEv1 and IKEv2- Configure Connect On Demand- Configure HTTP Proxies- Cooperates with Enterprise VPN configurationsIKEv2 protocol enhancements- Mobility across interfaces using M
3
0
12k
Jun ’15
Battery problem - own app
Hi allI made an app for my own. I observed that if my app is installed the battery life is decreased. The standby and usage time is the same. I tried on 2 phones, one iphone 6 and one iphone 5s. Ios 8. The app is made in swift. It doesn't have any background refresh, message center stuff, turned on. It uses cloudkit for data sync. Is this a normal behaviour? How can, than, make apps for my own, i don't wanna put this on the app store, not at this time. Maybe i will in future.
0
0
118
Jun ’15
Reply to Bitcode and Assembly?
Hi Collin,For iOS, this should *just work*. When you are producing your library, the compiler and linker will include the bitcode in the Mach-O file. There are only two things that you should know.1. If you are not using Xcode, please manually add -femit-bitcode command line option.2. When using Xcode, bitcode is only produced during archive build, not debug or release build.Evan
Jun ’15
Reply to Can't restore backup to iOS8 from 9 beta
If you have a full backup from an iOS 8.x installation, and if you have a full copy of the iOS 8.x firmware full, you will be able to restore using the full firmware, then use the backup. If you do not have the full iOS 8.x backup, you'll have to restore as a new iphone/ipad
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can a Safari developer download iOS 9 beta?
No, not yet. You'll need to either join a paid program or wait for the public iOS beta later.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS 9 TTL on some WiFi routers
iOS 9 cannot route outside the local router on some WiFi networks, especially those with extenders. Networks with only 1 router seem fine.Network analysis indicates that iOS 9 is setting TTL = 1. Minimimum should be 64.Any ideas?
Replies
0
Boosts
0
Views
424
Activity
Jun ’15
fox demo from wwdc2015 not working
Downloaded xcode7 and the fox demo but not working on iOS or mac proerror on mac:-dyld`dyld_fatal_error: 0x7fff5fc01074 <+0>: int3 -> 0x7fff5fc01075 <+1>: nop error on iOS:- attaching fox and then mothing
Replies
3
Boosts
0
Views
606
Activity
Jun ’15
Reply to iOS 9 Beta battery life
It is recomended to have a seccond device when running DEV firmware. I mean again the assumption that all people here are NOT developers? Then they are in a world of hurt. I rember on my spare iphone in ios 8 at one point it used a lot of data and I had to disable wifi. I hope non Devs will watch their data ussage or they might get a suprising bill.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
watch os 2 file exchange
I'm trying to send a text data from watchOS 2 to iPhone but found out the hard way that I can no longer use openParentApplication on iOS9. So my next recommended option is to save text into a file and send it via shared groups, which from the watchOS 2 transitioning guide is no longer possible:You cannot rely on a shared group container to exchange files with your iOS app. Fetching files involves transferring them wirelessly to Apple Watch.WatchOS2 transition doc says there are mechanisms to do transfer of a file over network but no specifics or guidance.While Apple Watch provides mechanisms to facilitate those transfers, you must update your data-handling code to support those mechanisms.What are the mechanisms?I read through the WKInterfaceController doc and header file and didn't see an API to do network file transfer.
Replies
2
Boosts
0
Views
601
Activity
Jun ’15
Swift memory security
Say I grab a password from a keychain:var password = getPasswordFromKeychain() // use password password = nil // don't keep user secrets hanging around in memoryDoes Swift/OSX/iOS make any guarantees about what happens to the password bytes? How about the buffer that was used to return results by the Keychain API? You get the idea.
Replies
7
Boosts
0
Views
6.7k
Activity
Jun ’15
After Downgrade from IOS 9 beta to IOS 8.3 no Imessage and Facetime activation
Hey there,i tested IOS 9 Beta 1 on my iPhone 5s. IMESSAGE and FACETIME could be activated without any problems.No i did a downgrade to IOS 8.3 and have now the problem, that i stuck in IMESSAGE and FACETIME ACTIVATION.If i install IOS 9 again, both could be activated.I also did a clean install (DFU-Mode) and set as new device.Please help ...Greetz Tommy
Replies
3
Boosts
0
Views
446
Activity
Jun ’15
Reply to Downgrade watchOS 2 to 1.0.1
It is not possible. watchOS 2.0 requires iOS 9.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to After Downgrade from IOS 9 beta to IOS 8.3 no Imessage and Facetime activation
And now you know why downgrading isn't supported.I would reinstall iOS 9 and wait for the GM.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Documentation for Xcode UI Testing?
Only what I've seen in the https://developer.apple.com/xcode7-beta-release-notesUI TestingUser interface testing and recording. Test applications at the user interface surface with elements, queries, and simulated events. The UI recording feature enables capture of UI actions into source to facilitate creating tests.Xcode 7 introduces UI testing as a major new feature of the existing XCTest framework. UI testing is implemented as an extension to the existing APIs and concepts in XCTest, making it easy to adopt for developers who have familiarity with Xcode’s testing features. (10975541)Code coverage does not work with UI testing.UI testing cannot identify elements using information from their accessibility title element. (20409319) Workaround: Set an accessibility identifier instead.UI testing may fail to find elements with names containing decomposable Unicode characters. (20804391)Workaround: Use NSPredicate to explicitly match against key paths including precomposedStringWithCanonicalMapping, e.g. title.pr
Replies
Boosts
Views
Activity
Jun ’15
Reply to Launch app from watch extension
openParentApplication:reply: can ONLY open iOS app in the beackground, and yes, the only way to bring iOS app to foreground i have experienced is that when application:handleWatchKitExtensionRequest:reply: method is called on the iOS app, you can make it trigger a local notification where user can interact with it to bring the iOS app to foreground.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Notes from What's New in Network Extension and VPN
What is the Network Extension framework?Provides APIs for the app to extend the core networking feature for OS X and iOS.NEHotspotManagerNEVPNManagerNETunnelProviderNEFilterProviderContent Filtering - NEFilterProvider; filters network contentNEHotspotManagerUsed to create apps that connect to WiFi hotspotsCustom authentication for WiFi HotspotsRegister with the system as a Hotspot Helper- From the backgroundClaim hotspots with high level of confidencePerform initial authenticationHandles the authentication sessionAnnotate Wifi networks in the WiFi network scanner (Display WiFi networks in the iOS X network scanner with a little tag that displays something (your company name, for example) under the SSID name.)NEVPNManagerPersonal VPNConfigure and control the built-in IPSec client- Create a Personal VPN configuration- Supports IKEv1 and IKEv2- Configure Connect On Demand- Configure HTTP Proxies- Cooperates with Enterprise VPN configurationsIKEv2 protocol enhancements- Mobility across interfaces using M
Replies
3
Boosts
0
Views
12k
Activity
Jun ’15
Battery problem - own app
Hi allI made an app for my own. I observed that if my app is installed the battery life is decreased. The standby and usage time is the same. I tried on 2 phones, one iphone 6 and one iphone 5s. Ios 8. The app is made in swift. It doesn't have any background refresh, message center stuff, turned on. It uses cloudkit for data sync. Is this a normal behaviour? How can, than, make apps for my own, i don't wanna put this on the app store, not at this time. Maybe i will in future.
Replies
0
Boosts
0
Views
118
Activity
Jun ’15
Reply to Bitcode and Assembly?
Hi Collin,For iOS, this should *just work*. When you are producing your library, the compiler and linker will include the bitcode in the Mach-O file. There are only two things that you should know.1. If you are not using Xcode, please manually add -femit-bitcode command line option.2. When using Xcode, bitcode is only produced during archive build, not debug or release build.Evan
Replies
Boosts
Views
Activity
Jun ’15