We designed 45 Pages PDF documentation which will guide you through complete Reskinning process and the Art Assets Sizes and naming. It is included inside the package.
Game is very easy to customize. Check the complete details below.
Replace App name, App link, In-App purchase Ids, and 3 Ad networks Ids
(Revmob, Chartboost, Flurry), Game center Id's, Facebook, Twitter & Email text in "Constants.h" file.
Code Sample :
#define LEADERBOARD_ID_SEC30 @"30Secs"
#define LEADERBOARD_ID_SEC60 @"60Secs"
#define LEADERBOARD_ID_SEC90 @"90Secs"
#define LEADERBOARD_ID_QUICK @"QuickplayScore"
#define AppId @"905886473"
#define APP_URL @"https://itunes.apple.com/us/app/cricket-master-blaster-mania/id905886473?ls=1&mt=8"
#define APP_NAME @"Cricket Mania"
#define SHARE_TEXT @"Awesome Cricket game. I am in love with this game."
#define REVMOB_ID @"53df906b71f642b406b1d4c0"
#define CHARTBOOST_ID @"53df91431873da4e8b2c1923"
#define CHARTBOOST_SIGNATURE @"bdd496b430bee0dfd01e6405bcaee1ee595f9271"
#define FLURRY_ID @"34Z85S3RF5JHFWVMWMGR"
#define FLURRY_SPACENAME @"Cricket - Master Blaster Mania"
#define UNLOCKALL_ID @"UNLOCKALLBATSMAN"
#define UNLOCKCHAR2_ID @"AUSTRALIANPLAYER"
#define UNLOCKCHAR3_ID @"SOUTHAFRICAPLAYER"
#define UNLOCKCHAR4_ID @"WESTINDIESPLAYER"
#define UNLOCKCHAR5_ID @"ENGLANDPLAYER"
#define REMOVEADS_ID @"REMOVEADS"
Replace Applovin Ad Id in "info.plist" file.
Replace your available App/Game links in "MoreGameScene.m" file. This is for Cross promotion of your available games in App Store.
Code Sample :
-(void)setupMoreGames
{
CCButton* item1 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp1%@.png",isiPad]]];
item1.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/jigsaw-bundle-for-kids-fun/id899976661?ls=1&mt=8"]];
};
CCButton* item2 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp2%@.png",isiPad]]];
item2.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/easter-coloring-pro-paint/id857602156?mt=8"]];
};
CCButton* item3 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp3%@.png",isiPad]]];
item3.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/coloring-bundle-for-kids-paint/id845967568?mt=8"]];
};
CCButton* item4 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp4%@.png",isiPad]]];
item4.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/activity-bundle-for-kids-paint/id818447885?mt=8"]];
};
CCButton* item5 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp5%@.png",isiPad]]];
item5.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/matching-blocks-friends-fun/id775755191?mt=8"]];
};
CCButton* item6 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp6%@.png",isiPad]]];
item3.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/stickonpic-pro/id791111045?mt=8"]];
};
CCButton* item7 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp7%@.png",isiPad]]];
item7.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/anitrek-coloring-pro/id673575700?mt=8"]];
};
CCButton* item8 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp8%@.png",isiPad]]];
item8.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/skully-scores-hd/id599516654?mt=8"]];
};
CCButton* item9 = [CCButton buttonWithTitle:@"" spriteFrame:[CCSpriteFrame frameWithImageNamed:[NSString stringWithFormat:@"moreApp9%@.png",isiPad]]];
item9.block = ^(id sender)
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://itunes.apple.com/us/app/sliding-sleighs/id587554570?mt=8"]];
};