Accounts

RSS for tag

Help users access and manage their external accounts from within your app without requiring them to enter login credentials using Accounts.

Accounts Documentation

Posts under Accounts tag

137 Posts
Sort by:
Post not yet marked as solved
0 Replies
145 Views
I've hired developers overseas to create my app, I'm trying to test the demo version of it using app store connect but they're having trouble with permissions. They've sent me two pictures from the Xcode IDE saying they aren't a member of the team which isn't true: It's weird because I added them as Admins in my Apple Developer/App Store Connect account I want them to be able to upload the builds of the app from their end using their accounts and Xcode, but we can't because of this issue. They suggested me sharing a username and password but I'm not comfortable with that. I tried deleting them and resending the invites, but it's still not working. I'm not sure what the problem is, please help.
Posted
by amon90.
Last updated
.
Post not yet marked as solved
0 Replies
223 Views
Hi, I am writing apps in C++ and Objective-C. I created an instance of ASWebAuthenticationSession and set the presentationContextProvider. Then when I started the session, the app crashed with EXC_BAD_ACCESS (KERN_INVALID_ADDRESS). When I checked the crash log, I found an exception in [SFSafariViewController _setEdgeSwipeDismissalEnabled:]. But since this method is defined within the iOS framework(Xcode13.2.1), I don't know which field is causing the crash. I've done some testing, but I don't get much information : -I have enabled "Zombie Object" and "Address Sanitizer",however I was unable to get any additional information. -I tried to create a new project and used ASWebAuthenticationSession with the same arguments, but I could not reproduce the problem. Can someone please help or any other advice on finding the reasons for this error? OS Version: iPhone OS 14.7.1 (18G82) Release Type: User Baseband Version: 8.80.01 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000010000 VM Region Info: 0x10000 is not in any region. Bytes before following region: 4338286592 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 102960000-10391c000 [ 15.7M] r-x/r-x SM=COW ...pp/Disgaea4sp Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [35391] Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x00000001b3824148 objc_msgSend + 8 1 SafariServices 0x00000001b965906c -[SFSafariViewController setEdgeSwipeDismissalEnabled:] + 84 2 SafariServices 0x00000001b962cd5c -[SFBrowserRemoteViewController setRemoteSwipeGestureEnabled:] + 64 3 CoreFoundation 0x000000019fab7a10 invoking + 144 4 CoreFoundation 0x000000019f999720 -[NSInvocation invoke] + 300 5 libdispatch.dylib 0x000000019f6eb298 _dispatch_client_callout + 16 6 libdispatch.dylib 0x000000019f6905b8 _dispatch_block_invoke_direct$VARIANT$mp + 224 7 FrontBoardServices 0x00000001ae5d9e04 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 40 8 FrontBoardServices 0x00000001ae5d9acc -[FBSSerialQueue _targetQueue_performNextIfPossible] + 404 9 FrontBoardServices 0x00000001ae5d9fa0 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 10 CoreFoundation 0x000000019fa328a8 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 11 CoreFoundation 0x000000019fa327a8 __CFRunLoopDoSource0 + 204 12 CoreFoundation 0x000000019fa31afc __CFRunLoopDoSources0 + 256 13 CoreFoundation 0x000000019fa2c018 __CFRunLoopRun + 768 14 CoreFoundation 0x000000019fa2b7d0 CFRunLoopRunSpecific + 572 15 GraphicsServices 0x00000001b616d570 GSEventRunModal + 160 16 UIKitCore 0x00000001a23582d0 -[UIApplication _run] + 1052 17 UIKitCore 0x00000001a235d84c UIApplicationMain + 164 18 applicationName 0x000000010296a1e4 main + 41444 (main.m:6) 19 libdyld.dylib 0x000000019f70a140 start + 4
Posted
by nirei.
Last updated
.
Post not yet marked as solved
0 Replies
175 Views
Hi all We have recently had an issue with using a single sign on login concept in a submission which was flagged under Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage and we are wondering what the development best practices were in this circumstance. The reason being was because if the user did not already have an account, we provided a button which then loaded the 3rd parties registration form in a web frame. However the system we are using requires the users address and phone number for various reasons, although our app does not use that data at all - therefore we were told we are breaking the guidelines. Our app is not collecting, or storing any of this information (or even has visibility to it), and it is all covered in both ours, and the third parties privacy policies, however it seems that we are still violating the clause. My question to other developers and Apple support - is how is this dealt with in other apps that use larger SSO systems such as iCloud, Google and Facebook? If you use one of those for login, they require various fields, and personal data, which is then may not be used within apps themselves, however they seem not to violate the same policy, or at least may not have been flagged to do so. Our system is in context of holiday park bookings and this is an outline of the two processes that may happen: User already has account User books holiday on holiday parks booking system (The SSO Controller) This process includes the registration process so user will have email and password Before, or during the users holiday they download our app, and use this same username and password to add their booking information to our app User does not already have an account User books holiday in person, or over the phone They do not have a web account - but want to still download and use our app If they wish to login with their booking they need to then create an account on the booking system (SSO) - which for CRM and payment reasons, requires the users address and phone numbers Our app provides a button to load the registration in a web frame, and once the user is registered can then login to the app This second circumstance is the issue we are having, and for now have had to remove this to comply. Only people who originally booked their holiday online now being able to login with their booking. There are potentially other avenues we can explore with the booking system, but before we roadmap more development time for these, I was hoping the community, or Apple themselves could point us towards best practices, or documentation for this, and how others have dealt with it
Posted Last updated
.
Post not yet marked as solved
1 Replies
200 Views
Hello, i want to build an app and the first question which comes to my mind is, how is it possible to create an automatic login to the landing page, if the user already logged in on his device? i hope someone can answer my question greetings Konstantin
Posted Last updated
.
Post not yet marked as solved
1 Replies
261 Views
Hello! I'm trying to figure out how to get information about a user's busyness. My request to the outbox returns a 403 error, although any other request with the same access data is executed correctly. curl --location --request POST 'https://p48-caldav.icloud.com/userID/calendars/outbox/' \ --header 'Content-Type: text/calendar; charset="utf-8"' \ --header 'Authorization: Basic xxxx' \ --data-raw 'BEGIN:VCALENDAR VERSION:2.0 METHOD:REQUEST BEGIN:VFREEBUSY UID:a4ee6514 DTSTAMP:20220113T165506Z DTSTART;VALUE=DATE:20220113T165506Z DTEND;VALUE=DATE:20220113T165506Z ORGANIZER;CN="OM":mailto:mymail@icloud.com ATTENDEE;CN="OM":mailto:mymail@icloud.com END:VFREEBUSY END:VCALENDAR ' I also tried the report free-busy-query request, it returns a 400 error, I took it from https://datatracker.ietf.org/doc/html/rfc4791#section-7.10.1. curl --location --request REPORT 'https://p48-caldav.icloud.com/userID/calendars/work/' \ --header 'Depth: 1' \ --header 'Content-Type: application/xml; charset="utf-8"' \ --header 'Authorization: Basic xxxx' \ --data-raw '<?xml version="1.0" encoding="utf-8" ?> <C:free-busy-query xmlns:C="urn:ietf:params:xml:ns:caldav"> <C:time-range start="20220101T140000Z" end="20220129T220000Z"/> </C:free-busy-query>' I would love to hear your advice and suggestions.
Posted
by kingol6.
Last updated
.
Post not yet marked as solved
1 Replies
144 Views
Hello My brother also wants to develop applications, my question is: can he create a developer account on the same Mac that I develop on? 2 developer accounts would be used on the same Mac, one mine and one of my brother. Is this allowed? Thank you in advance for your answer.
Posted
by duke14.
Last updated
.
Post not yet marked as solved
0 Replies
136 Views
Ya he comprado la suscripcion pero no tengo acceso a las herrramientas de desarrollo como: -Usuarios -ventas -mis apps -etc ¿debo dar otro paso mas para acceder a esas herramientas?
Posted
by isaacfav.
Last updated
.
Post not yet marked as solved
2 Replies
534 Views
I am in the process of signing up as a business for a developer account and I get to the point where I receive the following message "Once we verify your authority to sign legal agreements, we will send you an email with instructions on how to complete your registration." I have not received a contact by phone or email for more than 2 weeks to continue with this creation. I contacted Apple's support team directly 001 866 676 5682, but they did not help me and told us that they have no direct contact with the development support team at "developer.apple.com".
Posted Last updated
.
Post not yet marked as solved
0 Replies
183 Views
Recently, We have move our live app from one account to another one which is using same email id. App movement work is done by raising the request, Currently there is no issue for exiting user or those downloading and using our live app. Now, for implementing In-App purchase or other features, We have to create certificates or provisioning again from new account. Currently only app id is showing, no provisioning profile, certificates and push notification key in that account. Kindly guide us. We just want to keep exiting features working and also need to add few more. If there is any way to move certificates or exiting configuration as well from old to new account. Let us know. Thanks David
Posted
by David_022.
Last updated
.
Post not yet marked as solved
0 Replies
165 Views
We have a Developer account and are facing the issue with the device-limit of 100. Our cycle of refresh is coming up and we want to clear up all the devices. Currently XCode does allow addition of the UDIDs if the developer has access to "Certificate, Identifier, Profiles". To maintain sanity of the account, Is there a checkbox for restriction of only devices? OR Is there a way by the we can restrict the device registration from XCode for "Developer" role?
Posted
by shadkar.
Last updated
.
Post not yet marked as solved
0 Replies
124 Views
About 3 weeks ago, on a Monday, I applied to distribute music on Apple Music through iTunes Connect. The application was denied on that Friday because I messed up the SSN and they couldn’t match it to the LLC. On the same day, I applied again with a different Apple ID (that’s what the rejection email said to do), this time with the correct SSN. It’s now been 2 weeks without any news. I contacted apple support for any news and they sent me to artist support. Artist support sent me a link to contact Provider support through iTunes Connect. That would have been great but since I’m inquiring about an application, I cannot log in to contact them. So now I’m stuck with no update and no way to ask for one. Is it normal for it to take this long? I don’t see why the application would be rejected this time because I met the requirements and more. If they do reject it, will I at least get an email?
Posted Last updated
.
Post not yet marked as solved
0 Replies
152 Views
Cannot contact dev support. We have called Apple support multiple times and tried a number of things to resolve this issue - (different browsers, different computers, different networks) Whenever I click on "contact us" or "account" I receive this error message. Anyone know how to fix this?
Posted
by GoodingIT.
Last updated
.
Post not yet marked as solved
0 Replies
123 Views
Alguém saberia me dizer como faço para mudar o nome da conta?
Posted Last updated
.
Post not yet marked as solved
0 Replies
196 Views
Hi, We are working on an application for the client that has content like videos, music, audiobooks. There are both subscription system and the purchase of specific items that are not available through the App Store subscriptions and purchases. This is available through the client’s web page. Registration process and account management are also currently supported only on the web. Last year it was announced that Apple will allow purchases outside the App Store but it’s not yet clear when this will happen.  Resource: https://www.apple.com/newsroom/2021/09/japan-fair-trade-commission-closes-app-store-investigation/ Current Do we have any information when this will be allowed? Apple guidelines still states that apps are not allowed to encourage users to use purchasing methods other than in-app purchases.  Resource: https://developer.apple.com/app-store/review/guidelines/#other-purchase-methods Having in mind everything from the above, we have some questions regarding the specific cases and app behaviour for which we would like to get information what is allowed or not: Would it be ok to have direct link in the application to open the registration web page in the web view and/or in the browser (Safari)? Would it be ok to have direct link in the application to open the account management web page in web view and/or in the browser (Safari)? Would it be ok to show the pricing within the application for the subscription and purchase the specific content that is managed outside the application? Would it be ok to have a direct link in the application which opens the subscription or purchase outside the application (browser) or within the web view? Thank you for any feedback.
Posted Last updated
.
Post not yet marked as solved
0 Replies
411 Views
Based on Apple's guideline 5.1.1 (https://developer.apple.com/app-store/review/guidelines/#5.1.1), apps that allow account creation must allow account deletion. Our app only requires a specific ID and birthdate for in-app registration or account activation. But the actual account creation does not happen in-app. Does our app also need account deletion functionality as well? Thanks in advance.
Posted
by Rolene.
Last updated
.
Post not yet marked as solved
0 Replies
143 Views
So I tried downloading bootcamp which didn't work but it still says bootcamp is on my mac and is taking up a lot of my storage. I've tried multiple times to remove it using partion and bootcamp app itself but it reads "unable to partion or unpartion" and honestly I don't know what to do anymore. Please help me out.
Posted
by Liquen.
Last updated
.
Post not yet marked as solved
2 Replies
529 Views
my app is using an apple id authentication.(using firebase authentication, too) And I want to make a sign-out system, so I want to use an apple API in nodeJS(express) to unlink the users from my app. Is there an API in apple for this? I want to get an effect of pressing the button 'Stop Using Apple ID' of the screenshot by using an API. is there an API for this? this is done in https://appleid.apple.com/account/manage
Posted Last updated
.
Post not yet marked as solved
0 Replies
142 Views
hello, apple support sent me here as part of SR 101642684668, it seems that because i m registered as an apple developper, i cannot create an email address like 'something @ icloud.com' and that i will find help only on this forum, so here am i, thks, antoine.
Posted
by acamerlo.
Last updated
.
Post not yet marked as solved
0 Replies
211 Views
Hi, we're developing an app which requires login. The login is managed on our Drupal server and allows both login on site and in app. Now we want to use in-app purchase to allow users to sign up directly in the app by buying a subscription. user signup in app (choose subscription) purchase/payment is handled by apple User credentials are added/created on our server?! Step 3 - what is the right way to do this? Is there a guide somewhere?
Posted Last updated
.
Post not yet marked as solved
4 Replies
725 Views
I am trying to enter my bank account details (KBC bank Belgium) but always get the error : 'The bank identification code you selected does not match the corresponding part of your IBAN.' I think the Rekeningnummer must be wrong, but have no idea what would be the correct one. For KBC, I can choose from 50 different ones, all with the same address. Is there someone who has the same issue or knows how to get this info or what I have to fill in??
Posted
by clarkvs01.
Last updated
.