<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tatiana Koval</title>
    <description>The latest articles on DEV Community by Tatiana Koval (@tatianakoval).</description>
    <link>https://dev.to/tatianakoval</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4136546%2F96e23c13-5258-48f2-990e-614364c655fe.png</url>
      <title>DEV Community: Tatiana Koval</title>
      <link>https://dev.to/tatianakoval</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tatianakoval"/>
    <language>en</language>
    <item>
      <title>D-U-N-S number for Google Play and Apple developer accounts: a practical guide</title>
      <dc:creator>Tatiana Koval</dc:creator>
      <pubDate>Tue, 22 Sep 2026 14:28:49 +0000</pubDate>
      <link>https://dev.to/tatianakoval/d-u-n-s-number-for-google-play-and-apple-developer-accounts-a-practical-guide-1j4k</link>
      <guid>https://dev.to/tatianakoval/d-u-n-s-number-for-google-play-and-apple-developer-accounts-a-practical-guide-1j4k</guid>
      <description>&lt;p&gt;If you ship mobile apps under a company name, sooner or later a console will ask for a D-U-N-S Number. For many small studios this is the slowest part of the whole launch: code is ready, the store listing is ready, and the account is stuck waiting on a business registry. Below is the checklist I hand to dev teams. It focuses on what the platforms actually check and how to avoid the mismatch errors that block accounts. Facts are from Apple, Google and Dun &amp;amp; Bradstreet documentation, checked on 21 September 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Organization accounts on Apple and Google Play need a D-U-N-S Number. Individual accounts do not.&lt;/li&gt;
&lt;li&gt;Plan for up to a week via Apple and up to 30 days for Google Play.&lt;/li&gt;
&lt;li&gt;Name and address in every console have to be identical to the D&amp;amp;B record.&lt;/li&gt;
&lt;li&gt;Paying D&amp;amp;B to expedite does nothing for Apple.&lt;/li&gt;
&lt;li&gt;US federal systems (SAM.gov) dropped DUNS in 2022, so ignore old grant guides.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it is, in one paragraph
&lt;/h2&gt;

&lt;p&gt;Dun &amp;amp; Bradstreet hands out and maintains these nine-digit company IDs. Apple describes it as identifying business entities "on a location-specific basis", which means the number points to a legal entity at a specific address. If your company has several addresses, D&amp;amp;B asks for a separate number per location. Use the one that matches the address you put into the developer console.&lt;/p&gt;

&lt;h2&gt;
  
  
  Decide: individual or organization
&lt;/h2&gt;

&lt;p&gt;This decision determines whether you need the number at all.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apple&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Individual enrollment: no D-U-N-S Number.&lt;/li&gt;
&lt;li&gt;Sole proprietorships and single-person businesses enroll as individuals.&lt;/li&gt;
&lt;li&gt;Enrolling as an organization means your legal entity must own the number. Apple turns away DBAs, fictitious names, trading names and branch offices.&lt;/li&gt;
&lt;li&gt;On top of that: a live public site on the company's own domain (a social media page or a parked registrar page will fail), a person with authority to sign for the company, and 99 USD per year.&lt;/li&gt;
&lt;li&gt;Customers see your legal entity name in the Seller field of the App Store listing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Google Play&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Personal accounts: no D-U-N-S Number.&lt;/li&gt;
&lt;li&gt;Organization accounts: required since 31 August 2023 for new accounts, together with the organization's website. Google's help page says you cannot create an organization account without one.&lt;/li&gt;
&lt;li&gt;Government entities go through support without a number.&lt;/li&gt;
&lt;li&gt;If your region has no way to issue the number, support can offer an alternative verification path.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Android Developer Console (sideloaded and non-Play apps)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organization sign-up asks for the number as well.&lt;/li&gt;
&lt;li&gt;Checks begin on 30 September 2026 for apps installed by people in Brazil, Indonesia, Singapore and Thailand; the rest of the world follows in 2027.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Timeline you can plan a sprint around
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Path&lt;/th&gt;
&lt;th&gt;Official estimate&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Apple flow&lt;/td&gt;
&lt;td&gt;D&amp;amp;B issues within five business days, Apple receives it within two more; after two weeks, email D&amp;amp;B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google Play&lt;/td&gt;
&lt;td&gt;up to 30 days&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Android Developer Console&lt;/td&gt;
&lt;td&gt;up to 28 days&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;D&amp;amp;B standard request&lt;/td&gt;
&lt;td&gt;30 business days max&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;D&amp;amp;B expedited (paid)&lt;/td&gt;
&lt;td&gt;8 business days max&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Apple states that expediting will not shorten its waiting period.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step-by-step
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Look up before you apply
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Apple lookup  -&amp;gt; requires Apple Account sign-in
D&amp;amp;B lookup    -&amp;gt; free, public, on the D&amp;amp;B site
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Apple itself recommends checking before enrollment. A company may already have a number from a bank or supplier application years ago.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Freeze your canonical company data
&lt;/h3&gt;

