Real name vs. Display name when registering for iOS Development program

Hi all,
I know that you need to register under your real name when signing up for the iOS dev program as an individual, and I'm fine with that. (I'm a sole developer, won't be setting up a company or LLC, so I'm going in as an Individual)
My issue is, do we have any control of what users will see as my developer name when they go to my app's page on the App Store, or MUST we use the FULL real name?
To clarify, I'm ok with using my real name, but my full name is really long (W. W. M. E. P. Gunetileke in initials), so would it be possible to use an abbrieviated version?
e.g. Show M. Gunetileke or E. Perera as the developer name instead of showing the name in its entirety.
IF its fine to put a display name like this, the next question is, what would be the legal ramifications when it comes to getting payments from Apple. I understand that money would be wired to whatever bank account I set up? Would there be an issue with this when not using your name in its entirety?
Cheers!

Thanks for your reply Michael.
As I said, using my real name is fine with me, but I was wondering whether we need to use the entire name as it is, or whether we may be able tu display a subset of it as the display name. Mine is ridiculously long, and it would be a joke to use the full name there
For e.g. in your case, would it be possible for you to have "M. Superczynski" as the displayed developer name instead of your full name?

Similar Messages

  • Apple just denied my enrollment for ios developer program.

    Apple just denied my enrollment for ios developer program. Apple denied my application because they could not verify my identity but still went ahead with charging my card. Apple did not even explain why they could not verify my identity so i could fix it

    Is the credit card in your name?

  • What email to use for iOS developer program for company

    Hi, I'm planning to register to iOS developer program as a company. My question is, should I use my company email to create the Apple ID? If sometime in the future I leave the company, can the Apple ID email be changed ?

    I would recommend you to use Blowfish, but if you think you dont need a very strong algorithm and prefer to focus on performance(speed),then a 56-bit DES would be adequate.
    You need the javax.crypto.* and javax.crypto.spec.* packages.
    If you will store the information in a file, after you encrypt the data, base64 encode it.
    (there are base64 encode/decode classes in sun.misc package)
    I show u a method implementing that:
    public String encryptTxt(String txt,String key){
       try{
          SecretKeySpec specKey=new SecretKeySpec(key, "Blowfish");
          Cipher cipher=Cipher.getInstance("Blowfish"););
          cipher.init( Cipher.ENCRYPT_MODE, specKey);
          return new String(  new BASE64Encoder().encodeBuffer( cipher.doFinal(txt.getBytes())) );
       }catch(Exception e){return txt;}
      }HTH

  • We are unable to process your request received while trying to register for apple developer program

    I'm trying to register a client for apple developer program.
    They have a D U N S number from Dunn and Bradstreet which was entered.   Used the same legal entity name, phone number, address, etc
    Upon submission i get the folllowing:  We are unable to process your request.  Not very helpful or informative.
    Has anyone received similar or have any advice for me?
    thanks

    Your login procedure sounds different from mine.
    Try this link:
    https://www.verizon.com/foryourhome/myaccount/ngen​/upr/nlogin.aspx
    If you put your userid in the box provided, then select My Services on the pull down, then click on Sign In, and then enter your password to continue, does the problem still occur?

  • How i get a receipt for iOS Developer Program renew

    I renew iOS Developer Program on apple website and I got the tax invoice by email. I cannot use tax invoice for clear cash with my company.
    How I get a receipt from Apple?

    Use your credit card bill.

  • Can I change name in receipt from my name to my company name when I renew iOS developer membership?

    Hi
    I have some question for asking. I receive email from Apple to renew my iOS developer. I want to change receipt payment from my name to my company name. Can I do that? For the fist enrollment I use my credit card for payment and the receipt specify my name but my company accounting need receipt specify with my company name only. How can I do? or Do you have other choose for paying for specify company name in receipt not my name. Pleas help me.

    I mean for the first enrollment I use my company account to enroll but I pay for membership by my cradit card so receipt specify my name not my company name. Now I want to renew by change specify in receipt to my company name only. Can I do that? and How to do?
    Thank you for you answer.

  • Registering for iphone developer program..

    why the "You must provide a company/organization name" is required if i want to register as a private developer?
    thanks!

    You most probably took the wrong path when registering, if you're being required to enter a company name. Make sure you're registering as an individual (using your own name), not a company or group/team.

  • I am not included for tax exempt for iOS developer program

    Hi,
    I am not included for tax exempt . but checked the tax exempt check box unknowingly during ios developer enrollment process of 99$.and completed the purchase .
    Now can I apply for excluding tax exepmt by unchecking .As I cant provide the SSN for app sale..Can some one help me on this.
    Thank you

    This is being caused by using the same Apple ID for iMessage.  To fix this you have two choices:
    On all but one of the phones go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID.  Note: you can still share the same ID for purchasing in Settings>iTunes & App Stores; or
    On all of the phones go to Settings>Messages>Send & Receive and uncheck the email address(es) shown under "You can be reached by iMessage at".

  • When registering for AppleCare Protection plan, they ask for proof of purchase... I threw away the receipt... What do I do?

    When registering for the AppleCare Protection plan, a section pops up requiring me to submit a proof of purchase... I threw away my receipt ): How can I register my laptop?

    Call Apple Care at 1800 SOS APPLE, usually something can be done with the serial number.

  • Trying to register for Virtual Developer Day

    Hello
    I'm trying to register for Virtual Developer Day in the European time zone but I'cant figure out how to change the timezone....
    Clicking on "view your local time" has no effect and clicking on "register online" gives a time out error.
    I've tried with Chrome 10, Explorer 7 and Firefox 3.6 but with no luck.
    Am I missing something or is the web site broken ?
    Regards
    Paul

    View your local time has now been fixed but it simply displays the times
    for the event on May 3rd.
    I still can't figure out how to switch to the event for May 10th for Europe or are we supposed to register once
    and we register for all of the events....
    Regards
    Paul

  • Error when compiling for IOS

    When compiling for IOS in Standard mode an error ocurred:
    Error occurred while packaging the application:
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:263)
              at com.adobe.air.ipa.AOTCompiler.compileBitcode(AOTCompiler.java:935)
              at com.adobe.air.ipa.AOTCompiler.trimAndCompileBitcode(AOTCompiler.java: 763)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:72)
    Compilation failed while executing : ADT
    Flex 4.6
    Windows 7
    Any idea?

    Sinious thanks for your answer.
    I tried compiling from adt and it worked using this command line script.
    @set java_cmd="C:\Program Files\Common Files\Adobe\Adobe Flash CC\jre\bin\java.exe"
    @set java_param=-Xmx8192m -jar
    @set adt_cmd="C:\Program Files\Adobe\Adobe Flash CC\AIR4.0\lib\adt.jar"
    @set target=ipa-test
    @set cert=samples.p12
    @set cert_pass=12345
    @set provisioning=samples.mobileprovision
    @set build_file=Testing.ipa
    @set desc_files=Testing-app.xml
    @set files=Testing.swf assets externalSWF
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    pause
    Still there is now a different problem.
    When trying to compile more than a certain number of external swfs (eg. 350) then the process never ends. The java.exe  process consumes all of my memory and it is just stuck there for hours( I've waited for it to compile for nearly 10 hours before I killed the java.exe process). When I randomly remove some swfs then everything goes fine and the process finishes after nearly half an hour or so.
    The pc i'm using has an i7 processor with 16gb of ram and the java process consumes it all even though i've set a limit using the -Xmx8192m command.
    Is there a problem with the xmx command?
    Do i need even more ram to compile a larger number of swfs.
    Is there a way to monitor the java process in order to catch any errors that occur or maybe use any different java params to control ram usage limits?
    Thank you for your help.

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • NullPointerException when exporting for iOS

    I have an AIR for iOS project that runs fine in the simulator, but when I try to export a release build and click on 'finish', then it starts compiling and after a minute or two, i get a
    Exception in thread "main" java.lang.NullPointerException
    at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
    at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java5909)
    at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
    at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
    the logfile doesn't capture anything.
    Anyone an idea what could cause this error?
    I compiled other projects successfully for iOS.

    I used to get NullPointerExceptions all the time when packaging for iOS. The only approach that worked for me was packaging from command line (adt) with Flash Builder closed.

  • Problem registering with the iOS developer program

    Hello I registered for the iOS developer program, I paid the membership this was 48 hours ago but I still haven't got a reply, why is this?
    This is my order number
    W244164087
    Thanks and regards.

    Hello. I have problem with IOS Dev program too. Yesterday i paid 99$ from mastercard, but my mail is empty, License Status - expect payment ...
    I can not find anywhere to contact on this issue

  • Can I use a prepaid CC for the developer program?

    Hello,
    I have a few apps done now and I would like to sell them on in the app store.
    I don't have a credit card (and can not get one) so I was wondering if it would be possible to get a prepaid credit card from my bank and use that for the developer programs payment and ID verification?

    Yes you can use a prepaid credt card.  It still has to be associated with the country in which you are located which must be the same counry as the iTunes store yu are using.

