Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
In our main blog we had details and few links on over all Migration from Neo to CF and a guide for android app migration as well.

In this blog we are going to focus on migrating a iOS application configured with SAML from Neo to CF.

As the first step lets create an application config in our NEO environment.

 

  1. Go to mobile services cockpit, click on “Mobile Applications” and select “Native/Hybrid”

  2. .  On click of New button, a popup to create a new application is displayed. 

    • From the config templates select Native.

    • Give a meaningful ID (com.sap.migration.demo)

    • Enter the application name.

    • Description and vendor are optional.

    • Click Save



  3. Once the app is created, on the Assigned features tab click on connectivity. Since it’s a new application, there would not be any destination assigned to the application. Click on create button.

    • Choose Type as “Mobile Destination” and give a meaningful name for the destination and click next.

    • Enter the URL “https://sapes5.sapdevcenter.com/sap/opu/odata/sap/EPM_REF_APPS_SHOP_SRV” and click Next. Proceed by clicking Next until you reach the SSO mechanism screen. Choose Basic Authentication for SSO mechanism and click Next. Enter “your ES5 Gateway user ( eg P123456789) and your ES5 Gateway Password”. Hit Next and Finish.

    • The application configuration is complete, now let’s go ahead and create an app on ios assistant.



  4. Open ios assistanand and if you are setting up the assistant for the first time at bottom left choose Manage Accounts and select "Add new..." in next screen. Fill the following details.































    Account Name NEO mobile services
    Admin API URL See below for how to get this URL
    Admin UI URL See below for how to get this URL
    Authentication Type Basic
    Username Username for your cloud platform account
    Password Password for your cloud platform account
    Save Account Information Check this so that you do not have to re-enter account information on subsequent runs of the wizard


    • To fetch the Admin URLs go to the Important links section in the SAP CP Mobile Services website.



  5. Once Mobile services tenant details are filled, you are back to main view. Over here click "Create new" -> select "Reuse Existing Application" -> choose the right mobile services account.

  6. Choose the right app config which we created in step 2 ( com.sap.iosAppMigration.demo) and click next.

  7. Give a Suitable Product Name and click next.

  8. Choose the destination created in step 3 and click next and click finish.

  9. Now the assistant generates the code and launches the application in xcode.

  10. Select the right device of your choice and run the application either in device / simulator.

  11. Now you must recreate the application configuration on CF. To do this you must go back to Mobile Services Neo cockpit and select the app. Once you’re in the app configuration view, click on Export.

  12. The configuration zip file is saved in your system. Now open the Mobile Services CF tenant and select the Mobile Applications – > Native / Hybrid form the navigation view. Click on Import and select the config file downloaded in above step.

  13. Once the app is imported into CF, have a look at the application to see that the app configurations are retained in CF as well. This includes the SAML configuration which was the authentication mechanism in NEO.

  14. Finally, the mobile application must be adjusted to connect to the Cloud Foundry environment. Usually it is enough to change the target URL in the application, but there may be changes necessary to reflect differences in the security setup.

  15. In order to change the target URL, expand the application in Xcode and look for ConfigurationProvider.plist file. Currently the host url pointing from NEO to CF.

  16. Re-run the application and you would see the app is pointing to CF.


Now you have ios application secured with SAML based authentication having ES5 system as backend system migrated to SAP CP running on CF with minimal number of steps.