Search results for

“Visual Studio Maui IOS”

109,121 results found

Post

Replies

Boosts

Views

Activity

Reply to Why does the following code work?
The __block specifier doesn't make a local variable available to a block. Blocks can use any local variables - however the local variables are immutable within the block. When you add __block to a local variable you are telling the compiler to make that variable mutable within the block that's using them. From the docs: You can specify that an imported variable be mutable—that is, read-write— by applying the __block storage type modifier.You can read more about blocks and variables in: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/Articles/bxVariables.html#//apple_ref/doc/uid/TP40007502-CH6-SW1
Topic: Programming Languages SubTopic: General Tags:
Jun ’15
Confirm iPad 1 end-of-life?
I downloaded the Xcode 7 beta and plugged in the iPad 1 that I use for testing apps that still support iOS 5.1.1, and Xcode said the device wasn't supported. I've been expecting Apple to drop support for the iPad 1 for a while, and it looks like that time has come. However, I'd like to know if Apple has stated this offically anywhere. Does anyone know?Here are the Xcode 7 release notes, but I didn't see anything there about what devices are supported:http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
0
0
539
Jun ’15
Help with third party App developer
HelloI am new to all of this and apprecaite any help that I can get.I am having a third party developer make me a simple app for iOS and Android.The developer is saying that it is a Corona based iTunes app.In order for me to test this app he is saying that I need to purchase an Enterprise Developer Account and to send him the account details so he can deploy it and I can play on my devices. He says to make sure to create a CORONA based iTunes and gives me the following steps: login then click on developer account then packages then cocoa select corona and then click on platform select iphone and android then select languages lua objective C android SDK java platform then click on soft in that select supported files then click on yes buttion then click on packages select packagesDoes any of this make sense to anyone?I have tried to enroll in an Enterprise Developer Account but it only allows me to sign up for the Individual Developer account.The developer is saying that I cannot use an Individual Deve
3
0
1.6k
Jun ’15
Reply to my OS X 10.11 will not download
Was having same problem. It finally worked when restarted mac, logged into app store, logged into apple dev site in safari (osx 10.10.3 ), clicked download, redeem code appeared in app store page, BUT APP STORE THEN REQUESTED AGEE TO NEW CONDITIONS (this was first time app store asked this), then redeem worked and download began. Hope this helps.BTW, I wish the 'period' worked same way in OSX as iOS, double space. Confusing for me anyway.John
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Help with third party developer
HelloI am new to all of this and appreciate any help that I can get.I am having a third party developer make me a simple app for iOS and Android.The developer is saying that it is a Corona based iTunes app.In order for me to test this app he is saying that I need to purchase an Enterprise Developer Account and to send him the account details so he can deploy it and I can play on my devices.He says to make sure to create a CORONA based iTunes and gives me the following steps:loginthen click on developer accountthen packagesthen cocoaselectcoronaand then click on platformselect iphone and androidthen select languagesluaobjective Candroid SDKjava platformthen click on softin that select supported filesthen click on yes buttonthen click on packagesselect packagesDoes any of this make sense to anyone?I have tried to enroll in an Enterprise Developer Account but it only allows me to sign up for the Individual Developer account.The developer is saying that I cannot use an Individual Developer Account.Thanks
3
0
867
Jun ’15
Reply to Shazam does not work in Siri in iOS 9.0
Hey mate, works here (iPhone 6 Plus on iOS 9.0b1)Can you expand on does not work, it's a little vague so the more informaiton the better...especially concidering this is a third-party app Apple really wouldn't have much opportunity to 'look at this and fix the issue', it might be an idea to drop an email to the Shazam support team if it's really that bad.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Zero GPU with SpriteKit
First I thought my SpriteKit game had an issue with collections after installing iOS 9 beta, but after a second look I noticed that it's using zero % GPU when with iOS 8.3 the GPU was taking more load than the CPU.There was some talk in some WWDC live broadcast session addressing something related but I don't remember which session. Anyone have any idea if something was mentioned concerning changes to SpriteKit/CoreGraphics that might have an affect on GPU utilization? Or anybody have same kinds of issues?
4
0
1k
Jun ’15
Reply to Can watchOS send a local notification?
I just found out about the WatchConnectivity Framework: https://developer.apple.com/library/prerelease/watchos/documentation/WatchConnectivity/Reference/WatchConnectivity_framework/index.html#//apple_ref/doc/uid/TP40015269The Watch Connectivity framework (WatchConnectivity.framework) provides a two-way communications conduit between an iOS app and a WatchKit app on a paired Apple Watch. Apps use this framework to pass files and data back and forth. Live communication is possible when both apps are active; otherwise, you send data in the background so that it is available when the other app launches.So yes, you can request pedometer data from the Watch app in the background!
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Inspect WebView in Mac Application
Hello,What is the proper way to inspect a WebView in a Mac application?I can access any iOS simulator or connected device through the Safari Develop menu just not any Mac apps (The entry for the Mac lists No Inspectable Applications).All the Mac apps are launched by Xcode and the scheme is set to debug.Is there something I am missing or are Mac apps not supported? I tried to search the documentation but found nothing.Thanks.
5
0
20k
Jun ’15
Reply to iOS 9 Beta battery life
same here iPhone 6 plus battery is horrendous. But my iPad air 2 is actually the same it wad on iOS 8 which is great easily last a day just the iPhone with the issues
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Why does the following code work?
The __block specifier doesn't make a local variable available to a block. Blocks can use any local variables - however the local variables are immutable within the block. When you add __block to a local variable you are telling the compiler to make that variable mutable within the block that's using them. From the docs: You can specify that an imported variable be mutable—that is, read-write— by applying the __block storage type modifier.You can read more about blocks and variables in: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/Articles/bxVariables.html#//apple_ref/doc/uid/TP40007502-CH6-SW1
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can't restore backup to iOS8 from 9 beta
From the iOS beta Software Installation Guide, available on the download page:NOTE: Devices updated to iOS beta may not be restored to earlier versions of iOS. Registered development devices will be able to upgrade to future beta releases and the final iOS software.(emphasis added)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to How do I install apps without a developer program?
You can't use that feature if you're running iOS 8.4, because there is no Developer Disk Image available for it in Xcode 7 as i figured. This is your problem if you're running 8.4 and get an error message similar to this one: Could not find Developer Disk Image
Replies
Boosts
Views
Activity
Jun ’15
Confirm iPad 1 end-of-life?
I downloaded the Xcode 7 beta and plugged in the iPad 1 that I use for testing apps that still support iOS 5.1.1, and Xcode said the device wasn't supported. I've been expecting Apple to drop support for the iPad 1 for a while, and it looks like that time has come. However, I'd like to know if Apple has stated this offically anywhere. Does anyone know?Here are the Xcode 7 release notes, but I didn't see anything there about what devices are supported:http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
Replies
0
Boosts
0
Views
539
Activity
Jun ’15
Reply to Testing Apps on iOS Devices without subscription
I just found out that iOS 8.4 wasn't supported by Xcode 7 and there's no Developer Disk Image available for it. I guess we'll have to wait until iOS 9 public beta then or try downgrading to 8.3.
Replies
Boosts
Views
Activity
Jun ’15
Reply to xcode 7 beta run on device
ddeacon22 posted something that could help you here: https://forums.developer.apple.com/thread/3785Also, if you run iOS 8.4 on your device, that is not supported by Xcode 7 until now.
Replies
Boosts
Views
Activity
Jun ’15
Help with third party App developer
HelloI am new to all of this and apprecaite any help that I can get.I am having a third party developer make me a simple app for iOS and Android.The developer is saying that it is a Corona based iTunes app.In order for me to test this app he is saying that I need to purchase an Enterprise Developer Account and to send him the account details so he can deploy it and I can play on my devices. He says to make sure to create a CORONA based iTunes and gives me the following steps: login then click on developer account then packages then cocoa select corona and then click on platform select iphone and android then select languages lua objective C android SDK java platform then click on soft in that select supported files then click on yes buttion then click on packages select packagesDoes any of this make sense to anyone?I have tried to enroll in an Enterprise Developer Account but it only allows me to sign up for the Individual Developer account.The developer is saying that I cannot use an Individual Deve
Replies
3
Boosts
0
Views
1.6k
Activity
Jun ’15
Reply to my OS X 10.11 will not download
Was having same problem. It finally worked when restarted mac, logged into app store, logged into apple dev site in safari (osx 10.10.3 ), clicked download, redeem code appeared in app store page, BUT APP STORE THEN REQUESTED AGEE TO NEW CONDITIONS (this was first time app store asked this), then redeem worked and download began. Hope this helps.BTW, I wish the 'period' worked same way in OSX as iOS, double space. Confusing for me anyway.John
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Help with third party developer
HelloI am new to all of this and appreciate any help that I can get.I am having a third party developer make me a simple app for iOS and Android.The developer is saying that it is a Corona based iTunes app.In order for me to test this app he is saying that I need to purchase an Enterprise Developer Account and to send him the account details so he can deploy it and I can play on my devices.He says to make sure to create a CORONA based iTunes and gives me the following steps:loginthen click on developer accountthen packagesthen cocoaselectcoronaand then click on platformselect iphone and androidthen select languagesluaobjective Candroid SDKjava platformthen click on softin that select supported filesthen click on yes buttonthen click on packagesselect packagesDoes any of this make sense to anyone?I have tried to enroll in an Enterprise Developer Account but it only allows me to sign up for the Individual Developer account.The developer is saying that I cannot use an Individual Developer Account.Thanks
Replies
3
Boosts
0
Views
867
Activity
Jun ’15
Reply to Shazam does not work in Siri in iOS 9.0
Hey mate, works here (iPhone 6 Plus on iOS 9.0b1)Can you expand on does not work, it's a little vague so the more informaiton the better...especially concidering this is a third-party app Apple really wouldn't have much opportunity to 'look at this and fix the issue', it might be an idea to drop an email to the Shazam support team if it's really that bad.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Zero GPU with SpriteKit
First I thought my SpriteKit game had an issue with collections after installing iOS 9 beta, but after a second look I noticed that it's using zero % GPU when with iOS 8.3 the GPU was taking more load than the CPU.There was some talk in some WWDC live broadcast session addressing something related but I don't remember which session. Anyone have any idea if something was mentioned concerning changes to SpriteKit/CoreGraphics that might have an affect on GPU utilization? Or anybody have same kinds of issues?
Replies
4
Boosts
0
Views
1k
Activity
Jun ’15
Reply to Can watchOS send a local notification?
I just found out about the WatchConnectivity Framework: https://developer.apple.com/library/prerelease/watchos/documentation/WatchConnectivity/Reference/WatchConnectivity_framework/index.html#//apple_ref/doc/uid/TP40015269The Watch Connectivity framework (WatchConnectivity.framework) provides a two-way communications conduit between an iOS app and a WatchKit app on a paired Apple Watch. Apps use this framework to pass files and data back and forth. Live communication is possible when both apps are active; otherwise, you send data in the background so that it is available when the other app launches.So yes, you can request pedometer data from the Watch app in the background!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Inspect WebView in Mac Application
Hello,What is the proper way to inspect a WebView in a Mac application?I can access any iOS simulator or connected device through the Safari Develop menu just not any Mac apps (The entry for the Mac lists No Inspectable Applications).All the Mac apps are launched by Xcode and the scheme is set to debug.Is there something I am missing or are Mac apps not supported? I tried to search the documentation but found nothing.Thanks.
Replies
5
Boosts
0
Views
20k
Activity
Jun ’15
Reply to whatsapp won't restore backup
They probably must update their app due to changes in iOS 9.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15