Search results for

Visual Studio Maui IOS

105,630 results found

Post

Replies

Boosts

Views

Activity

http connections - App Transport Security
In yesterday's Platforms State of the Union session, they mentioned that http connections are no longer allowed with iOS 9 compiled apps. This will probably be covered in Thursday morning's networking/NSURLSession session. But that session will not be live streamed, because it is not in the Presidio.I've looked around for docs on this, but I can't seem to find anything. That usually means I'm not doing it right...Help?Goal: I write an app where the user enters URL's into the app, which then are used to download content. I need to be able to support servers that only use http or use self-signed certificates. Obviously I can't prefill a user's URL into my Info.plist.
8
0
4.4k
Jun ’15
Reply to Can watchOS send a local notification?
Currently to do this, I think it's like in watchOS 1 where you'd have to ask your main iOS App to set this up for you: use WKInterfaceController.openParentApplication(...)and then handle the request in your AppDelegate to set up the notifications. Make sure you do it in the background since the handleWatchKitExtensionRequest doesn't give you much time to process.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Reply to Change company name
If you mean the (dev) name shown by the app in the store, you need to have a company/LLC and then submit the necessary documentation to Apple.See:iOS Dev Center / Support / Account ManagementIf I am enrolled as an individual, can I change to a company membership? Yes. To convert your iOS Developer Program membership from an individual to a company, please contact us. You can make this change only if you are the founder/co-founder of the company. As part of the conversion process, you may be asked to submit business documents to verify your company's identity. ◅▻
Jun ’15
SMS & Apple Watch
So after updating my iPhone 6 and Apple Watch to their new respective betas, I had to restore my Apple Watch and start all over which I realize may be a bug. However now my watch will not let me reply to SMS messages and they don't show up in the Watch messages app. iMessages sync perfectly fine and I get SMS notifications, but no option to reply. If I try to send a new message as a SMS from the Watch, it crashes the device. This was also happening with the iOS 8.4 betas.Has anyone else had this problem? Thanks!
4
0
614
Jun ’15
Forward Call
Hello,I am looking at developing an App which manages some Call Forwarding Rules.In example: user can select contacts from his address book where he defines if the contact is send to the voicemail or to a recpetion desk number handling the call.Is the easy to do within IOS, I was reading some docs that the call forwarding data (which can be changed in the settings menu) is only editable in this menu?Who can help?Thank you in advance
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
307
Jun ’15
Reply to iOS 9 Beta battery life
I'm not sure if this is happening for everyone else but I filed a bug report on it. I had done a restore to put iOS 9 on and lost about 30% batter in standby. Home/Lock Screen took about 50% of the power, but Facebook was #2 for background activity even though I have backround app refresh disabled on Facebbook. This might be a possible case of the OS ignoring the BAR settings on some very hungry apps.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Bluetooth apps crashing
From the iOS 9 release notes:Apps that use CBCentralManager (particularly retrievePeripherals: and retrieveConnectedPeripherals) will crash on launch or upon pairing an accessory. CBCentralManager was deprecated in iOS 7.0 and has been removed in iOS 9.0.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15