Sharing an app built with Siena

What should I take into account, when publishing my app for distribution to others?
I know, when running InstallApp, I should select 'Create an appx file for sharing'. When I do so I also get a button for 'Certificate'. I wonder if I share my published app with others: can they install right away, or do they need aditional actions, or have
any specific certificates or licences, or alike? What should I do when creating the appx file, to create it in such a way, so others can install right away (i.e. without the need for any certificate, licences, and alike)?
Many thanks.

Hello,
I believe the following article should answer your question.
http://blogs.technet.com/b/projectsiena/archive/2013/12/30/installing-siena-apps-on-windows-rt-devices.aspx
The developer license is free and can be created either when prompted or by working with programs like Visual Studio Express or a full Visual Studio.
Regards
StonyArc

Similar Messages

  • This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software

    Does anyone can help me on this issue from Apple Developer?
    This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software
    Is there a new Flash CC - Adobe AIR SDK to solve this?
    Best

    Looks like there's some hope:
    Re: App Store must be built with Xcode 5.1.1 or later !

  • Apps built with AIR 3.4 release SDK for AppStore?

    Hello,
    Here's my question -
    Can we publish apps built with AIR 3.4 release SDK to the Apple AppStore?
    We need to use AIR 3.4 SDK as the AIR 3.3 SDK results in problems on iOS 6.
    Also, was going through the AIR 3.4 SDK release notes ... Can you detail how do these affect iOS development -
    http://helpx.adobe.com/en/flash-player/release-note/fp_114_air_34_release_notes.html#known _issues
    Thank you.

    I am likewise having this issue and have posted a thread here: http://forums.adobe.com/message/4732647#4732647
    Any solutions/suggestions are greatly appreciated!
    thank you,
    Alex

  • Can I submit apps built with Windows Phone 8.0 SDK or do all new apps have to be windows Phone 8.1

    I thought this would be an easy question to google but I can't find a simple Yes or No. 
    My app uses some components that are not currently developed for windows phone 8.1 so I was going to build the app in the Windows Phone 8.0 SDK. But I know that other platforms stop you submitting apps in older SDK's, but what about Microsoft? Can I still
    submit a brand new app built on the Windows Phone 8 SDK?

    you can submit , I have submitted a new windows phone 8 app recently which will support on windows 8.1 phone also. In case of 8 the build will be .xap and in case of 8.1 it will  app.package . when you run your windows 8 app in 8.1 phone it will
    internally convert xap to package and it runs as usually. I would suggest you to start developing in 8.1 apps which has lot more flavors added(ex: Geo fencing etc).
    Purushothama V S

  • Apps built with Flex Builder 2 - 3 not compatible with new Flash Players and/or new browsers, FB4 OK

    My applications built with Flex Builder 2 and 3 do not start in new versions of Flash Player and/or new browsers when run remotely. I have not been able to test all combinations of FP and browser versions but there is no problem with applications built with Flash Builder 4. Does anyone have info on this?

    Hi Dimitar,
    Did you close all the browsers (and applications which use
    Flash Player) when you install Flex Builder 3 Beta 3 or Flash
    Player? You can try manually installing it from <FB install
    location>/player/ directory. Here're some
    installation/unintallation instructions of Flash Player:
    http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes#Installing_Flex_SDK_3_Beta_3
    thanks,
    Sharon

  • Error 1305 when installing LabVIEW 7.1 app built with app builder

    I have built an executable with installer from LabVIEW 7.1 app builder.  The app installs/works fine, however 1 user reported 'Error 1305' when installing the app from a DOS subset on a WinXP machine.  For example, a virtual drive is created using the DOS 'subst' command (see http://www.easydos.com/subst.html for more info), e.g. 'subst z: c:\temp'.  Now when running z:\setup.exe, the error 1305 is encountered.  If the same app is run from c:, e.g. 'c:\temp\setup.exe', it works fine.  Is this a bug in the installer, or in the OS...?

    Greetings,
    This is an architectural issue with the Microsoft Windows Installer and Windows, and will occur with any MSI (not just those from the app builder).  Under XP, a MSI cannot install from OR install to a location created by the "subst" command.  My understanding of why is that installSequence runs in the context of the MSI engine, which is running as "system" user.  But the subst command is a per-user setting (local to your account) so the MSI engine doesn't see it. 
    The only workaround is to run the MSI from a non-subst drive, or instead use network file shares (you can simulate what "subst" does by mounting an exported file share from the same machine).
    Regards,
    - WesW / NI

  • Sharing Content App built Visualization in Excel via email and social media

    Hi,
    We are looking for office.js tool we can use to share a visualization, created within a Content App in Excel. Currently, the Content App has a function called "Save As Image". We would then want to share that Content App visualization through Email,
    and Social Media. Is the a function within Office.js we can use and how can we do it?
    Thanks

    Can you please show an example (website/ image link or something else) or explain more detailed what you mean?
    Do you just want to send an image via mail?
    If yes, you have multiple possibilities:
    1. Insert a link as text in the mail (https://msdn.microsoft.com/en-us/library/office/dn574748(v=office.15).aspx)
    2. Insert image as HTML content (<img>-Tag) in the mail (https://msdn.microsoft.com/en-us/library/office/dn574748(v=office.15).aspx)
    3. Add image as attachement (https://msdn.microsoft.com/EN-US/library/office/dn568061(v=office.15).aspx)
    Recently I experienced some issues with option 2. Due to a sanitization process outlook seems to modify the html code I inserted which leads to problems (see this thread:
    HTML for body in Outlook Mail App is modified on insert).

  • Can you launch an android app from an android app built with air?

    Hi I might a have project coming up soon where one of the requirements is that the android air application can launch another application on the device...
    In pure java this would look something like this....
    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.rpg.rbar");
    startActivity(LaunchIntent);
    Does anyone no if I can perform a similar method using as3
    Thanks
      Aidan

    Try the below.  Found this at the below link. 
    http://www.blogbyben.com/2013/04/launching-android-app-from-adobe-air-app.html
    var url:String = ("intent:#Intent;" + "action=android.intent.action.MAIN;" + "category=android.intent.category.LAUNCHER;" + "component=com.android.settings/.Settings;" + "end");  navigateToURL(new URLRequest(url));
    Question I have is, is there any way to get a list of currently installed apps?

  • Social Sharing on Single Folio built with Professional Edition

    Is there a work-around for enabling social sharing on a single edition (non-subscription) app built with the professional edition of dps? Could I treat the app in the App Builder as a single edition, multi-folio somehow?

    no.

  • ERROR ITMS-9000:"This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1

    I submitted my IPA file to Itunes Connect using Application Loader and got the error message below. I have AIR SDK 13.0.0.111 and using Flash Builder 4.6.
    Please help. Thank you in advance.
    ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and IOS 7 SDK. Do not submit apps built with beta software." ...

    Hi!
    I'm also using Air SDK 15 and I'm getting  Invalid Bundle Error:
    Adobe Air iOS Invalid Bundle
    The bundle does not support the minimum version os specified in info.plisthttp://stackoverflow.com/questions/26047837/adobe-air-ios-invalid-bundle-the-bundle-does-n ot-support-the-minimum-version-os
    Really need help
    Michael

  • How do I know what iOS version my app is built with?

    I am using App Builder V32.1, is my app built with iOS8 or iOS8.1?

    Welcome to the forum.
    Since you can only sync your ipod with one computer, the only music that would normally be in your computer's iTunes library besides what's on your touch, is what you purchased from the iTunes store using your touch. You can [Transfer Purchases|http://support.apple.com/kb/HT1848?viewlocale=en_US] to get those over into your computer.
    If you've been manually managing music and putting music over on your touch from multiple computers, you will not only have to manually figure out which ones are not on your computer, you will need to get a third party option to transfer them over as iTunes will only let you transfer iTunes purchases to your computer.
    Hope this answers your question.

  • Interactive PDF on IPad app created with Digital Publishing Suite

    Can someone tell me why I can create an Interactive PDF in InDesign, send it to Adobe Forms but not be able to have an Interactive PDF form on an IPad App built with InDesign? Is having an Interactive (by that I mean, adding a name and address and answering questions in the form of text and checkboxes and submitting) form on an IPad at all possible using InDesign? Aaarrrrgggghhh!
    Barb

    I have a 5 part questionnaire which is included in an IPad app built with InDesign. The recipients of the questionnaire answer the questions, add their name etc. They will visit this questionnaire on a monthly basis for 6 months, and each month a copy of the questionnaire is to be submitted to 3 different people. The responses of the questionnaire will need to be maintained for editing and updating each month.

  • Can I write to a collection or data table with Sienna?

    Hello all,
    First of all, it will be painfully obvious that I am not a developer. I have some knowledge an can do that I want when it come to tracking information with Excel but I'd like to dabble in Sienna and see if I can make a simple little app.
    With Sienna, can the Text Input boxes be used to write to a table in an excel file, so I can then apply Fx to the data and display it in the app?
    For example, a user enters in a number in the app. It get's written to a table, then an fx is applied ( such as  simply subtracting 10 from the inputted value) and the result is displayed to the user.
    Thanks,
    Ryan

    Hi Ryan,
    That is one of the motivations for building Siena and so we are happy to have you, developer or not!
    Is there a specific reason for wanting to write back to Excel, other than for subtraction? Siena is perfectly capable of pulling Excel data, you won't be able to write back to the Excel file, but you can manipulate the imported data within Siena.
    In any case, consider the following example where we use a slider to perform the subtraction and display the results for each column. I used the following sample data from excel - the table the data is contained in is called 'Table8':
    Column1      Column2
    239029       78989
    23147         2374893
    278432793 37893
    238729       382397
    1) Add a Slider, called Slider1
    Set the Min to the lowest value your user will subtract the excel data by, and
    Max to the highest value your user will subtract the excel data by. I picked 10 for my min and 100 for my max
    2) Import the data
    3) Custom Gallery, called Gallery1 - It's the option at the bottom right of the "Galleries" group
    3) Set the Select Gallery1 as a whole and set the 'Items'
    under the 'Data' group to 'Table8'
    4) Click "Add Visual" on the first item in the Gallery and add a Label, called
    Label1. This label will also have its Text automatically set to
    ThisItem!Column1. Change this to ThisItem!Column1 - Slider1!Value.
    5) Click "Add Visual" on the first item in the Gallery again and add a second Label, called
    Label2. This label will also have its Text automatically set to
    ThisItem!Column2. Change this to ThisItem!Column2 - Slider1!Value
    6) Now drag Slider1, back and forth an notice the values both in
    Label1 and Label2 change as the slider is adjusted.
    If there is a need to store the manipulated data, then 
    LoadData() and
    SaveData() expressions could be leveraged within Siena.
    Hope this helps.

  • My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

  • Can data from Apps be shared between family members with iCloud Family Share?

    I'd like to know if data from Apps can be shared between family members with Family share in iCloud

    no, unless the app has a sharing setting.

Maybe you are looking for