Search results for

“Account Locked”

33,579 results found

Post

Replies

Boosts

Views

Activity

Reply to Setting Up In App Purchase
My response is here to item 5 - the endless loop. You comment - many years ago the autorenewable subscription 'limit of 5' broke down and I got a few thousand renewals one weekend. Before I knew what had happened I deleted the test user. - I've had similar reports and the course of action you took is similar in a manner to what I would suggest - stop using that test user, create another and see if the problem persists. I don't have specific evidence, but I feel that a test user account can become polluted - for example when used in a condition where the finishTransaction process doesn't get called on successful transactions - leading to a state where incomplete transactions are associated with that user. It would be useful to see the associated console log generated by such app for presentation to iTunesConnect for their investigation.The addTransactionObserver is there to notify the app of events generated by the App Store. If there is a problem with the delegate function being called more frequent
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
iPhone display still powers on even when it's facedown?
Hi everyone. This is my first post here on the forums because I am usually able to find answers to my problems somewhere. But for this particular one, I'm stuck wondering if anyone else has the same issue I do.With iOS 9, iPhone uses its ambient light and proximity sensors to detect if it's facedown, thus when a notification is received the display will not turn on. However, I haven't been able to get my iPhone to do this, but another dev friend of mine has. (My phone screen still fires up even when facedown.) I'm wondering what's different between the settings on our iPhones that he has this feature active and I don't. It's not a big deal, but I'm just curious because my Home & Lock Screen uses the most power % based on my battery breakdown.Maybe it's just a bug. Who knows.
2
0
377
Jun ’15
Reply to Same Apple ID for Developer and Enterprise Program
This shouldn't be a problem.When you login to the Member Center you should be prompted with a drop-down selector or radio button selector (can't recall which) with both 'teams' showing up -- one for the Enterprise account and one for the Developer account... You just select the one want to manage / work with -- and then it takes you into the regulard Member Center home page.~Blake
Jun ’15
App Missing in iTunes Connect
We created our first app in iTunes Connect 1 hour ago. We entered some information for the app. After 1 hour, when we were trying to create another app, we saw the first app disappeared from iTunes Connect and we can't find it any more. Then we checked Apple Developer Member Center, and we can still find the first app's Bundle ID there. But we cannot use it to create apps anymore in iTunes Connect.This is our first time to use Apple Developer Program and iTunes Connect. So we don't know what happened to our account.
11
0
4.4k
Jun ’15
Restoring/transferring consumables
I am adding consumable IAPs to my app, that allow the user to purchase credits to download data from a third-party database. I took this approach because I am charged per download by the data provider, so I pass the download cost on to the customer with a slight price markup. That way customers pay for each download and I am covered on my end. I briefly considered a subscription model, but decided it could be abused by heavy users and the higher entry cost might deter light users. With the consumable approach, download credits can start at just $0.99 for several thousand downloads. If a customer has multiple devices, they can just buy credits for each device as needed. They can buy more credits at any time. Seems like a good way to handle this.Consumables are not restorable from Apple, but I plan to save a device's credits to the keychain so that they would be safe if the user deletes the app or moves to a new device (via backup). I was hoping to avoid depending on iCloud for this, since not all customers use
2
0
1.1k
Jun ’15
Reply to Table View Controller and Navigation Bar
Normally when you tick Adjust Scroll View Insets, and Extend Edges Under Top Bars, in the view controller's attributes inspector in the storyboard, it should work. The view will extend to the screen edge, but UIKit should adjust the contentInset (and scrollIndicatorInsets) to account for the navigation bar.If you have been playing fast and loose with UIViewController types in the storyboard, that sometimes messes things up. By that I mean you can't drag out a UIViewController then change its class to UITableViewController in the Identity Inspector (or vice versa). You have to drag out a VC of the appropriate type in the first place.Have you overridden any layout-related methods in your VC class? Are you calling super?
Jun ’15
Feature request: beginner friendly rest/json support
I started my iOS development career about a week ago and I have already an almost functioning app built mostly in swift. It is much easier then I anticipated, much thanks to the great tools available. I have a background in making javascript tools/widgets for myself and now I can do the same thing with proper apps. It's almost easier since less time has to be spent on tool-config etc.Setting up the environment, getting a dev account, making an app following the MVC pattern, displaying and manipulating screen contents and best practice issues took about ~16 hours (57% of dev time) to learn.During the past ~12 hours (42% of dev time) (not consecutive) I have been stuck in trying to get a simple JSON parser and REST api loader to work. This part has not felt very Swift at all. I looked through some code examples and the REST part has been left out...I also got stuck in the ever so annoying framework creep that javascript suffers from. Is there a problem? Use this framework on github!. Only problem is th
3
0
731
Jun ’15
Reply to Outgoing mail servers
I now have a solution thanks to this old thread.https://discussions.apple.com/thread/6610852?searchText=outgoingThe option to edit your incoming mail server is grayed out because of the new option in Yosemite to Automatically detect and maintain account settings. Disable that option in the advanced settings of your account in Mail, click back to General settings, and select save settings on the popup that appears. Then you will be able to edit your incoming mail server.When I deselected the option and looked at the advanced settings the icloud outgoing mailserver reappeared and I was able to select it. Now my old dot mac address is working again after a week of head scratching.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Restoring/transferring consumables
Most users have an iCloud account. You could simply store the credits in the user's key-value file on iCloud. Another approach would be to store the credits in a simple not-backed-up file and create a method of transfering them from one device to another via MCSession (bluetooth/wireless). Then tell the user that if they delete the app without first transferring their credits then they will lose the credits. And lastly, you could use either the MCSession or the iCloud key-value file to transfer the 'rights' to a download from one device to another device owned by the same user.For an example of transferable Tokens see my app 'Beat The Market'.If the credits cost you you may want to protect against crackers. Verify the receipt - best by decoding it, second best using a trusted server, and ok doing it directly from the app to the Apple servres (yes, yes, the last is crackable but it's real hard to crack). And store the credit number using a confirming code - e.g. store 6 credits AND code 26 where the 2
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Can't log into iCloud: Verification Failed - Your username or password is incorrect.
In DP 1 I got a few problems with iCloud. I wasn't able to remove and re-add my account either. After I upgraded to DP 2 (after an upgrade to a new DP there is always a setup wizard light, where you have to enter your iCloud-Password, but no new user will be created) I was logged in, but - stupid me - because of the problems I thought it would be wise, to still remove and re-add my iCloud account. Removing was no problem, but re-adding is not possible, because I'm getting the following error:Verification FailedYour username or password is incorrect.Yes, I double- and triple-checked and I copy and pasted. Username and password are correct. I also tried the alternative e-mail-adresses (@icloud.com, @me.com). Nothing. I can login in iTunes, however App Store also doesn't work.Long story, short question:Does someone know a solution to this? Or is it by any chance possible to run the setup wizard light again that pops up after an upgrade? Or do I have to wait a long week until DP3? 😉(Yes, I know
30
0
20k
Jun ’15
Reply to Setting Up In App Purchase
My response is here to item 5 - the endless loop. You comment - many years ago the autorenewable subscription 'limit of 5' broke down and I got a few thousand renewals one weekend. Before I knew what had happened I deleted the test user. - I've had similar reports and the course of action you took is similar in a manner to what I would suggest - stop using that test user, create another and see if the problem persists. I don't have specific evidence, but I feel that a test user account can become polluted - for example when used in a condition where the finishTransaction process doesn't get called on successful transactions - leading to a state where incomplete transactions are associated with that user. It would be useful to see the associated console log generated by such app for presentation to iTunesConnect for their investigation.The addTransactionObserver is there to notify the app of events generated by the App Store. If there is a problem with the delegate function being called more frequent
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to unusual amount of unique taps on iAd banners on your app
Same here.I got that email just today. The app got ad suspended is the most popular app of mine that released 2 years ago. Not sure what to do with this... But if this is admob, we may get account suspended also 😢
Replies
Boosts
Views
Activity
Jun ’15
Why can't I find the El Capitan download code?
I have been looking for the download code everyone under my developer account. I can't find it. Anyone know where this is located? Things seem different than last year. Thanks.
Replies
1
Boosts
0
Views
221
Activity
Jun ’15
iPhone display still powers on even when it's facedown?
Hi everyone. This is my first post here on the forums because I am usually able to find answers to my problems somewhere. But for this particular one, I'm stuck wondering if anyone else has the same issue I do.With iOS 9, iPhone uses its ambient light and proximity sensors to detect if it's facedown, thus when a notification is received the display will not turn on. However, I haven't been able to get my iPhone to do this, but another dev friend of mine has. (My phone screen still fires up even when facedown.) I'm wondering what's different between the settings on our iPhones that he has this feature active and I don't. It's not a big deal, but I'm just curious because my Home & Lock Screen uses the most power % based on my battery breakdown.Maybe it's just a bug. Who knows.
Replies
2
Boosts
0
Views
377
Activity
Jun ’15
Reply to Same Apple ID for Developer and Enterprise Program
This shouldn't be a problem.When you login to the Member Center you should be prompted with a drop-down selector or radio button selector (can't recall which) with both 'teams' showing up -- one for the Enterprise account and one for the Developer account... You just select the one want to manage / work with -- and then it takes you into the regulard Member Center home page.~Blake
Replies
Boosts
Views
Activity
Jun ’15
Reply to Big Gmail account freezes Mail os10.11
Thats interesting - I am able to open mail without that one account, when I activate it again mail freezes ...Any idea what I can do?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
App Missing in iTunes Connect
We created our first app in iTunes Connect 1 hour ago. We entered some information for the app. After 1 hour, when we were trying to create another app, we saw the first app disappeared from iTunes Connect and we can't find it any more. Then we checked Apple Developer Member Center, and we can still find the first app's Bundle ID there. But we cannot use it to create apps anymore in iTunes Connect.This is our first time to use Apple Developer Program and iTunes Connect. So we don't know what happened to our account.
Replies
11
Boosts
0
Views
4.4k
Activity
Jun ’15
Restoring/transferring consumables
I am adding consumable IAPs to my app, that allow the user to purchase credits to download data from a third-party database. I took this approach because I am charged per download by the data provider, so I pass the download cost on to the customer with a slight price markup. That way customers pay for each download and I am covered on my end. I briefly considered a subscription model, but decided it could be abused by heavy users and the higher entry cost might deter light users. With the consumable approach, download credits can start at just $0.99 for several thousand downloads. If a customer has multiple devices, they can just buy credits for each device as needed. They can buy more credits at any time. Seems like a good way to handle this.Consumables are not restorable from Apple, but I plan to save a device's credits to the keychain so that they would be safe if the user deletes the app or moves to a new device (via backup). I was hoping to avoid depending on iCloud for this, since not all customers use
Replies
2
Boosts
0
Views
1.1k
Activity
Jun ’15
Reply to Table View Controller and Navigation Bar
Normally when you tick Adjust Scroll View Insets, and Extend Edges Under Top Bars, in the view controller's attributes inspector in the storyboard, it should work. The view will extend to the screen edge, but UIKit should adjust the contentInset (and scrollIndicatorInsets) to account for the navigation bar.If you have been playing fast and loose with UIViewController types in the storyboard, that sometimes messes things up. By that I mean you can't drag out a UIViewController then change its class to UITableViewController in the Identity Inspector (or vice versa). You have to drag out a VC of the appropriate type in the first place.Have you overridden any layout-related methods in your VC class? Are you calling super?
Replies
Boosts
Views
Activity
Jun ’15
Feature request: beginner friendly rest/json support
I started my iOS development career about a week ago and I have already an almost functioning app built mostly in swift. It is much easier then I anticipated, much thanks to the great tools available. I have a background in making javascript tools/widgets for myself and now I can do the same thing with proper apps. It's almost easier since less time has to be spent on tool-config etc.Setting up the environment, getting a dev account, making an app following the MVC pattern, displaying and manipulating screen contents and best practice issues took about ~16 hours (57% of dev time) to learn.During the past ~12 hours (42% of dev time) (not consecutive) I have been stuck in trying to get a simple JSON parser and REST api loader to work. This part has not felt very Swift at all. I looked through some code examples and the REST part has been left out...I also got stuck in the ever so annoying framework creep that javascript suffers from. Is there a problem? Use this framework on github!. Only problem is th
Replies
3
Boosts
0
Views
731
Activity
Jun ’15
Reply to Outgoing mail servers
I now have a solution thanks to this old thread.https://discussions.apple.com/thread/6610852?searchText=outgoingThe option to edit your incoming mail server is grayed out because of the new option in Yosemite to Automatically detect and maintain account settings. Disable that option in the advanced settings of your account in Mail, click back to General settings, and select save settings on the popup that appears. Then you will be able to edit your incoming mail server.When I deselected the option and looked at the advanced settings the icloud outgoing mailserver reappeared and I was able to select it. Now my old dot mac address is working again after a week of head scratching.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Error An unspecified error occurred
After renew my account I'm getting the following error when I click in any link in Certificates, Identifiers & Profiles.An unspecified error occurred.Unable to find a team with the given Team ID 'ABCXYZABC' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/supportAny idea?
Replies
2
Boosts
0
Views
567
Activity
Jun ’15
Reply to Restoring/transferring consumables
Most users have an iCloud account. You could simply store the credits in the user's key-value file on iCloud. Another approach would be to store the credits in a simple not-backed-up file and create a method of transfering them from one device to another via MCSession (bluetooth/wireless). Then tell the user that if they delete the app without first transferring their credits then they will lose the credits. And lastly, you could use either the MCSession or the iCloud key-value file to transfer the 'rights' to a download from one device to another device owned by the same user.For an example of transferable Tokens see my app 'Beat The Market'.If the credits cost you you may want to protect against crackers. Verify the receipt - best by decoding it, second best using a trusted server, and ok doing it directly from the app to the Apple servres (yes, yes, the last is crackable but it's real hard to crack). And store the credit number using a confirming code - e.g. store 6 credits AND code 26 where the 2
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
Can't log into iCloud: Verification Failed - Your username or password is incorrect.
In DP 1 I got a few problems with iCloud. I wasn't able to remove and re-add my account either. After I upgraded to DP 2 (after an upgrade to a new DP there is always a setup wizard light, where you have to enter your iCloud-Password, but no new user will be created) I was logged in, but - stupid me - because of the problems I thought it would be wise, to still remove and re-add my iCloud account. Removing was no problem, but re-adding is not possible, because I'm getting the following error:Verification FailedYour username or password is incorrect.Yes, I double- and triple-checked and I copy and pasted. Username and password are correct. I also tried the alternative e-mail-adresses (@icloud.com, @me.com). Nothing. I can login in iTunes, however App Store also doesn't work.Long story, short question:Does someone know a solution to this? Or is it by any chance possible to run the setup wizard light again that pops up after an upgrade? Or do I have to wait a long week until DP3? 😉(Yes, I know
Replies
30
Boosts
0
Views
20k
Activity
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
You could try applying a fix that worked for other iCloud account related issues back in DP1: Simply deleting the files in the following folder:~/Library/Application Support/iCloud/Accounts (that's not the library folder in the root directory, as I'm guessing you're aware)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15