|
Hi,
In the home page of my iphone app, there is a button added. When that button is clicked some other iphone app needs to be opened in a new viewcontroller (with out closing the parent app).There will be a back button on this view controller. When the...
Started by Raja Marimuthu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Or like Nithin said: this functionality.
According to apples into you're app and have both get and save data to the same server...
Another iPhone app via a URL (see here and here ), but this will close your app.
|
|
I used this technique , but it appears to not work anymore in 3.0. In the simulator at least, my app opens Safari, and then there is a visible redirect, but then I get a message that there has been too many redirects. Any fix?
Started by bpapa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead?
Have you tried this on the device? There is no App Store application on the Simulator for the App Store work just fine under 3.0 on the actual devices..
|
|
Hi,
I have two version of apps with lite and paid. I have another apps also but no one is approved yet. I want to give my all the apps link in my life version and all the apps are not approved yet.
So how can i give apps store link in my apps for another...
Started by iphone dev on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
This also has the advantage that I could easily replace the App Store link by a custom "Why you should buy this" page if I feel that to be more_app_name
Try it out
http://www.....
Approved, point to the corresponding App Store link.
|
Ask your Facebook Friends
|
For free/educational/non-profit Google Apps/GMail users, there is cap of 10 Google App Engine apps to be created. If I buy Google Apps plan for business, how many Google App Engine apps I can get per account?
Started by Viet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't believe Google Apps for your Domain accounts include Google App.
With Google to make sure.
|
|
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich connects to a Bussiness Object server and executes and prints reports. This is...
Started by Telcontar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The only gotcha with this log in model is that the Universe Connection... .
The closest I have seen/created is to use the shared secret (ITrustedPrincipal) mechanism to authenticate the user against secEnterprise without knowing the true password of the user .
|
|
When you are using Xcode to make an iPhone app, how do you change the app's icon? Right now my icon for my app is just plain white.
Started by Aidan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then open the .plist file that is included in your project and edit the value for the key "Icon File" to match the name of the icon you provided ( CFBundleIconFile is the actual key, but ... .
Create a 57x57 PNG file and import it into your project bundle .
|
|
Hi,
example i want to make an app have listbox, and an custom dll which i can use on second app.
the first app is running always and listening for the second app, as soon as the dll function return value on second app , it will return value to the 1st...
Started by Rick on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://stackoverflow.com/questions/50153/interprocess-communication-for-windows-in-c-net-2-0
You can also use a socket using the loopback ip address 127.0.0.1 which is easier to understand than IPC, but not... .
This is called Inter-Process Communication.
|
|
I have an app I am offering for free for now. At some point, I want to be able to change it to a pay app.
The market doesn't allow a free app to become for-pay and doesn't allow for-pay apps to be priced at 0$.
So is it possible to just delete the original...
Started by watcherFR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You might want to take a look at section....
I would really hate to lose all of that.
And (perhaps even bigger), you'll reset all ranking, reviews, and comments to nothing .
But your users won't be notified (which you've already said is ok) .
Yes, it's possible.
|
|
My team and I have an app which we're going to be submitting to the store pretty soon, but we know that we'll be selling the app to another company in the near future. Does anyone have any experience with moving an app's ownership to another account?
...
Started by kfitzpatrick on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If it has a ....
Why not just sell the app to a customer before will be tied to your account.
I think the app (people paying you instead of your customer).
As far as I know there is no way to transfer apps to a different user/company.
|
|
Is that somehow possible to access one datastore? Or access one app from different domains.
Started by dynback.com on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As for domains, you can associate your app with domains managed by Google Apps version of an app....
It seems with Google vote for it.
Every app has its own datastore and memcache (shared among all versions of that app).
|