Maybe you are looking for

  • Considering dumping my iMac for a PC used for DSLR video editing on Premiere CS6. Help!

    So I edit mostly 1080p DSLR footage taken from my canon T3i camera. I purchased a 2011 (the latest model) iMac a little over a year ago, upgraded the RAM to 12GB and it has worked reasonably well. I purchased the base model for $1200 which has a quad

  • Session timeout problem with CCA

    I have developed a Client applicaiton in ASP.Net 2005 using the SOAP Api provided in Oracle CCA 8.1.3 The System details are as under: Product – Oracle CCA 8.1.3 Server on Windows 2003 Server – Standard Edition Web Server – BEA Weblogic 10g3 Database

  • Function to Generate a Sequential incremental Number by Group of Records

    I have a table with several columns and I need to compute a sequential number by group of records FIELD1 FIELD2 FIELD3 FIELD4 FIELD5 AAAAAA A1 JOHN 01/01/61 NULL AAAAAA A3 PAUL 01/01/71 NULL AAAAAA A3 MARY 01/01/02 NULL AAAAAA A4 CARL 01/01/04 NULL B

  • TM Disk not showing up in Migration Assistant

    Hey guys, So I have a 1 Tb Lacie harddrive that has 3 partitions. 1 small one for windows transfers, 1 mac formatted disk and 1 dedicated to Time Machine. I back up everything except the Movies and Downloads folders. I have a new imac at my disposal

  • Spreadsheet to array memory problems

    I'm trying to read a large .csv file (329 MB) and display a user selected column of data on a graph.  I have a standalone executable that does this wonderfully, however, I cannot contact the developer of this application to ask questions.  I just hav