Search results for

Visual Studio Maui IOS

105,638 results found

Post

Replies

Boosts

Views

Activity

Reply to How to install watchOS 2 beta.
Briefly...Update your phone to iOS 9 BetaThen, navigate to the developer watchOS beta page and click the beta security profile link to install on your Watch (when you click the link the phone will ask where you want to install it). Then, open the Apple Watch app and check for updates.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Streaming audio with spotty network access
I am working on an iOS app that, among other things, plays streaming audio from an internet source and I am wondering if there are ways to deal with a spotty network that reflects the actual state of the network.Right now, I am using AVPlayer (initialized with the URL of the source). Mostly, it works OK, but it has problems dealing with areas with no network connectivity and transitioning back to areas with connectivity. After entering the area of no network connectivity and then re-entering areas with connectivity, the player does not resume playing. The status of the player remains ReadyToPlay. I have tried toggling pause/play and the player does not resume playing. When I detect that the player gets into this state, I will destroy the AVPlayer object and create a new one.BTW, the Reachability bit in the SCNetworkReachability flag remains set, despite being in a spot with no connectivity.Is there a better way to handle this?alan
2
0
1k
Jun ’15
UIWebView loadRequest forcing to https?
NSURL *url = [NSURL URLWithString:s]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [_webView loadRequest:request];Somehow the request is getting converted from http to https in iOS 9 on iPad mini.In my shouldStartLoadWithRequest method, I log the requests and I notice that it starts okay with the requests being http, then it suddenly changes to https without me doing anything.Anyone seeing the same?
3
0
3.7k
Jun ’15
Wifi connected but no internet
Have installed on rMBP mid 2014 installation was smooth and pretty stable for a beta. However It is picking up my home network and connects to it but no internet connection. Other devices including iOS devices are connecting and using the internet connection without issue. Have also tried connecting to iPhone and iPad personal hotspots and internet still does not work. I have run first aid and reset the Pram but none of these have helped.Anyone else having the same issue.
15
0
6.8k
Jun ’15
Reply to Create an app
You could start by using the resources you paid for that are found in the Dev Center. See:- View guides and sample code- iOS Developer Library Also, take time to view the WWDC Videos to help understand the latest new tools, etc.Good luck in any case.
Jun ’15
Reply to Wifi connected but no internet
Connected to a NetGear D6300 gigabit router. Can ping and I am get a response and an IP Address. But have also connected to iOS devices also. Same issue no internet. I have run diagnostics and get the error to contact ISP due to DNS issue. Everything appears to be normal.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
No Service
In the past week, my iPhone 6 (Verizon, iOS 8.4 b3) has lost the ability to connect to cellular. Restoring to 8.4b3 and 8.3 haven't helped. Sometimes shows full service but with 1x in the status bar and can't actually connect to make a call or text or any data. I believe it may be a hardware issue, but I wanted to see if anyone else was experiencing this?
1
0
439
Jun ’15