Search results for

Account Locked

31,808 results found

Post

Replies

Boosts

Views

Activity

Reply to Returning members of an Enum with a given frequency
I am experimenting with generating believable characters/clues for a little mystery game (mostly as an exercise for learning Swift 2).I am a big fan of mysteries, and most games that have randomly generated mysteries have problems with making rare things too common, and also bad correlations (e.g. a 6'5 man with size 4 shoes). I would like my characters to have characteristics (e.g. eye color, blood type, etc...) that generally match real world numbers. It doesn't have to be perfect but the 2 main characteristics that I would like:Rare things should only show up rarely (and common ones commonly)Correlation between factors should be believableI am currently handling the second by having a fixed order in which the characteristics are chosen (Gender then Height, etc...), and altering the frequencies of later stages based on the earlier results. I am open to better solutions for that as well. I am also taking into account familial relations when generating relatives... but that is another topic.As an exa
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
AppStore show bundle identifier instead of company name
Before i post my question, i try with my best to find similar question but i didn't found the same problem. My app name is HiPoint (https://itunes.apple.com/us/app/hipoint/id982415851?ls=1&mt=8). You'll see text under my app name, it show my bundle id (com.kmutnb.HiPoint). My account is selected as company type since i enrolled ios developer program, it must show my company as other app in app store. I think it's very strange. What happen or is it bug ? Please help me.Thank you.
2
0
347
Jun ’15
What payment gateway to use - ios app
Hi guys,I'm struggling to find solid information on my subject. I have created an app that allows candidates to create a resume, they can download for free and set the whole account up for free. But if they wish to share it or accept job offers through the app, they will need to pay a subscription of $5 monthly.What payment gateways am I allowed to use and will Apple take 30% of each subscription payment?Thanks
1
0
654
Jun ’15
Reply to CardDAV doesn't work anymore
After a clean install of 10.11 - I cannot connect to my carddav server on OS X Server 5.0beta1 anymore. Computers that are still using an upgraded version from 10.10 to 10.11 won't have the issue.If I try to set everything up through Contacts -> Preferences -> Accounts, the preferences pane and Contacts will crash immediately.If I try to set it up as server account through System Preferences -> Internet Accounts, CalDav and CardDav won't even try to connect.If I set it up as CalDAV account through System Preferences -> Internet Accounts, Calendar is working correctly.If I set it up as CardDAV account through System Preferences -> Internet Accounts, CardDAV is still not connecting.I suppose, the automatic port configuration might be the issue.How can I set it up correctly and manually?username - okpassword - okserver address - okpath - what is os x server's default path for carddav - /principals/ will result in not connecting at allp
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Apple Push Certificates Portal MDM
The former person which has registered certificates for the account is not in the team anymore but the certificates which were registered under his apple id still need to be renewed. It was not automatically tranfered to the admin when the admin deleted the person. Also there was no warning. How can the dangling MDM certificates be recovered? Unfortunately there is no support info for Apple Push Certificates Portal itsel.
2
0
1k
Jun ’15
Reply to Providing a trial of IAPs
- the keychain is device specific (not synced across devices), so the trial period would be separate for each device? YES. You could also use the user's iCloud account and write to their key-value file- reinstalling the app won't modify the keychain, so the user cannot gain another trial period by reinstalling the app? CORRECT. But the user could restore their entire device to a time before they first ran your app. The alternative approach using the user's iCloud account can't be restored so it avoids this flaw. However the user may log out of their iCloud account and log into a different iCloud account.- restoring the device would reset the keychain, so by doing this (tedious task), the user could gain another trial period? OH - you realized this! YES, this is a way of getting another trial period at some considerable pain to the user.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Reply to Clarity on IAP. What is and is not allowed...
First, if you want to avoid using IAP and continue using your website you may be able to do that if you satisfy 11.14.Second, if you want to use IAP it seems ok. There is no way to 'know the identity of user' unless the user gives you that information. You could simply ask the user to log into their account from the app and transmit the identifierForVendor from teh device into that account.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Testing In-App purchase on iPad
My iPhone worked normally with a fresh Sandbox Test ID account, but my iPad tried to autofill a previously used username. I had deleted the App and reinstalled. I was logged out of the AppStore when I get to the Purchase dialog, it asks for the password that goes with user Test5@... It doesn't give me a choice of clearing that user. I even deleted Test5 from the Sandbox Test users accounts. I even rebooted the iPad.Then it seems to Restore the purchase! Even without me supplying the password.Is there a possibility it's trying to do some auto completion on the AppStore sign in? Is there something more I need to clear in the Keychain?How can I force it to test it as if it had never been installed on that iPad?I should mention this was code previously used and approved in another app of ours.Thanks in advance for any suggestions!--EdM
5
0
1.1k
Jun ’15
Reply to Restart required before first logging in with AD mobile user account
Bug filed for this issue. For those who wish to dupe it, it is bug ID 21420857.Bug details:Title: Mac OS X 10.11.0 (15A178w): Restart required before first logging in with AD mobile user accountSummary:When logging into an AD-bound Mac, where the Apple AD plug-in is active and set to create mobile users, a restart is required as part of a AD mobile account's first loginSteps to Reproduce:1. Bind Mac running OS X 10.11.0 (15A178w) to Active Directory using Apple's AD plug-in2. Enable the Apple AD plug-in's Create mobile account at login option3. Disable the Apple AD plug-in's Require confirmation before creating a mobile account option4. Log in at the OS X login window with an AD account which had not previously logged into this MacExpected Results:Login process would appear pause briefly while the AD mobile account's account credentials were cached and home folder was created.Once AD mobile account's credentials were cached and the home folder was
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to SecKeychainGetStatus concurrent access
> Could this be related to concurrent calls to> SecKeychainUnlock/SecKeychainCreate on the same keychain?It certainly could be. Normally the only shared keychains on the system (things like the System keychain) are relatively static (they don't come and go, or lock and unlock) so you don't exercise this case.> Any recomendations on how to handle this execenario in wich several> servers use a shared keychain, and any of the could unlock/create it ?I think that once the keychain is created and open you should be OK reading the keychain concurrently. Working on that theory the obvious next step is to move the code that creates and unlocks the keychain to a central service that each of your main servers talks to via XPC.Share and Enjoy--Quinn The Eskimo!Apple Developer Relations, Developer Technical Support, Core OS/Hardware
Topic: Privacy & Security SubTopic: General Tags:
Jun ’15
Swift 2.0 - GKPlayer : properties nilable
Hi everybody.Between Swift 1.2 and Swift 2.0, the GKPlayer class change the way some properties can return nil.I can get it for the alias (even if I'm not sure you can setup a Game Center account without entering a nickname), but I really can't get it for these properties :- playerID : How a player can't have a player ID ??- displayName : You always need something to display. Apple does, right ?- guestIdentifier: It's mandatory to provide a guestIdentifier when you create a guest with anonymousGuestPlayerWithIdentifier. How the value can be nil in return?If you have some clue about how these properties can return nil, thanks in advance for sharing it. I just want to know how to manage these case in my code 😉Have a great coding day!Alexis.
2
0
199
Jun ’15