본문 바로가기

모바일개발(Mobile Dev)187

Promoting Your App written by http://www.idev101.com/code/Marketing/promotion.html iPhone Development 101: Marketing: Promoting Your AppThe app store has thousands of apps, with many more added each day. When you release a new app, its visibility on the app store will be brief. It might sit in the new releases section of its category for a day or two (if you're lucky). Or it might start off on page 3 to begin with.. 2016. 1. 27.
Market Share For App Selling ---------------------------------------------------JAPAN MARKET----------------------------------------------------written by http://cafe.naver.com/mcbugi 일단 일본 홍보에 관한 자료인데 여기에다가 올리면 되는지 모르겠네요. 혹시 담당자님~ 다른곳이면 말씀주세요. 바로 옮기겠습니다. 최근에 일본 시장을 무진장 돈을 써가면 많은 점을 배웠습니다. 1. AppBank이런 일본 사이트는 무료 앱 홍보 안해준다는 겁니다. 아무리 메일을 날려도 안해주더라구요. 한 20군데 메일을 보내서, 매번 앱마다 성공했던 곳은 아래 사이트 입니다. 찾아보셨으면 아시겠지만, 유료광고는 몇백입니다. ㅎㅎㅎ 무.. 2016. 1. 25.
How to make itunes app url link address http://itunes.apple.com/linkmaker/ written by http://stackoverflow.com/questions/433907/how-to-link-to-apps-on-the-app-store up vote400down votefavorite294I am creating a free version of my iPhone game. I want to have a button inside the free version that takes people to the paid version in the app store. If I use a standard linkhttp://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=3.. 2016. 1. 23.
PHP Arrays Handle written by http://www.informit.com/articles/article.aspx?p=31840&seqNum=4Multidimensional ArraysArrays do not have to be a simple list of keys and values—each location in the array can hold another array. This way, we can create a two-dimensional array. You can think of a two dimensional array as a matrix, or grid, with width and height or rows and columns.If we want to store more than one piece.. 2016. 1. 22.
about password written by http://www.cafewebmaster.com/check-password-strength-safety-php-and-regex Check password strength / safety with PHP and RegexSubmitted by n8coder on Wed, 05/13/2009 - 14:51in password pcre php regex regexp regular expressions securitytutorialPassword Validation with PHP and Regular ExpressionsWhat is a good password? Your birthday, favorite star or first school, car, ...? None of them.. 2016. 1. 22.
UILocalNotification written by https://www.hackingwithswift.com/read/21/2/scheduling-notifications-uilocalnotificationScheduling notifications: UILocalNotificationOpen Main.storyboard in Interface Builder and place two buttons, one above the other. The first should have the title "Register Local" and the second the title "Schedule Local". Add whatever constraints you think sensible, but ideally make them centered h.. 2016. 1. 18.
PHP remember me script written by http://www.downwithdesign.com/web-development-tutorials/adding-remember-feature-php-login-script/ Adding a remember me feature to your php login script10th Sep 12I was recently browsing the web looking for an easily reproducible php remember me code snippet.By this I meant I wanted to be able to auto fill the text input on my login form if a user had checked a remember me checkbox. I .. 2016. 1. 15.
facebook : 앱 구성에 허용되지 않는 URL 앱 구성에 허용되지 않는 URL입니다 이런 메세지 뜰때 해결 방법페이스북 api키 연동으로 간편 로그인 설정시 위와 같은 에러가 나면 해결 방법 사진과 같이 my app 에서 설정(setting) 을 누르고 아래 부분에서 플랫폼 추가 를 누르면 웹사이트 넣는 부분이 나온다 거기에 왭사이트 넣으면 에러 메세지 안뜹니다. 2016. 1. 13.
JavaScript facebook 연동 written by http://whitememo.tistory.com/196 여기서는 JavaScript로 된 페이스북 API를 사용하여사이트의 로그인을 페이스북 계정으로 할수 있도록알아보겠습니다. 홈페이지에서 페이스북을 연동하려면 먼저 페북 앱을 등록 해주어야 합니다.페이스북 개발자 홈페이지에서 상단의 앱 카테고리를 클릭하여앱을 등록해 주고, 진행합니다.http://developers.facebook.com/?ref=pf 다른 것은 필요없이 빨간색 네모로 체크된 부분만 입력해주면 됩니다.사이트 URL 같은 경우 IP와 도메인 모두 가능하니 자유롭게 사용하시면 됩니다. 이제 앱등록이 완료 됬다고 가정하고 다음으로는 페북 로그인 버튼이 들어가는 페이지를 만들어 보겠습니다.여기서는 PHP 파일로 다루지만 .. 2016. 1. 13.