How to disable Challenge Friends Button in Games Center? - iphone

How can i disable Challenge Friends Button? Please help me!!!
Thanks...

I'm pretty sure, thats not possible.
The moment you add support for Achievements or Leader-boards to your app and that app is run on iOS 6+ "Challenges" will be available to the user.
Note, challenges are not to be confused with multiplayer, to support challenges under iOS 6 you don't need to change anything in your code ;)

Related

Adding desired Ads in iOS app

I am currently working on an app for iPhone which discourages smoking while portraying the hazards of smoking. I want to integrate ads in my app. During my research, i have come to know that iAds and Admobs are the two better choices. However, i want to display ads related to smoking (or smoking effects) only. How is it possible with any of these two? Is there any better alternative.
Regards
I think we can use content specific ads in any of the ad services for iOS. The ads come at random from the server of either of the ad networks. What you can do is put this question up to google or the specific service providers and see if they can give an appropriate solution. Most probably they would charge you for this .Its better you contact them using the following links
Google Admob Support
Or I can offer you a workaround if you want to specifically show those ads related to smoking . Make your own ads using popups and other methods and then show them in your app. Here you can add your own url and hyperlink to the sites you want .
Hope this helps :)
By doing some more search, i came up with this solution.
https://developers.google.com/mobile-ads-sdk/docs/search-ads-for-apps/

Gift Application through SKStoreProductViewController

I've seen many apps which link buttons to the SKStoreProductViewController to download a specific app or specific music. This is how it is built and looks like:
I already know that it is possible to gift you app through a link to the appstore application like HERE. Now I want to know: " Is it possible to gift your app through this controller?" I wondered because many apps use this SKStoreProductViewController to download specific apps through an ad or something similar.
I would be glad if someone know if it's possible and maybe how...
Thanks in advance.
As far as the documentation goes - you can't do that.

Twitter login without webview

In my app i have my own form for sign-in Twitter.
Is it possible login without standard webview (with popup from bottom) ??? I mean without framework which uses the most app from AppStore
Maybe some examples...
Thanks advance.
All hail WWDC: This is definitely what you want. That is, if you will use new APIs. This one only works with iOS 5.
Please remember to click the hollow check mark if this answer works for you. People are much more likely to answer your questions if you do.

iPhone app rating popup code

Does anyone know of open source code available to implement a popup to the user after so many days or so many instances of the app to prompt the user to rate and review the app on the app store?
I've seen this already with a few apps I own.
Thanks in advance for your help.
This isn't ideal, i personally find it abit ugly, but it's easy to implement and reactivates when a new version is released and more importantly works.
http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/

How do I send a very simple status update with the iPhone SDK?

I'm building an app that will allow the user to send a status update to twitter about something they have done in the app.
What is the easiest way to authenticate the user in the settings and have the app update their status when they tap a button?
Any help/ sample code is greatly appreciated.
-GVG
PHP/ iPhone SDK Developer
http://gilesvangruisen.com/
I think a lot of people use the source code from Matt Gemmell:
http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa
That should be a good starting point.