What do I need to include if my iPhone App uses some third party code under an opensource licence for example BSD or MIT, before submitting for AppStore approval?
Is it enough if I let original code with it's comments untouched or do I need to include a readme file where I describe that I used "xyz's framekwork under licence abc" or something like that?
I have a client who would like to pull public information about people who "like" some of their web pages or are associated with their Facebook app.
I wanted to do a proof of concept, but we really don't about any particular methodology.
Another option we want to explore is to assume we have captured a Facebook user ID/email. Can we use that to collect public profile information?
Sites like http://www.apptism.com/ readout the app store automatically and display information like title, description, price and images. Where do I find the documentation for this (iTunes API?). I tried to google it but no good result.
I have an early version of my app that I want some testers to take a look at. But I am not ready to put it on Market. How do I distribute it to my testers and how do they install it on their phones. One of the beta testers has a Asus eeePC with Android 2.0 installed and I would like him to try it too. How does this work?
I have a Blackberry app on my web-server. When a user downloads via the BlackBerry Browser the JAD file is installed automatically, but does not appear in the Downloads folder or in the installed Applications folder. Did I do something wrong with my deployment?
I added a boost header to my c++ app in visual studi 2008 and intellisense is now telling me there is no information available when it trys to do its smartness. Ive edlted the ncb and restarted visual studio - the ncb rebuilds and same problem persists. Any suggestions?
I'm trying to logout of facebook from my app using the following code below, but i'm still logged in (and my alert does not execute)
any ideas?
FB_RequireFeatures(
["Api"],
function(){
FB.Facebook.init(api_key, channel_path);
var api = FB.Facebook.apiClient;
FB.Connect.logout(function(){alert("logged out!");})
}
);
I want to demo intellitrace. But all of my simple apps end up not having the methods instrumented.
Does anyone know of a good demo app for intellitrace? (or a good idea of one?)
How could I enable syntax highlighting on the shell and in emacs when I use Terminal.app on Mac OS X to ssh into other machines? Right now if I ssh and do an "ls" for example, directories are not shown in a different color from flat files, for example, and I'd like to fix that.
thanks.
This is the first time I'm creating an app using Ruby on Rails.
I would like to switch the database depending on the site which is loaded. With php I used to do a simple strpos on http host, and set the database name depending on that. How can I do this with rails?
hi,
I devloped a facebook app with fbml canvas.
Sometimes for me it loads a blank page (say 1/10 time). For a user in another location is always loads with blank page.
Is it the problem with facebook or my hosting.
Please help me out to resolve this problem.
Thanks in advance.
I would like to write a C# app that runs like an overlay on the desktop wallpaper. Similar to the way that desktop widgets or Rainmeter(rainmeter.net) runs; behind other apps but on top of the desktop wallpaper.
I cannot find any C# examples of this kind of behavior. Can someone point to me to some code?
Here is an example of what I am interested in creating: http://jabz.us/uploaded_images/screenCaptureRainmeter.png
Are these kind of leaks normal? Are they false leaks or something I should be concerned with? The instruments tool doesn't give me any line of code from my app, seems Apple's frameworks are leaking?!
What do I need to include if my iPhone App uses some third party code under an opensource licence for example BSD or MIT, before submitting for AppStore approval?
Is it enough if I let original code with it's comments untouched or do I need to include a readme file where I describe that I used "xyz's framekwork under licence abc" or something like that?
Hi All,
I build my app with distribution profile. Every thing goes fine except one warning,
warning: 'The Validate Built Product build setting was not enabled when building for Distribution.'
I find it on Google but get nothing.
Is this warning affect my distribution build.?
Can some one explains what that warning means.?
I followed all steps mentioned at developer portal.
Thanks In Advance.
Does anyone know if there's a way to access past app installs via the sdk? I want to be able to get a list of all the apps users have downloaded from the Market.
Hi,
I have an MVC 1.0 app just setup but it only shows the Index.aspx page
of Home.
Seems like the routing engine is not being engaged.
I get a 404 error when i try to browse other pages.
Any ideas why this might be?
Malcolm
I have a free app published in Android market. I have lost the certificate used to sign the current version but I want to publish an updated version. Android market refuses to accept my upgrade because it is signed by a new certificate. I realize the users will have to uninstall the current version to get the upgrade but it's not clear how to get the updated version into the market so that the current users will find it.
What are my options?
Thanks,
John
I've built an app/widget with ADT/Eclipse that I need to sync with a PC.
It's my own data types, and not calendar/contact items.
Is it possible at all? If so, how?
Hi
i had created table with primarykey{groupname} in google app engine datastore as follows,
//---------------coding-----------//
@Entity
@Table(name="Groups", schema="PUBLIC")
public class Creategroup {
@Id
private String groupname;
@Basic
private String groupid;
.
.
.
}
My doubt is I wnat to set groupname and groupid both as primary key is it possible.how ?
Guide me
thanks in advance
I want to change the app index page so I add help text to the models themselves, e.g. under each model I want to add help text. I know that I should override AdminSite.app_index. What is the best way to do this?
Hi,
I have a few labels on my first Ipad App.
How to make them rotating?
When I rotate the IPad, the Label is still the same position as before, it dowsn't rotate with.