Secret Chest Slots – Slot Machine Game Source Code Xcode 7.2 Ready!

Featured image
$399
$499
+ $549

Description

Add to wishlist

BEST NEW SLOTS GAME ON SELLMYAPP! iOS 9.2 and Xcode 7.2 Ready! Final App Store size only 62.4 MB You can view the full review of the code here explained by the creator

 

Features

Note for current customers: Attention: You will soon see an update for V2.8 and should be able to download it. It was some optimization for the game and is not neccary to upload you app unless you were already going to. When you are getting your next update ready, please include this new build. Until then, happy publishing!

This casino slots game is expertly designed to make your [Developer] life easier and take the [User] experience over the top!  Short Version: It’s fast to reskin with easy to replace files and has a final App Store size under 100 MB so you can acquire more celluar downloads = more overall downloads. You also don’t burn up as much of your users data with the initial download. Long Version (Shown at the bottom of the How to Setup and Reskin Section)

Change Log

• V2.8 Misc Optimization (Not necessary to update your game until you are planning to do an update for other reasons)
• V2.7 Text & Bonus Optimization for iPad Air 1 & 2

• V2.6 Text & Bonus Optimization for iPhone 6s Plus + Button Change

• V2.5 Minor bug fix and smoother gameplay

• V2.4 (2) Bonus Games Added & Ad SDK updates for better ad delivery

• V2.3 Optimization for iPad Pro

 

The original game is called Secret Chest Slots and is very addicting. We have spent a lot of time working on this game and later added features to make it more app template friendly. Check them out! VERSION 2.5 is LIVE! See in the store (V2.8 is waiting for review) 

 

To see the tutorial PDF, click HERE.   Compatibility and extras:

  • 64 Bit and iOS 9.1 Ready.
  • Runs Great with Xcode Version 7.1 (7B91b) *MOST RECENT
  • Use for Free and Paid Version
  • Pushwoosh integrated 
  •  Universal Design Ready (iPad / iPhone)
  • Game Center Integaration 
  •  Rate App Button

Ad Networks:

    • Applovin and Chartboost Ready
    • Interstitials setup during gameplay every 10 Spins (Changeable)
  • Interstitials from game to lobby
  • Chartboost MORE GAMES button
  • Chartboost Rewarded Videos for bonus coins that increase in value the further you get in the game.

In App Purchases:

  • (6) Coin Packs
  • (4) 2x Boosts Packs
  • (4) 3x Boosts Packs
  • (4) 4x Boosts Packs
  • (4) 5x Boosts Packs

How to Setup and Reskin

[Note See Long Version mentioned above at the bottom of this section] This app template has been organized to help you to reskin it fast and still turn out a high quality app for your fans and users! Below you will see some notes on what and where you can change. If you buy this template you will receive a link to a private video where I go step by step to reskin this app from going over the written documentation. You have the ability to easily turn off the Applovin interstitials during gameplay within the code and leave it turned ON on your Applovin Dashboard. That allows you to still use the pop interstial that you see when the FREE GAME button is pushed. IDSTOREPLACE.h file is where you can:

  • Replace Chartboost ID
  • Turn Off Applovin Interstitals (but still keeps the Free Game button on)
  • Select interstial Pop Up frequency
  • Time in between being able to watch a video ad in exchange for coins
  • Change out your app link so when they click on (Rate App) it goes to your app
  • Turn off Pushwoosh (if you don’t want to use this feature.
  • TARGETS / INFO file where you can:
  • Add your Applovin Key
  • Add your Pushwoosh ID
  • Change your Bundle Display Name (name under icon)

cfg.h file where you can:

  • Change all In App Purchase ID’s
  • Change Leaderboard ID
  • Amount of Coins the user receives after initial download
  • Amount of Coin boosts the user receives after initial download

SettingsWindows.mm file where you can:

  • Change the credits listing on the about page
  • (find by clicking settings icon, then about)

Assets to change: To make this easy the buttons within the source files are highlighted with yellow and green dots must be replaced. This includes:

  • App icon (1 image / 13 sizes / 2 locations)
  • Slot reel images (12 images / 2 sizes)
  • Main home screen lobby background (1 image / 4 sizes)
  • Main home screen slots theme icon (1 image / 4 sizes)
  • Splash screen (1 image / 4 sizes / 2 locations)
  • Loading screen (1 image / 1 size)

Just a reminder that you will receive a details PDF that explains the entire reskinning process, files you need to replace and a link to a PRIVATE VIDEO, that is a screen capture of me doing just that, reskinning the game. [LONG VERSION cont.] Many Casino Slot App Templates are designed with all PNG images that take up a TON of space and can bog down the game play experience. The reason for this is because as the game starts to run it has to “Drawl” these images individually which bogs down the game. There is a lot dead space waisted in these images because much of the pixel space inside that file is not being used. This of course varies depending on the image, but you get the point. NOT THIS TEMPLATE!! This lagging you experience in many other games is common with short pauses or freezing as you play. There is another way to do this and it’s combining many of the individual items like your slot real icons into one image or sprite sheet and the background images into their own sprites. These sprites allow you to drawl less individual images (up to 90%) to run the same game. Because you are combining many of these small random images (characters or slot real icons) into one image you can pack them close together and eliminate all the dead space around each image if they were in their own PNG file. A downside of using sprites in an app template is that some find it more complicated to replace these images and easily reskin. We took the best of both worlds:  Used sprites for images you do not have to change (User interface / menu backgrounds and buttons). Used PNGs for the images you do have to change (Slot Reel icons, splash screens, app icons). This will allow you to quickly reskin the game with your own PNGs and have the performance of game build primary with sprites. You end up with a fast and beautiful zero lag slots app template (rare) under 100 mb (very rare). If you decide to to change some of these sprites..not a problem! We will show you what free trial program to use and how to use it with a screen share video The link to this private video will be included in the documentation PDF. Thanks for taking the time to check out our Secret Chest Slots Template. If you have any questions, do not hesitate to ask. FREE UPDATES FOR LIFE!

Free Extras!

We have made some videos to help you speed up your reskin! You will get the links to these videos will be at the bottom of the Documentation PDF in the Extras section. Secret Chest Slots App Template Video 1 (General Overview) Video Duration (16:17) This video gives a general overview of the code and the files you need to change. It’s a quick view where you can find where to change your ad ID’s, IAP’s and links. —| Secret Chest Slots App Template Video 2 (Pay Tables) Video Duration (5:22) This video shows you how to change the payable images to show your new slot reel icons. We included layered PSD files and PNG’s that you can copy and paste. Both options are quick. —| Secret Chest Slots App Template Video 3 (App Background Change with Sprites / Texture Packer)  *Video Duration (9:09) This video shows you how to quickly take a PNG that you want for a main background within your game and turn into into a Sprite Sheet File (with the pvr.ccz Compression / extension). 

Chartboost Ad Setup / Rewarded Video

Please watch the video below to make sure you get everything setup correctly.

In order to ask a question you need to log in or register as a user for free.

In order to ask a question you need to log in or register as a user for free.

14 days Money back guarantee policy
Development Hours
200
Category Card
Platforms iOS 8.0.x, iOS 8.1.x, iOS 9.0.x, iOS 9.1.x, iOS 9.2.x
Frameworks Native iOS
Related search terms