Playkia

Results 10 issues of Playkia

## Problem Description With the use of decompilers, our SWF's from android apks are exposing precious code and game design/business logics to our competitors and amateur developers. We need a...

Feature

## Problem Description our iOS app compiled with the latest AIR sdk is crashing randomly while using it * AIR version 50.2.4.2 * iOS, all devices This is what I...

Bug

Hello, I am getting the following error : ``` Exception in thread "main" No such package BaseScreenNavigator at ax3.TypedTree.getPackage(src/ax3/TypedTree.hx:18) at ax3.TypedTree.getDecl(src/ax3/TypedTree.hx:27) at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:521) at ax3.Typer.resolveType(src/ax3/Typer.hx:509) at ax3.Typer$Typer_resolveType.invoke(src/ax3/Typer.hx) at ax3.Typer$Typer_resolveType.invoke(src/ax3/Typer.hx) at...

Why am I getting this error while updating apm ? ``` CONFLICT :: fatal error : found [2] conflicting packages CONFLICT :: com.distriqt.Adverts CONFLICT :: ├── 15.0.0 CONFLICT :: └──...

I get this error every time, open a Haxe project : ``` java.lang.RuntimeException: java.lang.IllegalStateException: @NotNull method com/intellij/plugins/haxe/haxelib/HaxeLibrary.getVersionString must not return null at com.intellij.openapi.application.impl.LaterInvocator.invokeAndWait(LaterInvocator.java:131) at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:471) at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:490) at com.intellij.plugins.haxe.haxelib.HaxelibProjectUpdater.doWriteAction(HaxelibProjectUpdater.java:1068) at...

https://github.com/treefortress/SoundAS/blob/3005aa504b050aebd6de5e9f7b02cf393c36c625/lib/src/treefortress/sound/SoundManager.as#L338C5-L338C33 it should be `sound.volume = value;`

I just updated a project after a long time but was unable to generate the app descriptor ``` apm generate app-descriptor Android package name: air.com.company.appname ✗ Android manifest merge generate/app-descriptor...

I just updated the AIR sdk to `51.1.1.3` from `51.0.1.4` and now I am getting error` unknown configuration variable 'compiler.float'` while trying to compile the build. Previously with `51.0.1.4` i...

Bug

### Expected behaviour ### Actual behaviour ### Steps to reproduce Step 1 : add `go.property("_health" , 100)` Step 2 : delete `health` - > `go.property("_" , 100)` -> Editor throws...

bug
editor

After updating the apm and anes, when compiling the iOS build i am getting the following error : ` error 103: application.iPhone.deploymentTarget is an unexpected element/attribute` in the app xml...