Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

oracle-samples/oce-ios-blog-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About iOS Blog Sample

This repository holds the sample source code for an iOS blog app showing structured content and images from Oracle Content Management.

Please see the complete tutorial.

Installation

Source code may be obtained from Github:

git clone https://github.com/oracle-samples/oce-ios-blog-sample

Running the project

Open the project file, BlogDemo.xcodeproj.

Open the file, credentials.json and provide information about your Oracle Content Management instance:

{
    "url": "https://samples.mycontentdemo.com",
    "channelToken": "47c9fb78774d4485bc7090bf7b955632"
}
  • url - the full URL (and optional port) for your Content Management instance
  • channelToken - the token associated with the channel to which your assets were published

Once you have provided the necessary credential information, select an appropriate iOS target and click the Run button.

This sample may be run on-device or in a simulator. The functionality will be identical in both.

Images

Sample images may be downloaded from https://www.oracle.com/middleware/technologies/content-experience-downloads.html under a separate license. These images are provided for reference purposes only and may not be hosted or redistributed by you.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

Copyright (c) 2023, Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0