Search results for

“Visual Studio Maui IOS”

109,084 results found

Post

Replies

Boosts

Views

Activity

Reply to FCPX Issues in El Capitan
It does seem that FxFactory and some of it's own plug-ins do not work (Black Screen) - But 3rd party apps from the FxFactory 'stable' (Ripple Training etc), PixelFilm Studios, CoreMelt and MotionVFX all work fine on my 5K iMac late 2014 and on my mid-2011 27iMac - so it would seem that FxFactory's own plug-ins are a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Download trouble IOS 9 - unauthorized -
First, I could successfully download and install IOS 9 Beta on my iPhone 5 (Model A1429). It works fine.Second, I also could successfully download and install Mac OS 10.11 on my iMac Mid 2009. It also works fine.Third and here my trouble starts:Then I tried to download IOS 9 Beta for my iPad Air (Model A1474). The download starts, butafter two, three seconds instead of the download file I get a text file named unauthorized with the following content:Sorry, you cannot view this page.This page no longer exists or the Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Team Agent may need to update your account by agreeing to the latest license agreement in order to access this page.To view your current membership status and benefits, visitMember Center.Copyright © 2015 Apple Inc. All rights reserved.How can I negotiate the loop of unsuccessfulness?
1
0
1.6k
Jun ’15
iOS 9 carrier name issue iPhone
Why always showing iPhone carrier name on the left top corner? I have ATT carrier. I tried to reset network settings its works, but after reboot turns back to iPhone How to fix it? Cause i dont understand when good signal, when bad... when carrier avialable, when not...iPhone 6, AT&T 
11
0
3.3k
Jun ’15
Unable to log into Developer Account
Beginning yesterday and still continuing when I go to log into my developer account (both iOS and OS X) I am presented with a new Terms and Agreement page. The agreement is not displayed, I am unable to download the PDF and when I check the Agree box then Submit it returns me to the same page. I am unable to contact support as all of the links are invalid or I get kept being sent back tot eh Terms & Agreement page.How do I get out of this black hole?
3
0
697
Jun ’15
Reply to Arrays of tuples
Hi Erica, thanks for the reply. In keeping my original post short, I neglected to mention that the way I ran into this is that I opened a project that worked fine with XCode 6.3.2 but that did not compile with XCode 7. So for me, this did not happen with pre-2, or at least not with the current released version of XCode.Paste the following into a new iOS Playground in both XCode 6.3.2 and 7. It works in the former but not in the latter.import UIKit var errors = [(Int, String)]() errors.append((400, Bad Request))Would like to hear from someone from Apple if this is a bug or a language change.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
iOS University Developer Programme Querys
Hi All,I am an IT Technician for a Higher Education Instituion in the UK.I have applied to be enrolled in the iOS Univeristy Developer Programme and was just wondering if this grants the students access to the pre release ios 9 beats and OS X El Capitan.If some one has any expereince with this and could let me know that would be great.Thanks,
0
0
182
Jun ’15
Reply to Future of Newsstand?
I can confirm that it is gone. Installing a newsstand app on iOS 9 makes it into an ordinary app. The icon is the regular icon, no more cover pages... 😢Strange that there is no information about this in the new documentation.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Create native WatchOS app
Hi, a few hours ago I downloaded Xcode 7 beta and I was wondering if I could start developing a native WatchOS app. According to WWDC 15 presentation I understood I could but, when I get to Xcode -> New Project, the only option for WatchOS I can choose is: iOS App with WatchKit App. Am I missing something or I can't do an only-watch app? Thanks.
2
0
623
Jun ’15
Reply to FCPX Issues in El Capitan
It does seem that FxFactory and some of it's own plug-ins do not work (Black Screen) - But 3rd party apps from the FxFactory 'stable' (Ripple Training etc), PixelFilm Studios, CoreMelt and MotionVFX all work fine on my 5K iMac late 2014 and on my mid-2011 27iMac - so it would seem that FxFactory's own plug-ins are a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
This app is not allowed to query for scheme...
Hi!WIth iOS 9 Beta 1 I always get This app is not allowed to query for scheme... message when trying to use UIApplication's canOpenURL: or openURL: methods. I didn't find any hint on how to grant permission for that query. Can anyone enlighten me?Thanks!Ingo.
Replies
5
Boosts
0
Views
34k
Activity
Jun ’15
Reply to Where are the OS X samples?
Open Xcode and create a new OSX game project with Game Technology set to Metal. This provides you with a starting point. I'm currently trying to get some of the iOS samples working there.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Download trouble IOS 9 - unauthorized -
First, I could successfully download and install IOS 9 Beta on my iPhone 5 (Model A1429). It works fine.Second, I also could successfully download and install Mac OS 10.11 on my iMac Mid 2009. It also works fine.Third and here my trouble starts:Then I tried to download IOS 9 Beta for my iPad Air (Model A1474). The download starts, butafter two, three seconds instead of the download file I get a text file named unauthorized with the following content:Sorry, you cannot view this page.This page no longer exists or the Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Team Agent may need to update your account by agreeing to the latest license agreement in order to access this page.To view your current membership status and benefits, visitMember Center.Copyright © 2015 Apple Inc. All rights reserved.How can I negotiate the loop of unsuccessfulness?
Replies
1
Boosts
0
Views
1.6k
Activity
Jun ’15
What after the provisioning
I have added my iPad's UDID, Made an certificate, App ID and then a peovisioning profile, in this orded. And what should I do next so I can install iOS 9 and try my app on my iPad?
Replies
0
Boosts
0
Views
255
Activity
Jun ’15
iOS 9 carrier name issue iPhone
Why always showing iPhone carrier name on the left top corner? I have ATT carrier. I tried to reset network settings its works, but after reboot turns back to iPhone How to fix it? Cause i dont understand when good signal, when bad... when carrier avialable, when not...iPhone 6, AT&T 
Replies
11
Boosts
0
Views
3.3k
Activity
Jun ’15
Unable to log into Developer Account
Beginning yesterday and still continuing when I go to log into my developer account (both iOS and OS X) I am presented with a new Terms and Agreement page. The agreement is not displayed, I am unable to download the PDF and when I check the Agree box then Submit it returns me to the same page. I am unable to contact support as all of the links are invalid or I get kept being sent back tot eh Terms & Agreement page.How do I get out of this black hole?
Replies
3
Boosts
0
Views
697
Activity
Jun ’15
Reply to Arrays of tuples
Hi Erica, thanks for the reply. In keeping my original post short, I neglected to mention that the way I ran into this is that I opened a project that worked fine with XCode 6.3.2 but that did not compile with XCode 7. So for me, this did not happen with pre-2, or at least not with the current released version of XCode.Paste the following into a new iOS Playground in both XCode 6.3.2 and 7. It works in the former but not in the latter.import UIKit var errors = [(Int, String)]() errors.append((400, Bad Request))Would like to hear from someone from Apple if this is a bug or a language change.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS University Developer Programme Querys
Hi All,I am an IT Technician for a Higher Education Instituion in the UK.I have applied to be enrolled in the iOS Univeristy Developer Programme and was just wondering if this grants the students access to the pre release ios 9 beats and OS X El Capitan.If some one has any expereince with this and could let me know that would be great.Thanks,
Replies
0
Boosts
0
Views
182
Activity
Jun ’15
Reply to This app is not allowed to query for scheme...
Same here.Existing apps seem to work fine but recompiling them for iOS 9 causes the canOpenURL error, even when querying the apps own methods.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Every ios early beta since the beginning of time has done this. There is diagnostic data to be collected, things have not been optimized, etc.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
WatchKit Programming Guide out-of-date
The WatchKit Programming Guide is out-of-date, as it still refers to the old architecture, talks about communitcating the iOS app via openParentApplication(_:reply:), and using App Groups to share data etc.Will this be updated soon to reflect all the changes in watchOS 2.0?
Replies
1
Boosts
0
Views
256
Activity
Jun ’15
Reply to New Apple iOS9 Maps Transit
I don't believe Apple actually manages the map data. If you look at the current Maps on iOS 8, you'll see an 'i' icon, lower right...tap that to view the source companies, etc.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Future of Newsstand?
I can confirm that it is gone. Installing a newsstand app on iOS 9 makes it into an ordinary app. The icon is the regular icon, no more cover pages... 😢Strange that there is no information about this in the new documentation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Create native WatchOS app
Hi, a few hours ago I downloaded Xcode 7 beta and I was wondering if I could start developing a native WatchOS app. According to WWDC 15 presentation I understood I could but, when I get to Xcode -> New Project, the only option for WatchOS I can choose is: iOS App with WatchKit App. Am I missing something or I can't do an only-watch app? Thanks.
Replies
2
Boosts
0
Views
623
Activity
Jun ’15