
Search In
For your iOS application if you want to check Push Notification status then you can check it by using the below code:-
in iOS 7
UIRemoteNotificationType types = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
if (types == UIRemo
Kotlin is a cross-platform programming language that is supported by Google for Android app development launched in Feb 2016. It is declared as an official language for Android by Google. This language is designed to work reliably with JAVA language.
Show activity Indicator before image loads using SDWebImage SDK.
UIView *myView;
UIImageView *imgView;
UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
[indic
If you are planning to buy an iPhone, this year, the company-launched device can see the iPhone 8 Plus. Apple iPhone 8 Plus is equipped with many special features. But before that it is important to know how much this device is in use, how
Hello Readers,
In order to share text or links from the application, you may use UIActivityViewController . This is an easy way to share from within the application.
NSString *textToShare = @"text you would like to share"
NSURL *ourAppS
Reddit, which is the largest traffic source, may appear a little confusing to a new user. As Reddit has a very large community, there are some latest jargons evolving from time to time. So, I came up with Some most important lingo jargon on Reddit.
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on send push notification on iPhone in CakePHP 2.0.
Push notification is basically used for sending messages on mobiles. It pops up on a mobile device.
If you are app publishers an
If you need login device type, model and version of an iOS device, then use below code.
You'll have to import below file first then:-
// #import `<`sys/utsname.h>
NSString* deviceName()
{
struct utsname systemInfo;
uname(&system
Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound.Code for Android ,Iphone API push notification is given below by using urban airship
Android Push Notificatio
The following code will help you to create your twitter account in your iPhone through coding. Also please note this code will only run in ios7 or later.
-(void)createTwitterAccount{
ACAccountStore *store = [[ACAccountStore alloc]init];
A