Build Surface app with Surface sdk 2.0 ?

Hi All,
I need to build an application with Visual Studio 2013. and deploy it on Surface 2.0
I need to have Data storage (MS SQL).
What are the components that I need to build and deploy such app?
Thanks
Moahamd

I posted this solution on another thread -- copied here for you:
SOLVED.
First, look at your ad-hoc provisioning file in text edit (just view it, don't overwrite it!)
If it does NOT contain a line that says "<key>get-task-allow</key>" then you need to go to the program portal and get a NEW ad-hoc provisioning profile. There is a workaround where you can use the provisioning profile without this key, but Apple apparently has added this key to the ad-hoc provisions, and you might as well have the latest.
However, that is not the final fix.
The next thing you have to do is add a new file to the root of your project ... file, new file, iphone, code signing, entitlements. Call it "dist.plist" ...
Open that file, and it will say "get-task-allow" with a checkmark for "true" -- this needs to be FALSE. Uncheck the checkbox, or if in text mode, type in "false"
OK, almost there!!!
Open the target build info window and where it says "Code Signing Entitlements" add "dist.plist"
CLEAN THE BUILD
BUILD AND GO
ENJOY.

Similar Messages

  • Is there a way to build an App with CS5.5 that can run in older iPods

    Hello
    Does anybody know if there is a way to build an app with flash CS5.5 that can run in older iPods?, just like with CS5?
    Each IPA I build with CS5.5 cannot be installed in my iPod 8GB with iOS 4.2 and before with CS5 I could install all the IPAs there and test.
    The lack of support to iPod 8GB would be limitating for the market and sales...
    Is there some setting to build IPA to older iPods?
    Thanks

    AIR 2.7 release notes:
    AIR runs on "iPodTouch 4th generation iPhone 3GS and iPhone 4iPad".
    But:
    AIR 2.7 runs on iPod Touch 3rd Generation, too - but only on the 32GB and 64GB models. The 8GB model is in fact only an older 2nd gen iPod Touch.
    We tested this and we even have some apps in the app store running on the iPod Touch 3rd gen.
    I posted about this, look here:
    http://forums.adobe.com/thread/892541?tstart=0

  • Cannot open app with surface

    i can download apps, but i cannot open them. They also don't appear anywhere on the desktop etc with my new surface.

    Apps in the iTunes Store only work on iOS devices.

  • Building JEE apps with JFX

    Based on recent interest in the topic, I'm putting together a blog series on building business applications with JavaFX 2, using popular JEE technologies:
    http://zenjava.com
    Currently the focus is on using Spring (annotation based config - ZERO XML) to achieve Dependency Injection with FXML and controllers. I'm planning however to eventually cover topics such as threading (with screen blocking while busy), client-server (using web services and spring remoting), databases (using hibernate and spring transactions) and authentication, security (using spring security) and various other bits and pieces.
    The intent is to provide a guide for people wanting to work with these tools, but also to get community feedback and suggestions on best practices. I look forward to your comments.

    Hi Zonski,
    That sounds like a great idea. I have a similar setup with a current live application written in JavaFx (Script) 1.3 and Java, which will need to be converted across to the latest JavaFX (perhaps Visage) next year. Similar but not exactly the same. The application uses Spring remoting and also Spring Security, with XML for configuration. For the ORM Cayenne is used.
    ~ Chris

  • Has anyone been able to release-build their app with TLF 2.0?

    I can build a debug build of my app just fine.  TLF 2.0 features are working.  However, when I try to export a release build I get:
        No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/framework.swc. Compile the library with -create-digest=true and try again.
        No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/rpc.swc. Compile the library with -create-digest=true and try again.
        No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/spark.swc. Compile the library with -create-digest=true and try again.
        No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/sparkskins.swc. Compile the library with -create-digest=true and try again.
    To get TLF 2.0 working I followed the steps on the blog plus I had to change the linkage for textLayout.swc to merged to code.
    I tried to modify the build.xml script in the frameworks directory to call compute-digest="true", but it didn't seem to make any difference.
    Has anyone gotten this to work?

    I'm using ant.  It looks like the command you gave me is for building the textLayout.swc.  I already have the textLayout.swc from the sourceforge download.  I'm looking for a way to integrate it into the 4.1.0 (or 4.0.0) sdk.  I followed the instructions on the TLF blog post, including running the ant command to rebuild spark.swc.  However, when I try to do a release build of my project using that modified sdk I get the error message in the first post.

  • Build Plug-Ins with CS4 SDK under OS X 10.5 SDK with Xcode 3.1.2?

    I have existing Photoshop Universal Binary Plug-ins built under OS X 10.4 and the OS X 10.4 SDK, with Xcode 2.1.x & Photoshop CS3 SDK.  They are mature and stable.
    I am attempting to build these Plug-Ins with the new CS4 SDK under OS X 10.5.6 & 10.5 SDK with Xcode 3.1.2.
    They do not build as there is a conflict in PITypes.h with the attempted redefinition of uint32, already defined in the Apple header cssmconfig.h, amongst other problems.
    Has anyone built with a similar configuration?
    Thank you!

    I've had good luck with Snow Leopard 10.6.1, XCode 3.2 and the Photoshop CS4 SDK by changing the build settings like this:
    1. Open the Target Info window: Project->Edit Active Target
    2. Change Architectures from native to 32-bit Universal (because my native is 64 bit)
    3. Make sure Base SDK is 10.4 (you must have that installed of course). If you select 10.5 for some of the Photoshop examples, you get complaints of depreciated APIs.
    4. Change C/C++ compiler version to GCC 4.0
    In the case of using these steps, there is no need to edit any headers, comment anything out, etc.
    Hope that helps!

  • Error Messages/Building Plug-ins with Eclipse SDK or VCExpress 2005

    Hi,
    I am an newbie in building InDesign-Plugins. I have installed the Adobe InDesign Plug-in Editor on my Windows XP PC (InDesign CS3 SDK, Eclipse, JRE 1.5, Visual Studio 2005 (VCExpress Edition for C++)).
    I tried to build one of the example Plug-ins with Eclipse. After startting the build process of the "transparencyeffectui"-example or the "DollyXs"-example the following message appears:
    Buildfile: F:\SDK\workspace\DollyTest\build.xml
    win:
    [echo] Now compiling FR file F:\adobe_indesign_cs3_products_sdk_503win\source\sdksamples\dollytest\Dolly.fr for win
    [delete] Deleting: F:\SDK\workspace\DollyTest\ODFRC.res
    [echo] FR Compilation Complete: Attempting to build C++ files...
    BUILD FAILED
    F:\SDK\workspace\DollyTest\build.xml:66: Execute failed: java.io.IOException: Cannot run program "D:\Programme\Microsoft Visual Studio 5\Common7\IDE\devenv.com": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
    Total time: 485 milliseconds
    The compiler did't start because the file "devenv.com" is missing in the "Microsoft Visual Studio 2005/Common7/IDE"-directory.
    The free "Visual Studio Express Edition" is delivered withot this file.
    Where can i get this file? Or is it possible to change the exec line in the built-xml-file to get the Compiler started?
    So I started the VCExpress-Programm an opened the transparencyeffetui-Project-File to start the build process. But again i got an error message:
    1>------ Erstellen gestartet: Projekt: TransparencyEffectUI, Konfiguration: Debug Win32 ------
    1>Performing Custom Build Step
    1>Compiling...
    1>VCPlugInHeaders.cpp
    1>f:\adobe_indesign_cs3_products_sdk_503win\source\precomp\common\WShukHeaders.h(70) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    1>Build log was saved at "file://f:\adobe_indesign_cs3_products_sdk_503win\build\win\objD\TransparencyEffectUI\Bui ldLog.htm"
    1>TransparencyEffectUI - 1 error(s), 0 warning(s)
    ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
    There is no "windows.h"-file in the SDK directory. I tried to include all available SDK-"inculde"-directories to the VC++ directories in the option menue in VCExpress but i got the same error message.
    Any ideas how to get the plug-in build with Eclipse or Visual Studio Express 2005 (C++)?
    zaphodbeeblebroxxx

    OK, so first some background:
    1) The basic process goes like this:
    a) one release doc (edited by the developer, presumably) and the
    template docs are copied to the build area
    b) Each doc is unzipped (ODT's are just ZIP files) into a subdir
    c) The doc contents are copied around; this is to allow Ant to
    replace its special @VAR@ variables in the document content
    d) The docs are zipped back up into ODTs
    e) The ODTs are converted into PDFs using OOo's macro functionality
    Here are the troubleshooting steps I would apply:
    1) Make sure the external.odt file exists - check the build area
    (//content/build/<pluginname>/tmp/) and can be opened using normal
    OpenOffice
    2) Check that the release.odt file exists (same location) and can be
    opened using normal OpenOffice
    3) See if you can manually convert the external.odt file into a PDF -
    the command we use is simply:
    soffice -invisible
    macro:///Standard.Collectors.External2PDF(${pkgdir}/tmp/external.odt)
    (replace ${pkgdir} with the build directory path).
    If all that works, then the Ant build process should work.
    Also - what does that OpenOffice error popup say?
    DCorlette
    DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
    View this thread: http://forums.novell.com/showthread.php?t=416875

  • Build iOS app with Flash Builder Burrito.

    I have some Android apps built with Flash Builder Burrito that I want to deploy on iOS.
    Can it work?
    How?
    Is the folowing working ? StageOrientationEvent and StageWebView Class
    Best regards,
    mark

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • Introduction to PhoneGap Build - Building your first app | Building Mobile Apps with PhoneGap Build | Adobe TV

    In this video you will learn how easy it is to build and update your first mobile app using web technologies with the Adobe PhoneGap Build cloud service and learn about two new great improvements to speed developer workflow!
    http://adobe.ly/18qDiVR

    I just installed the latest Edge Code but there's no PhoneGap build icon as seen in the video.  I don't see any way to turn this feature on.

  • Building Flash apps with FB?

    Hi gang,
    Sorry if this is beating an old horse, but I am not finding anything useful in my searches... We are building a suite of apps for Flash 10, which MUST be Flash, not Flex, and the devices we are deploying to only support Flash.
    I am using FB4, but when I try to do things like add a button to the screen, I can only get to the Flex versions, and not the Flash things that would appear in fl.controls.
    It strikes me as very odd that FLASH Builder does not have the libraries included and part of the New ActionScript Project build.
    Am I totally missing the boat here, or is this a common issue that I need to do something to overcome (and if so, what is it that I need to do)?
    Thanks a million!
    Chris

    It sounds like you may want to look at this MAX 2009 video:
    Coding with Flash Professional and Builder
    http://tv.adobe.com/watch/max-2009-design/coding-with-flash-professional-and-builder/
    Jason San Jose
    Quality Engineer, Flash Builder

  • VS2015 Preview - building android app with assets

    I have successfully built and deployed a native android application using visual studio 2015 preview however I can't figure out how to include the assets into the apk. I've tried adding a custom build step to copy them into $(OutDir)\Package\res\assets after
    Build and ant does indeed 'crunch' them. But it fails with this message: [aapt] invalid resource directory name: C:\xxxxx\ARM\Debug\Package\res assets. It looks like it's not adding the assets folder correctly to the path? Or is there another way to add
    the assets to the apk?

    As VS 2015 is pre-release software, I suggest you connect with the dev team about your issue.
    https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=31113

  • Need Guidance in Building an app With Sh Script Commands

    Let me start off by saying this will be long:
    I've been tasked with creating an application at work that provides a GUI interface to the user while it runs a shell script in the background. I have very limited experience with Xcode and the developer tools so please explain in simplest terms possible
    On to the application. It will be broken down into five different GUI windows. I know I need to use IB, but thats about as far as I know how to pull this off.
    1. Intro screen that gives a description of the program and a start button.
    2. Asks the user to specify the location where they want to save their image and provide a name for it,then a next button. (I would like to do a drag and drop field if that is possible where they could drag the folder and the path would be read and have whatever name they type automatically append .dmg onto the end)
    3. This window asks them to drag and drop (if possible) the windows partition into the window, and then click next.
    4. A progress bar
    5. Successfully finished.
    There is an additional unix file that script calls as well
    The script which needs to be modified to work for this program is:
    #!/bin/sh
    echo ""
    echo ""
    echo ""
    echo "This script will create a sparsebundle for Windows imaging."
    echo ""
    echo "Please make sure to have an external Firewire drive to where your image will be saved connected to your machine"
    echo ""
    #echo "Type in how large you want your sparsebundle to be (ie 50g for 50 Gigabytes):"
    #read "hd_size"
    echo "MAKE SURE TO PRESS ENTER AFTER EACH STEP!!!"
    echo "MAKE SURE TO RUN AS ROOT!!!"
    echo ""
    echo "Drag the icon of the folder or device you want to save your Windows image INTO this window (Because of the large size of the file that will be created, it is recommended to use a firewire device and/or folder.):"
    read "target_disk"
    echo "Type in the name you want your final image to be called (include .dmg to the end of the name. i.e. LIBRN310_SPR09.dmg)"
    read "Image_Name"
    echo "Step 1: sparsebundle creation"
    echo "Please wait while your sparsebundle is created"
    target_folder="$target_disk/Windows_ntfsclone_image"
    if [ -e $target_folder ]; then
    echo "A folder with the name 'Windows_ntfsclone_image' already exists. Please delete or rename this folder and launch this script again."
    exit 0;
    fi
    /bin/mkdir $target_disk/Windows_ntfsclone_image
    hd_size="`diskutil list | grep Vista | awk '{print int(1+ $4)}'`g"
    /usr/bin/hdiutil create -type SPARSEBUNDLE -layout NONE -size $hd_size $target_folder/windows
    echo "Your sparsebundle has been created here: $target_folder/windows.sparsebundle"
    echo ""
    echo "Your sparsebundle is being attached to the system as a device..."
    sparsebundle_Device="`/usr/bin/hdiutil attach -nomount $target_folder/windows.sparsebundle`"
    echo ""
    echo "Your sparsebundle has been attached."
    echo ""
    echo "Step 2: Cloning your Windows NTFS volume to the sparsebundle."
    echo "Cloning your Windows volume to the sparsebundle..."
    Vista_Volume="/Volumes/Vista"
    Vista_Device="/dev/`/usr/sbin/diskutil list | grep Vista | awk '{print $6}'`"
    /usr/sbin/diskutil unmount $Vista_Device
    $HOME/Desktop/Windows_Imaging_Tools/ntfsclone -f -f -O $sparsebundle_Device $Vista_Device
    echo ""
    echo "Windows has cloned to your sparsebundle."
    echo ""
    echo "Detaching sparsebundle..."
    /usr/sbin/diskutil eject $sparsebundle_Device
    echo "sparsebundle detatched"
    echo ""
    echo "Step 3: Converting the sparsebundle to scannable UDIF image for Multicast or Unicast ASR."
    echo "Converting Windows sparsebundle to compressed Apple UDIF image."
    sparsebundle_File="$target_folder/windows.sparsebundle"
    /bin/mkdir $target_folder/Windows_Final_Image
    Windows_Image_Folder="$target_folder/Windows_Final_Image"
    /usr/bin/hdiutil convert $sparsebundle_File -format UDCO -o $Windows_Image_Folder/$Image_Name
    echo ""
    echo "Your sparsebundle has been sucessfully converted."
    echo "It is located at $Windows_Image_Folder/$Image_Name"
    echo ""
    echo "Step 4: Scanning your $Image_Name image for restore..."
    /usr/sbin/asr imagescan -source $Windows_Image_Folder/$Image_Name
    echo ""
    echo "Your $Image_Name has finished scanning. You can now use the image located at $Windows_Image_Folder/$Image_Name for Multicast ASR or Unicast ASR."
    exit 0;

    Couple of options:
    - Pashua: http://www.bluem.net/en/mac/pashua
    - Platypus: http://www.sveinbjorn.org/platypus

  • How to build VideoPhoneLabs with Flex SDK

    Hi,
    My Flex builder has been expired now, so i would try to build this sample apps with Flex SDK.
    But the following failed.
    >mxmlc -target-player=10 VideoPhoneLabs.mxml
    Dose anyone got success it ?
    My Flex SDK is v.3.2 and os is Vista.
    Any advices welcome.
    Ono Keiji

    Tried successfully!  Needed to download Data Visualization Component ( on the same page where you download the sdk) and I've set target flash player 10 in the .xml config file.
    Hope this helps,
    Alex

  • Performance issue on iPad4 with AIR SDK 3.9

    Hi!
    I have an app that I've created with Flex SDK 4.6.0. The first time I've  compiled the app with AIR SDK 3.1 and it runs with good performance on iPad4 (and little bit slow on oPad2). Then I've upgrated the AIR SDK to the version 3.9 and suddenly my app starts to run slow (but on iPad2 performance is good)
    Is it any known problem with AIR SDK 3.9  on iPad4? Or on iOS 6.1?
    Should I downgrade the AIR SDK back to 3.1 to get good performance on iPad4?
    Thanks in advance
    UPD: I've downgraded the AIR SDK to 3.1 and my app get back the good performance! (But there's some strange bugs)
    Message was edited by: yx

    Hi Nimit!
    1. I've upgraded AIR SDK to 4.0 beta and the problem is gone away.
    2. Unfortunately  I'm not sure I can share my app - it's not in the policy of the company I'm working for. I'll check it out with my boss
    Than you,
    Olga

  • Mobile apps with phonegap + mysql ?

    Hi,
    i was searching for a long time but didn't find answers. is it possible to show database-driven content within mobile apps made with dreamweaver cs6 ?
    If so, are there any examples or tutorials on the adobesite or elsewhere?
    Looking forward for any answer :-)

    PhoneGap builds mobile apps with HTML, CSS, and JavaScript. You cannot use a server-side language, such as PHP, with PhoneGap.
    Presumably, you want to connect with a MySQL database on a remote server. To do so, you would need to use Ajax to send and receive data from the MySQL database. You can use jQuery to send and receive data as JSON. PHP has JSON functions that decode and encode data as JSON strings.
    How difficult or easy you would find setting this up depends on your knowledge of jQuery and PHP. I don't know of any tutorials that show how to pull everything together for PhoneGap, but it shouldn't be too difficult to find tutorials for using jQuery Ajax to communicate with MySQL.

Maybe you are looking for