{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":688542457,"defaultBranch":"main","name":"memdocs","ownerLogin":"tranamst","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-09-07T15:04:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/127788005?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702373246.0","currentOid":""},"activityList":{"items":[{"before":"612fa8b936d86d21238c949bd74e7492bf7654d8","after":"084c67b2261a2b87db9d21941a57080784fed5b9","ref":"refs/heads/phase3-improve","pushedAt":"2023-12-12T09:27:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Intune iOS SDK dev guide - phase 3 improvements","shortMessageHtmlLink":"Intune iOS SDK dev guide - phase 3 improvements"}},{"before":null,"after":"612fa8b936d86d21238c949bd74e7492bf7654d8","ref":"refs/heads/phase3-improve","pushedAt":"2023-12-12T09:27:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Merge pull request #12809 from MicrosoftDocs/main\n\nPublish main to live 12/11/2023, 3:30 PM","shortMessageHtmlLink":"Merge pull request #12809 from MicrosoftDocs/main"}},{"before":"ff5501b49ae09e249326fa33c76dc817499e180b","after":"0ffd4c8baa3034861fe53dfeb60a5dfdc64e99c0","ref":"refs/heads/patch-5","pushedAt":"2023-11-06T18:23:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Erikre","name":"Erik Reitan","path":"/Erikre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7407729?s=80&v=4"},"commit":{"message":"Update app-wrapper-prepare-ios.md","shortMessageHtmlLink":"Update app-wrapper-prepare-ios.md"}},{"before":"74a5c0c65df55a3661088f22b297eb7f702fffb0","after":"ff5501b49ae09e249326fa33c76dc817499e180b","ref":"refs/heads/patch-5","pushedAt":"2023-11-06T17:51:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update app-wrapper-prepare-ios.md with prerequisites \n\nFrom our ICM (Incident-406091722 Details - IcM (microsofticm.com)) where customers ran into code signing issue based on not having valid certs locally, we want to update our prerequisite steps for customers to self-diagnosing and self-resolve issues before reaching out to Intune oncall engineers.","shortMessageHtmlLink":"Update app-wrapper-prepare-ios.md with prerequisites"}},{"before":"bf365eb895ba156d9e47092b7e7d6286f8dd77d3","after":"ada7a3e24eaf66f2c12a60b2ba44abbd11f0f28e","ref":"refs/heads/patch-4","pushedAt":"2023-10-09T16:11:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update app-wrapper-prepare-ios.md with new -dl command line\n\nProblem: If a wrapped app implements ADAL or MSAL, they need to add the \"ADALLogOverrideDisabled\"=True to their IntuneMAMSettings dictionary or else we will crash setting the log callback. MSAL logging is allowed by providing an API to log info to MSAL. This can only be done once. If app is doing it and we're doing it, then app will crash.\r\n\r\nSolution: We can provide customers of AppWrapper a command line parameter that set the ADALLogOverrideDisabled = true in the IntuneMAMSettings dictionary so that it disable logging and avoid crashing. This PR is to add public documentation for customers about this new command line.","shortMessageHtmlLink":"Update app-wrapper-prepare-ios.md with new -dl command line"}},{"before":"9cd3a2572acaff74af66995dbff8c10cc93b51bf","after":"8abe0097f363af2a47dad2bf459621e62ad30364","ref":"refs/heads/patch-3","pushedAt":"2023-09-12T15:45:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update memdocs/intune/developer/app-wrapper-prepare-ios.md\r\n\r\naddressed comment\n\nCo-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>","shortMessageHtmlLink":"Update memdocs/intune/developer/app-wrapper-prepare-ios.md"}},{"before":"6a9da7a86e707de9d4990daef4e568e4c5369334","after":"7943d0e4d9ec56062a9ae888bdc8615d0c45da78","ref":"refs/heads/patch-2","pushedAt":"2023-09-12T15:42:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update memdocs/intune/developer/app-sdk-ios.md\r\n\r\naddressed comments\n\nCo-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>","shortMessageHtmlLink":"Update memdocs/intune/developer/app-sdk-ios.md"}},{"before":"7dcd7a90dc74062d40e6d670dce18412388ecf65","after":"9cd3a2572acaff74af66995dbff8c10cc93b51bf","ref":"refs/heads/patch-3","pushedAt":"2023-09-11T17:37:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update app-wrapper-prepare-ios.md for -ac and -ar to be required params\n\nUpdate app-wrapper-prepare-ios.md for -ac and -ar to be required params","shortMessageHtmlLink":"Update app-wrapper-prepare-ios.md for -ac and -ar to be required params"}},{"before":"7dcd7a90dc74062d40e6d670dce18412388ecf65","after":"6a9da7a86e707de9d4990daef4e568e4c5369334","ref":"refs/heads/patch-2","pushedAt":"2023-09-11T17:34:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update app-sdk-ios.md\n\nUpdate docs about ADALClientId and ADALRedirectUri/ADALRedirectScheme being required parameters for all apps instead of only apps that use MSAL/ASAL","shortMessageHtmlLink":"Update app-sdk-ios.md"}},{"before":"1cb0bad7d677ac0bba69d1e471f6ea06eafab5be","after":"28ccb2224464b56eb0e756fa1907ee72c7939321","ref":"refs/heads/patch-1","pushedAt":"2023-09-07T18:38:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"add correct screenshot","shortMessageHtmlLink":"add correct screenshot"}},{"before":"365ced74e205fb0603c7abfe787b5a9a985cc6d6","after":"1cb0bad7d677ac0bba69d1e471f6ea06eafab5be","ref":"refs/heads/patch-1","pushedAt":"2023-09-07T18:29:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"revert ordering and add screenshot","shortMessageHtmlLink":"revert ordering and add screenshot"}},{"before":"88ca2bc9cf417ca740b519cc9093df3820926682","after":"365ced74e205fb0603c7abfe787b5a9a985cc6d6","ref":"refs/heads/patch-1","pushedAt":"2023-09-07T18:21:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tranamst","name":null,"path":"/tranamst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127788005?s=80&v=4"},"commit":{"message":"Update app-sdk-ios.md\n\nUpdating app-sdk-ios.md to tell consumers of static library to explictly weak link libSwiftAppleArchive.\r\n\r\nCurrently if you run the SDK Static Lib on iOS 15 simulator it can cause a crash since AppleArchive doesn't exist. This is fixed by explitclty weak linking apple archive in the main app target (by linking as \"optional\").","shortMessageHtmlLink":"Update app-sdk-ios.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADyC297QA","startCursor":null,"endCursor":null}},"title":"Activity ยท tranamst/memdocs"}