Is there a way to programmatically activate a Facebook Like on the iTunes App Store for an app using objective-c?
I am afraid but I think you may have to use it as web view from the generated code of facebook developer: https://developers.facebook.com/docs/reference/plugins/like/
Related
I am writing an APP using Telerik App Builder. I want to have phone APP call functionality among users on APP.
Any idea/hint on how it can be achieved? do we have any API for this? The App will behave like Skype and the users can call each other? Any API/hint on this will be appreciated?
Thanks,
Vivek
Try using:
call me
This will bring up the device's native phone/dialing features (where "xxx" is the number you are calling).
I am currently making an app that recommends other apps to download on the apple app store. I assumed that the only way for users to download these linked apps was to call the iTunes URL of the particular app -> the apple app store would then open pushing the original calling app into the background -> then the user would press the download button here as per normal.
Then I was playing with the app "App Hero" and they do something I thought wasn't possible. You can actually download another app to your device without ever leaving the "App Hero" application. I thought this was impossible due to sandboxing. They have a modal segue to what appears to be an embedded app store where you can commence installation of another app. This "embedded" app store doesn't have the usual UITabBar running along the bottom but everything else is basically the same.
Does anyone have any idea how they would have achieved this? It doesn't appear to be a UIWebView, perhaps I am wrong. And is this against any of the apple regulations?
*This is no way an advertisement for "App Hero". I am genuinely impressed/confused how they are able to do this and would love this functionality in my own app if it is allowed.
The class you are looking for is called SKStoreProductViewController. Docs here.
I want to send my App request to my facebook friends in my iphone Applicaion.I get facebook friends on my table view .want send them join my app in iphone which friend i will choose in table view. Please give me suggestion. Thanks.
I would suggest using the Facebook iOS SDK. there are examples and more info there for hooking up your app to Facebook.
I want to integrate facebook fan page in my game with out leaving the game. And I also want to detect If any one like that app, I mean I want to detect "like" button pressed or not.I view this tutorial http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app But there is only instruction to add the like button,but o detection if any one tapped the button or not.
Any one help me please.Sample code or tutorial may help a lot.
Thanks in advance.
Tamanna
The Facebook API on iOS is meant to redirect the user on the Facebook app (or website when the app is missing) in order to grant access for the like itself. This needs to be done at least once.
In order to gather information about who is liking what you can set up whatever log or backend functionality to the Facebook app that you have to create to activate the like functionality on your iOS app.
What is the class or API used to popup the alert to the user for their current location access permission to the app?
When you are using core-location the app shows automatically the alert for permission. You can't disable/enable that by yourself.
Not quite sure what you're asking ... is this related to a web application? iphone? android? java? fortran? Anyway, i'll go on a limb here and think you're referring to the HTML5 GeoLocation API:
http://html5demos.com/geo
This other question may be of value to you if it's iOS and you don't want to do it once with HTML5 ...
What's the easiest way to get the current location of an iPhone?