Search results for

“Account Locked”

33,568 results found

Post

Replies

Boosts

Views

Activity

Can't download iOS9 still!!!
I'm stuck and unable to download iOS9. It always points me to appleid website, where I have a .mac as my primary email address. The verification email doesn't work. How do I change the primary email address from .mac to say .icloud so that I can verify the account?
2
0
485
Jun ’15
Registration error
After the payment, I received this email:Thank you for joining the Apple Developer Program. You can now take advantage of membership benefits to create and distribute innovative apps. Learn how to get started. To manage your account, sign in to Member Center.If I sign in to Member Center, I am sent to https://developer.apple.com/register/error/You've already agreed to the Apple Developer Agreement. Continue to Member Center or sign out.Continue to Member Center gives the same pages, I can only sign out.What's the matter?
8
0
5.4k
Jun ’15
App rejected - app can't reach SIP server
Hi, We have a VoIP app locked to a SIP server. The first thing the app does when the user logs on with username and password is to REGISTER with the SIP server. We have tested this in the UK and US and all works fine, not only does the app register but also makes and receives calls. This is on both 3G and WiFi on several different iOS devicesand OS versions.However when we submit for review, we keep getting rejected as the Apple engineers can't get the app to REGISTER,the error message 408 suggests the domain of the SIP server cannot be resolved or reached. The SIP server is publicly accessible and can be pinged using Network Utility on MAC. So we are wondering why our app has such a basic connectivity issue when in app review. Anyone have any ideas what couldcause this.Thanks
6
0
1.3k
Jun ’15
process launch failed: 4294967295
I was debugging an application in XCode with my physical device (iPhone 6).At a certain moment when I launched the app, I started to get the following errors and I have not been able to determine when exactly I get which one:process launch failed: timed out trying to launch app or process launch failed: 4294967295Followed by a springboard crash on the iPhone.I have tried launching a different app from XCode, but I get the same error now.In the simulator these apps still run fine.What is even worse, is from the moment I started to get these problems, I also get the springboard crash for internal apps build with the same Enterprise Developer Account that were already installed on my device.(The code signing identity I am using is iOS developer.)This is the crash log:Incident Identifier: 2238BFF5-83C8-417C-9BAB-EE1FB3690DC0CrashReporter Key: 276b140b6a89f2be68d01c24b5f6fdf4e03678daHardware Model: iPhone7,2OS Version: iPhone OS 8.3 (12F70)Kernel Version: Darwin Kernel Version 14.0.0: Sun Mar 29 19:42:54
1
0
1.7k
Jun ’15
Reply to Feature request: Add ability to mark closures as "Functional"
Technically speaking, in pure functional programming there is no mutation, and by definition, no state. While you can do pure functional programming in Swift, we are promoting what we consider to be a more general and flexible cure for most of the ills addressed by pure functional programming: instead of eliminating mutation, eliminate sharing by using value types. Immutable types (including classes) are just a special case of value types, since in Swift you can only do mutation by assignment and all effects are local (and then you can use let bindings to prevent assignment). Using value types gives you scalable control over mutation without the kind of hoop-jumping and inefficiency that sometimes results from being locked into total immutability. I recommend the Building Better Value Types in Swift talk from WWDC 2015 for more on this.All that said, having some kind of pure annotation for functions, methods, and closures has some real potential benefits; I expect we'll continue to look at such featu
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Cant register a new device (iOS) it just "loads"
Hello, Im not sure which topic this suits, but I've tried for at least one week to registera a new iPhone in the developer.apple.com-portal, at https://developer.apple.com/account/ios/device/deviceCreate.actionI write the name of the tester and then the UDID, but as soon as I submit the form, a loader shows, together with the text Loading.... Then nothing happens.I've tried this for about one week now, and have waited at least 15min each time but nothing happens at all. The loader just spins at the middle of the screen without finishing.Anyone who know where I can turn to fix this?
1
0
323
Jun ’15
VoIP with PushKit
Hi,I'm working on a voip app using PushKit. The app should be able to receive voip push notifications in all possible app states (e.g. background, foreground, active, inactive). Using PushKit, I have to register the app with the background mode voip in the Info.plist - so far, so good. I still implemented the PFPushRegistryDelegate, which receives push credential updates or voip push notifications. This already works.Here is my problem:When the app is in suspended state and the screen is locked, the push notification will be received, but what do have to do now with that message? And what else can I do in the method didReceiveIncomingPushWithPayload?I want to use the received voip push notification to start a file download or something else - something time consuming - and I want to do it in the background, so that the app can refresh itself in the background. But what happened is, that the app starts downloading the file in the background using background transfer service and stops working after abo
6
0
6.1k
Jun ’15
Two apps into one
Can we submit an app that shows a facade to select which app(web project) to go to for eg: If my app is Banking App can I have a home page that says Corporate Accounts or Credit CardsCorporate Accounts and Credit Cards are two separate web applications made using same technology stack wrapped in cordovaTo summarise I have 2 corodva apps and want to make them as 1 app
1
0
274
Jun ’15
Reply to Users charged even though we get an error back
For those interested in the StoreKit flow -The “store kit flow”, is a process taken at the time of an attempt to purchase an in app purchase item such that the store kit determines that there is a problem with the user’s storekit account - for example, when the credit card information has expired. When this issue is detected, the user is given the option to be taken to the App Store app to update their account information.It used to be that the StoreKit would alert the user and ask them to fix the issue in the App Store app, when the issue was detected. Beginning with iOS 7, this check won’t bother the user until an actual charge is attempted - either when an app is requested for download or when a user attempts an in app purchase.When such a purchase is attempted (application makes the addPayment call and the user credentials are checked), and the store detects the account problem the StoreKit flow process occurs. The process begins with an initial purchase transaction result as a
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Reply to How stable is 10.11?
The first beta release of El Capitan has so far been the most unstable version of OS X I've ever seen. Far worse on my system (2009 MacBook Pro) than Yosemite. It locks up hard just about once a day, and I have no idea what is locking it up. Graphics corruption in various places, mostly seen in Safari, embedded videos and such. I really wouldn't recommend any early beta versions of OS X to anyone that only has one machine available or anyone that doesn't have multiple full backups to restore from. That's my 2 cents so far. Hopefully all my crashing is helping Apple find some of the bugs.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to watchos 2 beta 2
Pretty sure the new watch config profile is pointing to the old one still:https://developer.apple.com/services-account/download?path=/WWDC_2015/watchOS_2_beta/watchOS_2_beta.mobileconfigDate modified is June 7th still. I'm in the same boat as I can't get the update to show up yet...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 8.4 GM today?
Doesn't look like it, no. TaiG just released a jailbreak though, so it's possible that, if Apple haven't already patched it, that they will hold off until they do.Against that speculation is that 8.4 is already patched (which would account for why JB was released today)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Code already redeemed - nothing in Updates or Purchases
The first beta has been very unstable for me, so I'd really like to get my hands on beta 2, but I'm getting the code already redeemed error. What's worse is that the update doesn't show up in the Updates tab nor does it show up in the Purchases tab. The download never started, the connection was never interrupted. I never even saw it. I just immediately got the code already redeemed error the very first time I logged into the developer site and clicked the download link. No one else has access to my account. There's no good explanation for why this is happening. If anyone has a more effective solution to this besides repeating Look in the Purchases tab, I'd be happy to hear it. I've tried refreshing and quitting and signing out and signing back into the App Store many times by now. No luck.
32
0
9.8k
Jun ’15
Can't download iOS9 still!!!
I'm stuck and unable to download iOS9. It always points me to appleid website, where I have a .mac as my primary email address. The verification email doesn't work. How do I change the primary email address from .mac to say .icloud so that I can verify the account?
Replies
2
Boosts
0
Views
485
Activity
Jun ’15
Registration error
After the payment, I received this email:Thank you for joining the Apple Developer Program. You can now take advantage of membership benefits to create and distribute innovative apps. Learn how to get started. To manage your account, sign in to Member Center.If I sign in to Member Center, I am sent to https://developer.apple.com/register/error/You've already agreed to the Apple Developer Agreement. Continue to Member Center or sign out.Continue to Member Center gives the same pages, I can only sign out.What's the matter?
Replies
8
Boosts
0
Views
5.4k
Activity
Jun ’15
App rejected - app can't reach SIP server
Hi, We have a VoIP app locked to a SIP server. The first thing the app does when the user logs on with username and password is to REGISTER with the SIP server. We have tested this in the UK and US and all works fine, not only does the app register but also makes and receives calls. This is on both 3G and WiFi on several different iOS devicesand OS versions.However when we submit for review, we keep getting rejected as the Apple engineers can't get the app to REGISTER,the error message 408 suggests the domain of the SIP server cannot be resolved or reached. The SIP server is publicly accessible and can be pinged using Network Utility on MAC. So we are wondering why our app has such a basic connectivity issue when in app review. Anyone have any ideas what couldcause this.Thanks
Replies
6
Boosts
0
Views
1.3k
Activity
Jun ’15
process launch failed: 4294967295
I was debugging an application in XCode with my physical device (iPhone 6).At a certain moment when I launched the app, I started to get the following errors and I have not been able to determine when exactly I get which one:process launch failed: timed out trying to launch app or process launch failed: 4294967295Followed by a springboard crash on the iPhone.I have tried launching a different app from XCode, but I get the same error now.In the simulator these apps still run fine.What is even worse, is from the moment I started to get these problems, I also get the springboard crash for internal apps build with the same Enterprise Developer Account that were already installed on my device.(The code signing identity I am using is iOS developer.)This is the crash log:Incident Identifier: 2238BFF5-83C8-417C-9BAB-EE1FB3690DC0CrashReporter Key: 276b140b6a89f2be68d01c24b5f6fdf4e03678daHardware Model: iPhone7,2OS Version: iPhone OS 8.3 (12F70)Kernel Version: Darwin Kernel Version 14.0.0: Sun Mar 29 19:42:54
Replies
1
Boosts
0
Views
1.7k
Activity
Jun ’15
Reply to Feature request: Add ability to mark closures as "Functional"
Technically speaking, in pure functional programming there is no mutation, and by definition, no state. While you can do pure functional programming in Swift, we are promoting what we consider to be a more general and flexible cure for most of the ills addressed by pure functional programming: instead of eliminating mutation, eliminate sharing by using value types. Immutable types (including classes) are just a special case of value types, since in Swift you can only do mutation by assignment and all effects are local (and then you can use let bindings to prevent assignment). Using value types gives you scalable control over mutation without the kind of hoop-jumping and inefficiency that sometimes results from being locked into total immutability. I recommend the Building Better Value Types in Swift talk from WWDC 2015 for more on this.All that said, having some kind of pure annotation for functions, methods, and closures has some real potential benefits; I expect we'll continue to look at such featu
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Cant register a new device (iOS) it just "loads"
Hello, Im not sure which topic this suits, but I've tried for at least one week to registera a new iPhone in the developer.apple.com-portal, at https://developer.apple.com/account/ios/device/deviceCreate.actionI write the name of the tester and then the UDID, but as soon as I submit the form, a loader shows, together with the text Loading.... Then nothing happens.I've tried this for about one week now, and have waited at least 15min each time but nothing happens at all. The loader just spins at the middle of the screen without finishing.Anyone who know where I can turn to fix this?
Replies
1
Boosts
0
Views
323
Activity
Jun ’15
VoIP with PushKit
Hi,I'm working on a voip app using PushKit. The app should be able to receive voip push notifications in all possible app states (e.g. background, foreground, active, inactive). Using PushKit, I have to register the app with the background mode voip in the Info.plist - so far, so good. I still implemented the PFPushRegistryDelegate, which receives push credential updates or voip push notifications. This already works.Here is my problem:When the app is in suspended state and the screen is locked, the push notification will be received, but what do have to do now with that message? And what else can I do in the method didReceiveIncomingPushWithPayload?I want to use the received voip push notification to start a file download or something else - something time consuming - and I want to do it in the background, so that the app can refresh itself in the background. But what happened is, that the app starts downloading the file in the background using background transfer service and stops working after abo
Replies
6
Boosts
0
Views
6.1k
Activity
Jun ’15
Reply to disk filling up
I noticed this happening as well. My top three folders on my machine account for 370gb, but the machine says I am using 440gb. I have been rooting around but I cannot find where this space is going.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Two apps into one
Can we submit an app that shows a facade to select which app(web project) to go to for eg: If my app is Banking App can I have a home page that says Corporate Accounts or Credit CardsCorporate Accounts and Credit Cards are two separate web applications made using same technology stack wrapped in cordovaTo summarise I have 2 corodva apps and want to make them as 1 app
Replies
1
Boosts
0
Views
274
Activity
Jun ’15
Reply to Users charged even though we get an error back
For those interested in the StoreKit flow -The “store kit flow”, is a process taken at the time of an attempt to purchase an in app purchase item such that the store kit determines that there is a problem with the user’s storekit account - for example, when the credit card information has expired. When this issue is detected, the user is given the option to be taken to the App Store app to update their account information.It used to be that the StoreKit would alert the user and ask them to fix the issue in the App Store app, when the issue was detected. Beginning with iOS 7, this check won’t bother the user until an actual charge is attempted - either when an app is requested for download or when a user attempts an in app purchase.When such a purchase is attempted (application makes the addPayment call and the user credentials are checked), and the store detects the account problem the StoreKit flow process occurs. The process begins with an initial purchase transaction result as a
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
where is el capitan beta 2?
It's not in App Store updates and when I click on the beta 2 in my developer account it tells me the code has already been used.
Replies
17
Boosts
0
Views
5.1k
Activity
Jun ’15
Reply to How stable is 10.11?
The first beta release of El Capitan has so far been the most unstable version of OS X I've ever seen. Far worse on my system (2009 MacBook Pro) than Yosemite. It locks up hard just about once a day, and I have no idea what is locking it up. Graphics corruption in various places, mostly seen in Safari, embedded videos and such. I really wouldn't recommend any early beta versions of OS X to anyone that only has one machine available or anyone that doesn't have multiple full backups to restore from. That's my 2 cents so far. Hopefully all my crashing is helping Apple find some of the bugs.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to watchos 2 beta 2
Pretty sure the new watch config profile is pointing to the old one still:https://developer.apple.com/services-account/download?path=/WWDC_2015/watchOS_2_beta/watchOS_2_beta.mobileconfigDate modified is June 7th still. I'm in the same boat as I can't get the update to show up yet...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 8.4 GM today?
Doesn't look like it, no. TaiG just released a jailbreak though, so it's possible that, if Apple haven't already patched it, that they will hold off until they do.Against that speculation is that 8.4 is already patched (which would account for why JB was released today)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Code already redeemed - nothing in Updates or Purchases
The first beta has been very unstable for me, so I'd really like to get my hands on beta 2, but I'm getting the code already redeemed error. What's worse is that the update doesn't show up in the Updates tab nor does it show up in the Purchases tab. The download never started, the connection was never interrupted. I never even saw it. I just immediately got the code already redeemed error the very first time I logged into the developer site and clicked the download link. No one else has access to my account. There's no good explanation for why this is happening. If anyone has a more effective solution to this besides repeating Look in the Purchases tab, I'd be happy to hear it. I've tried refreshing and quitting and signing out and signing back into the App Store many times by now. No luck.
Replies
32
Boosts
0
Views
9.8k
Activity
Jun ’15