Coder Social home page Coder Social logo

ibm-mil / ibm-ready-app-for-retail Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 26.0 422.04 MB

Ready App to create a contextual shopping experience based on location (using beacons) in a retail environment.

Home Page: https://developer.ibm.com/open/ibm-ready-app-for-retail

License: Other

HTML 1.14% C++ 0.04% Java 14.18% JavaScript 10.76% CSS 0.74% Objective-C 55.81% Shell 0.35% Swift 16.47% Batchfile 0.36% C 0.16%

ibm-ready-app-for-retail's People

Contributors

dfirsht avatar jballands avatar jessealva avatar kweinmeister avatar rolivieri avatar sccheng avatar tfrank64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibm-ready-app-for-retail's Issues

Master cannot be compiled

Master does not compile and has the following error:

"Value of optional type "String?" not unwrapped; did you mean to use '!' or '?'"

This error occurs once in ListInterfaceController.swift and twice in ListOverViewInterfaceController.swift.

Missing sample properties files

Need to create two sample files and check them in under this repo:

  1. ./iOS/ReadyAppRetail/Summit WatchKit Extension/Summit WatchKit App.entitlements

  2. ./Android/Summit/app/src/main/assets/wlclient.properties

Failed to Populate your Cloudant database

When I populate the cloudant database, I faced following error. How to solve this problem? Thanks a lot.

MichaeldeMacBook-Pro:SummitDBInventory myang$ pwd
/Users/myang/workspaces/IBM-Ready-App-for-Retail/db/SummitDBInventory
MichaeldeMacBook-Pro:SummitDBInventory myang$ ls
summit_db.json

MichaeldeMacBook-Pro:SummitDBInventory myang$ curl -u 4422a209-265a-4065-bb3f-d0f315de7934-bluemix -d ./summit_db.json -X POST https://4422a209-265a-4065-bb3f-d0f315de7934-bluemix.cloudant.com/readyapp-retail/_bulk_docs -H "Content-Type:application/json"
Enter host password for user '4422a209-265a-4065-bb3f-d0f315de7934-bluemix':
{"error":"bad_request","reason":"invalid UTF-8 JSON"}

Getting Started is missing instructions on how to configure the worklight server

After I start the iOS app the first time, it complains about "Can't Connect To Server"

1/ I need to modify worklight.plist to point to the MFP server

2/ I need to update the Info.plist with

  <key>NSAppTransportSecurity</key>
  <dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    <key>NSExceptionDomains</key>
    <dict>
      <key>9.222.11.22</key>
      <dict>
        <key>NSIncludesSubdomains</key>
        <true/>
        <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
        <true/>
      </dict>
    </dict>
  </dict>

so it can connect to the server.

FYI the Ready App for Banking handles all this automatically during its MFP build process.

Change bundle name to "RA Retail"

The MaaS 360 democenter requires that the democenter title matches the app name.

the bundle name can be found in the info.plist and you can test you changed the right value by running the app and looking at the name under the app icon.

This needs to be done asap and then run (or notify me and I will run) an MQA build with the updated ipa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.