Home / App Templates / iOS / Games / Arcade
Fishing Madness iOS Source CodeFishing Madness iOS Source Code
Tap to screen for throw hook. Collect coins for open new characters! Collect fishes and dodge enemys!Home / App Templates / iOS / Games / Arcade
Fishing Madness iOS Source Code
Tap to screen for throw hook. Collect coins for open new characters! Collect fishes and dodge ene...1 Support questions or comments
Please login or create an account to post a question or comment.
-
Nov 17, 2018Is this app already submitted to the App Store? If so, can you give me a link, I want to try this game.
- View 1 more reply
-
Jul 25, 2019wslice32 PurchasedHi,
I found a crash bug.
Whenever catch the second fish (sometime is third,...), game crash.
The Crash log show me this line at GS_PhysicsWorld
//Recognise first body categorys
if firstBody.categoryBitMask == SettingsGameProcess.CollisionCategory.player {
hookContact(secondNode: secondBody.node as! SKSpriteNode)
}
Fatal error: Unexpectedly found nil while unwrapping an Optional value
Please fix this issue.
Thank you. -
Sep 4, 2019wslice32 PurchasedHi TapTapStudio,
is this bug above fixed?
Because I got rejected by the bug above. -
Sep 4, 2019TapTapStudio AuthorHi. sorry for delay.
I already fixed this error. Soon it's will be updated.
You can also replace this code to this:
//Recognise first body categorys
if firstBody.categoryBitMask == SettingsGameProcess.CollisionCategory.player {
//Check its nil or not
let sb = secondBody.node as? SKSpriteNode
if sb != nil {
hookContact(secondNode: sb!)
}
}
Information
Category | App Templates / iOS / Games / Arcade |
First release | 2 September 2018 |
Last update | 14 September 2020 |
Operating Systems | iOS 10.0, iOS 11.0, iOS 9.0 |
Files included | .h, .swift, build.settings |
Tags | iOS, simple, tap, buy, store, swift, ship, endless, press, catch, scale, taptap, taptapstudio, repeat |