This repository holds the sample source code for an iOS image gallery app showing images from Oracle Content Management.
Please see the complete tutorial.
Source code may be obtained from Github:
git clone https://github.com/oracle-samples/oce-ios-gallery-sample
Open the project file, GalleryDemo.xcodeproj
.
Open the file, credentials.json
and provide information about your Oracle Content Management instance:
{
"url": "https://headless.mycontentdemo.com",
"channelToken": "e0b6421e73454818948de7b1eaddb091"
}
url
- the full URL (and optional port) for your Content Management instancechannelToken
- 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.
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.
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.
Please consult the security guide for our responsible security vulnerability disclosure process.
Copyright (c) 2023, Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0