{"id":19914740,"url":"https://github.com/fullstorydev/ios-shoppe-demo","last_synced_at":"2025-05-03T05:31:51.144Z","repository":{"id":38444484,"uuid":"241455425","full_name":"fullstorydev/ios-shoppe-demo","owner":"fullstorydev","description":"FullStory iOS demo","archived":false,"fork":false,"pushed_at":"2022-06-03T16:24:07.000Z","size":1699,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-08-05T19:11:29.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullstorydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-18T20:02:01.000Z","updated_at":"2021-11-05T21:19:35.000Z","dependencies_parsed_at":"2022-08-19T15:50:58.277Z","dependency_job_id":null,"html_url":"https://github.com/fullstorydev/ios-shoppe-demo","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fios-shoppe-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fios-shoppe-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fios-shoppe-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fios-shoppe-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstorydev","download_url":"https://codeload.github.com/fullstorydev/ios-shoppe-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224354151,"owners_count":17297401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T21:36:55.132Z","updated_at":"2024-11-12T21:36:55.645Z","avatar_url":"https://github.com/fullstorydev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](readmeImages/fsLogo.png \"FullStory Logo\")\n\n# ios-shoppe-demo\niOS Client for the example \"Shoppe\" app\n\nThe iOS Shoppe Demo is a reference application that provides tips and tricks to using [FullStory](https://www.fullstory.com/) on [Native Mobile](https://www.fullstory.com/mobile-apps/) iOS.\n\n## Getting started\n\nTo apply the FullStory iOS Plugin, you'll need [Xcode](https://developer.apple.com/xcode). You'll then download or clone this repo to your desired directory.\n\nTo open the project, use \"File \u003e Open\" in Xcode and select either \"swift\" or \"Objective-C\"(coming soon) folder.\n\n## Adding FullStory to the app\n\nIf you have [signed up](https://www.fullstory.com/plans/) for FullStory, add the following to your `Info.plist`:\n```\n\u003ckey\u003eFSOrgId\u003c/key\u003e\n  \u003cstring\u003eYOUR_ORG_HERE\u003c/string\u003e\n```\n\nYour orgId can be found on the _Settings_ page once you are logged in to FullStory.  It'll be next to the `window['_fs_org']` variable in the snippet.  For more information, see [Install your recording snippet](https://help.fullstory.com/hc/en-us/articles/360047075853).\n\nFor successful recording, please do not change the `server` value. It should always be `https://fullstory.com`.\n\nSync gradle after the changes and your app should be fully instrumented with your org information.\n\n## Using the app\n\nThe Shoppe is a super simple e-commerce application. Build and run the app on your emulator, you can:\n\n- Browse a list of products int the _Market_.\n- Use the **Add to Cart** button to add products to your shopping cart.\n- Go to your _Shopping Cart_ by clicking on the cart icon on the top right corner.\n- Review your cart and then click the **Checkout** button.\n- Fill out the form on the _Checkout_ view and click **Purchase**. The app persists locally all the information from this view. Please do **not** use your real information.\n- When clicking **Purchase** your information is validated and a Toast message will be shown. The purchase is successful if all fields passed the validate and your subtotal is greater than 0.\n\n## Using FullStory with the app\n\nNow that you've used the app, you have a session in FullStory. Head on over to FullStory [https://app.fullstory.com/login](https://app.fullstory.com/login).\n\nMake sure you background or kill your app. This ensures that FullStory receives a signal in order to start processing your session. This may take few minutes.\n\nThen you can find your session by going to the mobile segment in FullStory, or build your own segment/search.\n\nCheck out a few sessions and explore the data to get a feel for how you'd use FullStory on your own app.\n\n## App Architecture\n\nThis app was developed based on [Apple's Human Interface Guidlines](https://developer.apple.com/design/human-interface-guidelines/ios/overview/themes/)\n\n![Pic](readmeImages/design.png \"iOS Design\")\n\n## Tips and tricks\n\n- Checkout our [Native Mobile Privacy Rules](https://help.fullstory.com/hc/en-us/articles/360043356573-Native-Mobile-Privacy-Rules).\n- For step by step guide checkout: [Getting Started Guide](https://help.fullstory.com/hc/en-us/articles/360042772333-Getting-Started-with-iOS-Recording).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Fios-shoppe-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstorydev%2Fios-shoppe-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Fios-shoppe-demo/lists"}