검색결과 리스트
2012/10 에 해당되는 글 8건
- 2012.10.26 윈도우8이 네이버 실시간 검색어 1위
- 2012.10.25 서피스 박스 개봉기가 올라왔습니다.
- 2012.10.19 Microsoft Surface 관련 영상들
- 2012.10.17 Microsoft Surface 가격 및 주문 사이트가 공개되었습니다.
- 2012.10.15 Windows 8 Store App 인증 과정에서 4.1 항목의 오류에 대한 대처 방법
- 2012.10.14 개인정보 보호 방침
- 2012.10.14 2012 지앤선 워크샵 (3)
- 2012.10.12 Microsoft Surface 광고가 타임스퀘어에 결렸습니다. (1)
댓글을 달아 주세요
Windows 8 Store에서 앱 인증에 필요한 요구사항은
http://msdn.microsoft.com/ko-KR/library/windows/apps/51A7C609-94AB-49ab-B8E0-F26FF776DDB4.aspx
에서 확인할 수 있습니다.
이중에서 4.1 항목은 개인정보 보호 정책에 관한 내용입니다.
개인정보 보호 정책을 앱 내에 명시해 주면 대부분 통과되는데 개인정보 보호 정책은 시스템바(기존의 참바)--> 설정 안에서 보이도록 해주면 됩니다.
위의 그림은 권영철 MVP님께서 만든 f Diary 앱입니다. 해당 앱을 설치한 후에 설정 항목에 보시면 개인정보 취급 방침 항목이 포함되어 있는 것을 볼 수 있습니다. 해당 항목을 열어보면 간단한 소개와 함께 개인정보 방침에 대한 웹 사이트로 연결되는 것을 볼 수 있습니다.(http://loveu012u.blog.me/100166271344) 로 연결되니 개인정보 취급 방침에 대한 작성을 참조해 보십시오.
만약 앱의 배포국가가 국내로 국한되지 않는다면 SmartShare의 주신영 대표이자 MVP님이 제작한 TEDw 앱을 설치해서 참조해 보십시오. TEDw 앱의 경우는 개인정보 취급 방침이 영문으로 작성되어 있습니다.
여기서 부터는 시스템바의 설정에 개인정보 취급 방침에 대해서 노출되기 위한 방법을 설명해 드립니다.
어디에 작성해도 좋지만 깔끔한 작성을 위해서 App.xaml.cs 파일에 작성하는 것이 제일 좋은 방법으로 보입니다.
참고로 아래 내용은 C# 코드 기준입니다. Javascript나 VC++을 사용하시는 분들은 클래스 명만 참조하시면 될 것 같습니다.
먼저 두 개의 네임 스페이스를 using 문으로 포함시켜 줍니다.
using Windows.UI.Popups;
using Windows.UI.ApplicationSettings;
그리고 앱이 시작할 때 해당 내용이 설정에 포함될 수 있도록 OnLaunched 이벤트에 한줄을 추가해 줍니다.
protected override void OnLaunched(LaunchActivatedEventArgs args)
{
Frame rootFrame = Window.Current.Content as Frame;
// Do not repeat app initialization when the Window already has content,
// just ensure that the window is active
if (rootFrame == null)
{
// Create a Frame to act as the navigation context and navigate to the first page
rootFrame = new Frame();
if (args.PreviousExecutionState == ApplicationExecutionState.Terminated)
{
//TODO: Load state from previously suspended application
}
// Place the frame in the current Window
Window.Current.Content = rootFrame;
}
if (rootFrame.Content == null)
{
// When the navigation stack isn't restored navigate to the first page,
// configuring the new page by passing required information as a navigation
// parameter
if (!rootFrame.Navigate(typeof(frmMain), args.Arguments))
{
throw new Exception("Failed to create initial page");
}
}
// Ensure the current window is active
Window.Current.Activate();
//이 부분이 추가된 한줄 입니다.
SettingsPane.GetForCurrentView().CommandsRequested += App_CommandsRequested;
}
셋팅에 필요한 내용을 추가할 준비가 끝났습니다.
이제 두 개의 메서드만 두 추가해 주면 됩니다.
void App_CommandsRequested(SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args)
{
UICommandInvokedHandler handler = new UICommandInvokedHandler(onSettingCommand);
SettingsCommand generalCommand = new SettingsCommand("개인정보 보호 방침",
"개인정보 보호 방침", handler);
args.Request.ApplicationCommands.Add(generalCommand);
}
private async void onSettingCommand(IUICommand command)
{
Uri uri = new Uri("http://www.youngwook.com/627");
await Windows.System.Launcher.LaunchUriAsync(uri);
}
위와 같이 하면 해당 앱을 실행 시킬 때 셋팅에 개인정보 보호 방침이 추가 됩니다. 그리고 해당 항목을 누르면 http://www.youngwook.com/627 로 연결되게 됩니다.
참 쉽죠 ^^
댓글을 달아 주세요
Privacy Policy
Winkey Studio,. Ltd privacy and the Republic of Korea to the terms of use "digital content, the standard terms and conditions" under the terms of the following items and use the content and purpose of collecting personal information, and is defined as follows.
At Winkey Studio, we respect the privacy of our web site visitors and Mobile User. We do use information you provide to better serve your insurance needs. We also recognize that this information belongs to you and that we must treat it accordingly. The following statement spells out our privacy policy in more detail. The policy applies to www.youngwook.com and other sites on the World Wide Web owned and operated by Winkey Studio. If there are materials changes to this policy in the future, information concerning any such change will be posted on this webpage.
Effective May 2012
Our Use of Personal(SmartShare Service User) and Non-Personal Information
We collect two kinds of information about our on-line visitors, personal and non-personal information. Visitors are not required to register to access the public pages of Winkey Studio's sites. Non-personal information is collected to track the total number of guests visiting Winkey Studio sites and to guide our efforts to improve our sites. The non-personal information we monitor includes the browser type and operating system being used by our visitors; areas of the sites visited; date and time of access; host or service-provider information, and identification of the referring site. This information is used exclusively for our internal purposes and is not disclosed to any non-affiliated third parties except our producers.
(Only Winkey Studio service user)Personal information that can identify a visitor, such as name, address or Email is collected only when voluntarily offered and solely for purposes that are clearly identified on our sites. Access to pages with content specific to agents, brokers or customers is password-protected and requires pre-registration. Personal information acquired through registration is kept confidential and will not be disclosed to third parties except as may be required by law. Winkey Studio does not seek personal information from children.
Internet Communication
The privacy of communication over the Internet cannot be guaranteed, because the Internet is not a secure medium. SmartShare does not assume any responsibility for any harm, loss, or damage you may experience or incur by the sending of personal or confidential information over the Internet by or to Winkey Studio.
The Name and Contact Information (including Telephone Number) of the Division which Deals with Personal Information Protection Tasks and Related Complaints
Winkey Studiois using its best endeavors to prevent damage that may be incurred from the disclosure, misuse or abuse of personal information and, for such purposes, has designated a division in charge of the management of personal information who will be responsible for the reflection of opinions and handling of complaints regarding personal information.
Winkey Studio
Posco Center 5F 892, Daechi-dong, GanNam-Gu, Seoul, Korea
E-mail : youngwook@outlook.com
Consent
By using this site or mobile apps, you signify your consent to Winkey Studio’s on-line privacy policy. If you do not agree to this policy, please do not use this site or mobile apps. We reserve the right, at our discretion, to update, change, modify, add, or remove portions of this policy from time to time.
댓글을 달아 주세요
2012년 10월 13일 토요일 IT전문 출판사인 지앤선에서 주최하는 워크샵에 다녀왔습니다.
공기좋고 물좋고 그리고 모인 사람들도 좋은 모임에서 집필가들과 전문가들이 모여서 IT의 주요이슈들을 다루었습니다.
빅데이터와 클라우드, 소프트웨어와 인문학 그리고 스타트업에 이르기까지 많은 이야기를 했습니다.
공기좋은 곳에서 먹고 남아서 싸가지고 가야했던 고기와 알콜류와 함께 했던 이야기는 모두에게 시야를 넓혀주고 또 서로의 경험과 이야기를 나눌 수 있었던 좋은 기회가 되었습니다.
김정 대표님, 정희용 대표님 그리고 김도균님과 이정현, 이소령, 남정현님, 손영수님 그리고 좋은 자리를 마련해 주신 지앤선의 김지영 이사님과 직원분들에게도 감사드립니다. ^^
제 개인적인 바램은 IT 서적들이 빨리 빨리 이북으로 많이 출시되었으면 좋겠다는 생각입니다. 필요한 링크를 바로 접속해보고 저자들의 도입 설명을 동영상으로 살펴 볼 수 있는 형태의 책이면 꼭 사보고 싶어질 것 같습니다. ^^
댓글을 달아 주세요