ADF Mobile: give application to another person for iOS

I am building an iOS application using ADF Mobile. My friend another is in a remote location.
For android, I can easily create an apk and send it for him but for iOS while creating a configuration profile it ask for the device id. So, looks like I can't do the same in the case of iOS for him to see and test on his device.
is that correct or I missed something?

Please notify

Vik2 wrote:
I have a license and to generate the provisioning certificate, he asks me the ID unique to my device.

so once I have provide it then the profile will be just on my phone. How my friend will be able to get the app on the phone even with the source code? used to another license?

Your friend must save his camera as well (with Apple) before it can deploy in its device.
If you need basically to do the same process you did.

Tags: Java

Similar Questions

  • Can I purchase a single license for multiple software? Buy one for a single application, buy another one for another, etc.

    Can I purchase a single license for multiple software? Buy one for a single application, buy another one for another, etc.

    You can purchase the license but on different emails if you need to use them on multiple computers. From an e-mail, you can install software on both computers. These two computers can be Windows, Mac OS, or everyone. If you install on a third computer, you will be asked to turn off this feature on the other two computers. You can then re-enable one of the two previous computers and use Cloud Creative apps on it.

    Kind regards

    Hervé Khare

  • Oracle Fusion Middleware Java QAnywhere for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile?

    Thank you very much for your time.

    Hi, this is a reference to the JavaDocs of the methods/classes supported by ADF Mobile Java. You can usually right (or ctrl) click on any method of specific Java ADF Mobile and select "JavaDoc". You can open a sample application that contains a Java class - for example the HR sample application, and find any method with the name "adfmf." You should be able to see the doc of Java for the ADF Mobile related methods/classes.

    Thank you

    Joe Huang

  • JDeveloper ADF Mobile - Android context

    Hello

    I'm new to the development of the ADF Mobile. I wanted to use an existing library of android. which requires the context as a parameter because this isn't some back-end database activities. How can I get the Android context if I develop hybrid application using ADF Mobile.

    It's very urgent for the development of mu. Any help is appreciated.

    Kind regards
    Kathia

    Hi, unfortunately I don't think that it is easy to use an existing library of Android, because the JVM Dalvik on Android device is different from the JAVA virtual machine integrated into ADF Mobile. ADF Mobile integrates its own JVM to ensure cross-platform compatibility.

    However, that said, what is the use case exact application you have in mind? In the backend, you mean you are trying to use the Android library communicates with the database server and synchronize data and download data in the local SQLite Database?

    Thank you

    Joe Huang

  • When you go to mozilla firefox for IOS devices?

    Hi, I really love Mozilla FireFox, but I have an iphone and I'm curious to know if you are going to produce Mozilla Firefox on IOS devices, because I'm waiting for it don't...
    Thank you

    There is no way for Mozilla create Firefox for iOS. Apple restricted a lot what kind of applications can be created for iOS. The only thing that could serve as Mozilla is a Firefox Sync client, which then uses the iOS Safari browser.

  • Play Google store does not accept the ADF Mobile apps for tablets

    My ADF Mobile app is published on the Google game, but he says that the app is not compatible with the tablets, for the following reasons:

    1. properly target the Android Versions

    I fixed this by going into the properties of the Application > deployment > Android profile > edit > Options Android > change target SDK API level from 9 to 14.

    Note to the ADF Mobile Team: I recommend that you change the default target SDK API level from 9 to a higher level (Google recommends 14 today).

    2. correctly report physical dependencies

    I understand the problem, but I need help to find a good solution.

    The problem is, when ADF Mobile deploys on the package, it creates an AndroidManifest.xml file and since my application uses SMS, it necessarily adds a < permission > element for telephony.  In general, approval will be "implies" that phone is a "requirement of functionality of the material" unless we also add an element of <>uses feature corresponding with android: required = "false".  However, ADF Mobile not set the < uses > function in the AndroidManifest.xml.

    Does anyone know a good solution for this?  (I searched for a way to configure this in ADF Mobile and in the docs, but it found nothing. "And I can't manually change the AndroidManifest.xml because ADF Mobile it creates in the middle of the deployment process).

    3. take advantage of the extra screen available on shelf area

    I have no start troubleshooting this in detail yet, but I'm curious to know how the Google game store, determines exactly?

    Anyway, if anyone can help me with #2, I would be grateful.  Thank you!

    Patrick

    Edit: Title changed this message, because I believe it is a more serious current problem.  Will respond with more information soon.

    Hi, Patrick, recently Google game made a number of changes, so it is much stricter in terms of supported Android.  Successfully, we applied workarounds and found the combination that seems to work for Google play.  Here are the details based on your questions:

    (1) the level of the API should not matter as long as it's 9 or above - 9 is the current default value.  Nothing specific in ADF Mobile that requires the level more high API.  However, if you are interested you should limit your application to 4.x devices, you can set the minimum and target API level accordingly to assert that.

    (2) by default, ADF Mobile says all the permissions of the device which may potentially be required by the framework.  This is why, for example, even if the application accesses a camera, the AndroidManifest.xml file will still contain references to the permissions of the camera.  Possibility to choose the correct hardware permissions selectively is planned for the next version of Mobile of the ADF.  In the meantime, you can change the AndroidManifest.xml file template in an extension of the ADF Mobile as the workaround.

    (3) Google game uses the element of "Supports the screen" in the file AndroidManifest.xml to determine what factors shape/devices are supported.  Summary of form factors supported and densities are described here: supporting multiple screens | Android developers.  ADF Mobile supports the display of different density already.  In what concerns the size of the screen, you must add the element "supports the screen" in the model of manifest file xml for the size of the screen that you want to support.  For example, if you want to add in support of all devices:

    Android: normalScreens = 'true '.

    Android: largeScreens = "true".

    Android: xlargeScreens = "true" / >

    The Android site would give you definitions of what mean these sizes.

    Finally, here are the instructions on changing the template AndroidManifest.xml:

    -Access file /JDeveloper/JDev/Extensions/oracle.adf.mobile/Android/Oracle_ADFmf_Framework.zip

    -Make a backup copy of the zip file

    -Unzip the file, which would be to extract all files in a directory of 'framework '.

    -Navigate to the framework/template/AndroidManifest.template.xml file

    -Use a text editor to change the permissions of the device, as well as the addition of the screen element supports as indicated above.

    -Zip up the framework directory and name the file zip as Oracle_ADFmf_Framework.zip, replacing the old.  Please make sure that the zip file has the same directory structure exactly as before.

    -In JDeveloper, before you deploy the application, please do a "Clean All" to clean up all the old objects deployment.

    -Deploy the application - the application should now be visible for tablets, as well as with adequate permissions.

    -Download the application on Google game - no further action is necessary in the game of Google around form factors supported and the permissions of the device.

    Now the Android deployment process does not additional validation for the device permissions are actually necessary, therefore, to ensure that these are properly defined.

    I'll also cross post this on the blog of the ADF Mobile team.

    Thank you

    Joe Huang

  • ADF mobile deployment for windows/blackberry-mobile option is disabled

    Hello
    We seek to deploy the sample FOD mobile application on a blackberry Simulator according to the tutorial given at:.
    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/jdev/obe11jdev/PS3/adf_mobile_top/adf_mobile/jdtut_11r2_54_1.html

    We had followed all the steps in part 2 and have been able to deploy the application on the BB Simulator and test also.

    After that, we followed the steps in part 3 and now when you try to deploy the mobile client application on the Simulator, the deployment for BB profile option is disabled and this is why we are not able to deploy the application.

    We Jdev 11.1.1.4.0 with mobile client extension installed and also installed the Simulator and BB JDE.
    Can someone please help us get the deployment to BB profile option active again?

    PS: We also tried to install Jdev 11.1.1.4.0 with extension adf mobile on another machine with JDE BB and BB 9700 Simulator, but on this new machine, deployment profile is disabled from the beginning, we are not yet able to deploy the changes that we made to part 2 of this tutorial.

    Kind regards
    Hemant

    Hi, Hemant, just to be sure, have you tried the kickoff of deployment of the project MobileClient, or in the Application menu? Mobile client app must be deployed in the application menu.

    In addition, if you have already deployed, the deployment profile has been created, so you only have to deploy again in the application menu.

    If you see that these items are disabled in some way, then I don't think I've seen it before. Maybe we can set up a web conference to look at.

    Please just ping - me directly.

    Thank you

    Joe Huang ([email protected])

  • No Extension for JDeveloper 11.1.1.4.0 ADF Mobile?

    Hello
    I have recently improved and jdev 11.1.1.3 to 11.1.1.4.0 when checking for extension, can't find one for the ADF Mobile Client extension.
    But the tutorial at: http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps3/adf_mobile_top/adf_mobile/jdtut_11r2_54_1.html, says that she is available.
    Can someone please clarify if it is available for the 11.1.1.4.0 and if so, how to get it?
    If this is not the case, how to build projects adf mobile using this version? Or should I roll back 11.1.1.3 if I want to create mobile client applications? And guess which also apply to the browser mobile apps?
    Kind regards
    Hemant

    Published by: HVT on March 2, 2011 02:55

    Hi, Hemant, both Android and iOS are both on the roadmap for ADF Mobile Client, with Android as the first target. iOS is much more difficult, and we take a multiphase approach to solve it.

    Windows Phone 7 is still under review - a direction of Nokia it give Windows Phone 7 a little more important now.

    There are currently no J2SE / provided for the "Windows" version - if there is strong demand for the approach on the laptop, please let us know. It seems that tablets (iPad, Android, BlackBerry PlayBook tablet, etc.) are taking more and more the mobile use case who traditionally filled by the laptop.

    We will also see if WebOS/Palm catches ever.

    Symbian is unlikely, given the Nokia seems to have indicated that it will with Windows Phone.

    It is also probable that we would target consumer/J2ME phones type at this point. It is not commonly used as enterprise mobile application devices, and also the trend seems to be that this smart phone will finally exceed the phones to consumers in terms of volume.

    Thank you

    Joe Huang

    Published by: Joe Huang on March 4, 2011 19:00

    Published by: Joe Huang on March 4, 2011 19:05

  • Access a secure web service of ADF Mobile Application

    Hello

    We try to create an ADF Mobile application that uses a secure web service located in Oracle EBS (with SOA Suite).

    We use JDeveloper 11 g 11.1.2.4.0

    Initially, create usd a Control(SOAP/REST) Gallery Web Service data and provided the WSDL document. We tried to run on a simulator, but not did not do anything. We have also found a way to provide the user name and password. So we left it there.

    Then we tried to create a Java desktop app to check if it was a problem with our server. In the desktop application, we created a "Web Service Client and Proxy" new gallery followed the steps and used oracle/wss_username_token_client_policy, added the code below to put the username and password and was able to call the service and retrieve data.

    (reqContext.put (BindingProvider.USERNAME_PROPERTY, "DBAKER");

    reqContext.put (BindingProvider.PASSWORD_PROPERTY, "xxxxx");

    So we thought to return to the application the ADF Mobile and creating a "Web Service Client and Proxy" it, but when we built this project, we had the ' annotations are not supported in - source 1.4 "&" generics are not supported in - source 1.4 "errors and found that ADF Mobile does not support beyond Java 1.4" "» (Is that right?)

    We then found the video "to access the secure Services of ADF Mobile Web" by Shay (https://www.youtube.com/watch?v=rk5om3o3Pas) and saw that he was using a login server.

    We wanted to confirm if you use a login server is the right path to access a secure web service of an Oracle ADF Mobile application?

    Are there other ways to do it?

    If we need to create a login server, can provide you links that will put us on the right track in establishing a connection server that can connect to the EBS?

    Thank you.

    The URL must point to a protected page that prompts the user for basic authentication.

    See an example here:

    https://blogs.Oracle.com/Shay/entry/accessing_secure_web_services_from

    As well as the blogs linked at the bottom of this entry.

  • New guideline of Apple cannot allow ADF Mobile to publish the application in the store in February

    Hi guys,.

    I saw a new rules that sent to the IOS Developer any delay to February 1, 2014 for submission apply new/updated App Store must generate in XCode5 and optimized for iOS7 SDK

    And the current version of the ADF doesn't support or XCode 5 and iOS Mobile 7 SDK.

    Then my current app in the App Store will be a risk with us because we are planning to update the application in the next phase in this month of February.

    So, please fix as soon as possible.

    Ref: https://developer.apple.com/news/

    Hello

    just as an fyi: we are currently working on a new game Patch for ADF Mobile 11.1.2.4 which also addresses the issue of XCODE. Beside that, Timo is correct that the RTO does not help fixing bugs because it is only a forum for communication and assistance

    Frank

  • ADF Mobile Application to filter sms

    Hello ADF Experts.

    In the ADF, Mobile Application, we could use some features of the device / Device Manager to send text messages, emails, etc..

    Can we build a capacity in mobile application to filter the sms messages received in mobile by keywords and to send the text message to certain URL via a HTTP POST request callback.

    Help with this would be appreciated. Thanks in advance.

    Kind regards

    Dexell

    Hello

    ADF Mobile has no access to the SAM. When you send an SMS then you actually call the customer request (no matter what your mobile uses for texting) and pass strings to the URL schema. This does not, however, a two-way API, you can use to read the SMS of ADF Mobile or invoke any kind of recall

    Frank

  • Support for Windows 8 for ADF Mobile (Client)

    We are developing an ADF Mobile application for our sales team. We know that there are two operating systems today (IOS and Android). We know that Oracle will also support Blackberry and Windows 8 operating systems. But it has not yet been published, and there is no information of annouced on dates realese.

    Are they still in your ADF Mobile roadmap? Will be forthcoming in the new feature? We are about to decide on hardware and operating system that we will use in our society and need to know the release date for Windows 8.

    Hello

    can't say about the release dates of other mobile device operating systems, but I don't see coming in the very short term. If you plan better with Android and iOS

    Frank

  • ADF Mobile: connect with the web application

    Hello

    I'm starting the age of mobile application. (my version of jdeveloper is version 11g 2)...

    I need to know is easy to create applications mobile adf in the ADF web application?

    With regard to this demo:- http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADFMobile/adfmobile.htm how can I adopt for my needs?

    My web application is Version 11.1.2.2.0. So without re-creating this application in higher version (Version 11.1.2.3.0), can't do Mobile App?

    hopping all coordinated to solve my problem...

    Thank you.

    Sorry for the late reply. The ADF webapplication can be made in any version of JDev, since it is just a web service 'plain '. ADF Mobile is supported only 11.1.2.3 (or), but they (the web service and mobile application) do not have to be developed using the same version of JDev.

  • ADF mobile for Android is not available

    Hi all

    I created Oracle ADF Mobile application. I need to deploy my project view controller using the deployment "ADF" mobile for android But for some reason that this option is not in the deployment. I have an option of "ADF Mobile feature Archive", but I need to deploy the application by using the Android emulator.

    I use Jdeveloper 11.1.2.3.0. I have installed mobile extension of the ADF.

    I already have Android SDK and program in the preferences. Can someone help me on this?

    Thank you!

    You deploy in the application menu, not for the project controller View menu.

  • Another portal for mobile

    Hello everyone.
    I use the patch 1.4 ISE 3, flexconnect and CWA for my guests. I am also show posture for guests with agent web (they should have an AV).
    He works for computers and androids, but not for Apple devices (iPhone, iPad,...).
    Trying to do work for Apple devices, I created a new redirection rule for mobile phones (Android and iDevices) that redirect these devices to another portal (without control of posture), but it does not work, because when the user attempts to access the first, before he opens the captive portal and inserts his letters of credence ISE doesn't know that the device is an iPhone. Then this device still hit the default redirect rule that sends the user to my default CWA, which has a posture check.

    If the user tries to connect once more, it works, because now ISE knows that it is a mobile device.

    I would like to know how to identify the device on the first time that it is connected, and then send it to the correct web portal.
    Is this possible? How could I do?

    Kind regards.

    If you run ISE 1.3 or later (recommended current version 1.4 with the latest patch is) then the default state of posture is consistent, this means that if you have not a client provisioning rule for iOS devices (which you shouldn't because there is no support for these types of devices). Ignoring any loading webagent

    It would be the recommended flow, it might even be a document in the support forums already explaining this

    http://www.Cisco.com/c/en/us/support/docs/security/identity-services-Eng...

Maybe you are looking for