&lt;p&gt;Create one source of truth in your repo wiki or ops docs:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;legal_name_en&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Example&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;Studio&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;LLC"&lt;/span&gt;
&lt;span class="na"&gt;legal_address&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;street,&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;city,&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;postcode,&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;country"&lt;/span&gt;
&lt;span class="na"&gt;mailing_address&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;..."&lt;/span&gt;
&lt;span class="na"&gt;website&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;https://example.com"&lt;/span&gt;
&lt;span class="na"&gt;duns&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;pending"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Paste these exact strings into D&amp;amp;B, App Store Connect, Play Console and Google payments. Apple's lookup needs the legal entity name, headquarters address, mailing address and your work contacts. Companies in Ukraine also need an official English name for the D&amp;amp;B partner's form, and D&amp;amp;B publishes no transliteration rule, so pick one spelling and stick to it.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Request the number
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Apple:&lt;/strong&gt; when the lookup comes back empty during organization enrollment, Apple lets you forward your details to D&amp;amp;B and request a free number.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Everything else:&lt;/strong&gt; go to D&amp;amp;B directly or to its local partner. Ukrainian companies use the form on dnb.com.ua (run by A.B.M. Ryzyk-Inform): company code, names in both languages, street address, VAT ID, contacts, website. Nothing to upload.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Expect a verification call from D&amp;amp;B, so list a contact who can answer questions about the company.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Verify the profile before you enroll
&lt;/h3&gt;

&lt;p&gt;Diff the D&amp;amp;B record against your frozen data. According to Google, a payments profile that disagrees with D&amp;amp;B can get the account restricted and every app taken down.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Handle changes deliberately
&lt;/h3&gt;

&lt;p&gt;Renamed the company or moved offices? Update D&amp;amp;B first. Apple picks up changes within two business days. Google Play syncs within five business days after D&amp;amp;B finishes, then asks you to re-verify your developer identity. Schedule this outside release weeks.&lt;/p&gt;

&lt;h2&gt;
  
  
  The error you will probably see
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;The information you entered did not match your D&amp;amp;B profile. Before submitting your information, check your D&amp;amp;B profile. If you've recently changed your legal entity name, update your D&amp;amp;B profile.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That is Apple's wording. Fix the data on the D&amp;amp;B side, then retry. On Apple's forums users also report long names being truncated in the D&amp;amp;B database; that tip comes from the community without official confirmation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cost
&lt;/h2&gt;

&lt;p&gt;D&amp;amp;B charges nothing for a standard request. Apple words it as free "in most jurisdictions". The expedited D&amp;amp;B option has a fee that D&amp;amp;B does not list on its page. The Apple developer membership for organizations is 99 USD a year.&lt;/p&gt;

&lt;h2&gt;
  
  
  Outsourcing the paperwork
&lt;/h2&gt;

&lt;p&gt;For a solo developer, the DIY path is fine. For an agency shipping client apps under several legal entities, the admin adds up. Two services I trust for Ukrainian companies: &lt;a href="https://regserv.biz/en/obtaining-a-duns-number/" rel="noopener noreferrer"&gt;RegServ handles DUNS registration end to end&lt;/a&gt;, and &lt;a href="https://zakon.lviv.ua/en/poluchenie-nomera-duns-dans.html" rel="noopener noreferrer"&gt;Zakon Lviv covers D-U-N-S cases for IT developers and exporters&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Does the same number work for Apple and Google?&lt;/strong&gt; Yes, for the same entity and address, provided both consoles mirror D&amp;amp;B.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I am a sole proprietor. Do I need it?&lt;/strong&gt; For Apple, no: you enroll as an individual. For Google Play, a personal account works without it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is DUNS still needed for SAM.gov?&lt;/strong&gt; It was retired there in April 2022. SAM.gov now issues its own free 12-character Unique Entity ID.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I'm Tatiana Koval, I help companies launch products in foreign markets. Questions about your specific setup are welcome in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>ios</category>
      <category>mobile</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
