Questions tagged [distriqt]

distriqt is a development studio which provides a bunch of air native extensions.

distriqt is a full-service digital development studio based in Australia.

Specialising in creating innovative, interactive digital solutions, providing services for direct clients and agencies.

They develop a large collection of native extensions and plugins for AIR and Unity.

Official page: http://distriqt.com/

45 questions
0
votes
1 answer

Using Air ANE com.distriqt.Share on Android I get the message "No App can perform this action"

Using Air ANE com.distriqt.Share on Android I get the message "No App can perform this action" when using the method Share.service.share("shareText", image.bitmapData, "url", options); It seems, that the bitmapData is causing this, as using the…
0
votes
1 answer

Distriqt PushNotification event NOTIFICATION_SELECTED won't fire (VERSION = 6)

Distriqt PushNotification version 6.0.029 I use PushNotificationsHelper in the example folder, there are few issues as below: For initialize PushNotifications.isSupported return true, but once I call register and it return false again. I ending up…
0
votes
1 answer

Distriqt push notification icon at status bar remain white at Android 5

Andorid 5 take 96px icon as default for status bar and until it is not white + aplha changel it wont display it. But 96px icon is also used for main application icon. How can I set this status bar icon to custom one? how it look like
0
votes
1 answer

Can district ziputils ANE zip files/folders?

wondering if the district ziputils ANE can be used to zip files/folder, not just unzip them thanks
dwitz
  • 1,231
  • 3
  • 12
  • 16
0
votes
1 answer

Setting body in iOS notifications seems to have no affect

We are using the Notifications ANE from 6/19/2016. I'm trying to understand how "body" plays into iOS notifications with the ANE. If I do: setAlert("My AlertText") setTitle("My Title Text") setBody("My Body Text") On Android, I see all 3 and works…
0
votes
0 answers

Need information about manifest xml setting for GameService.ane from distriqt

Is anybody know how to get these infos: YOUR_APPLICATION_IDENTIFIER CONTAINER_IDENTIFIER KEYCHAIN_ACCESS_GROUPS YOUR_BUNDLE_ID YOUR_GOOGLE_PLAYSERVICES_CLIENTID for iOS manifest file (adobe air app) Link to sample here
Alex
  • 1
  • 1
0
votes
0 answers

application stopped working with GameServices.ane

I try to use GameServices.ane (distriqt) and when reach signIn point application stop working. Maybe some one know how to resolve this issue?
Alex
  • 1
  • 1
0
votes
1 answer

How to make Native Web View disappear?

Basically, I need to set a visible property, or just call a hide() method to make it invisible in the screen, is there any way to do that?.
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

Testing iOS: Calling init() the first time an app is opened triggers 2 PURCHASE_CANCELLED events

The ios user account password pops up also. This doesn't happen if called again while app is still opened, but repeats if app is closed and reopened. Thanks
Red Aphid
  • 1
  • 1
0
votes
1 answer

Can I skin the Activity Dialog to have a custom animation?

as explained in the title I would like to know if I can set a custom animation and/or background for the Activity Dialog. I don't find in your documentation any information regarding this... and further than that I have problems setting the Theme...…
GV3
  • 491
  • 3
  • 16
0
votes
1 answer

distriqt pushnotifications isSupported return false ( version = 3 )

I get at Android device (Len. P70, Android.v 5.1) isSupported false. Manifest xml should be ok. iOS device works fine. Latest pushnotifications ANE downloaded (###### 2016.03.28 Updated) Any idea why?
0
votes
1 answer

distriqt compass isSupported false

I bought the Compass ANE from distriqt and in my mobile ( BLU life 8 XL, android 4.4 ) get Compass.isSupported false. Somebody try this ANE before? why I get unsupported?
0
votes
1 answer

Why do HM-10 peripheral characteristic FFE1 properties not include writeWithoutResponse when queried via distriqt BluetoothLE ANE?

I am developing with Apache Flex 4.15, Adobe AIR, distriqt BluetoothLE ANE, iPhone4S, Arduino and the HM-10 Bluetooth LE module. When I test the HM-10 with the LightBlue app, it shows the expected single service (uuid FFE0) with a single…
jgomes
  • 3
  • 4
0
votes
1 answer

AIR 3rd party dependency required to have universal iOS libraries

Not much of an iOS developer here, but we are unable to build using Flash Builder. The message clearly points out to a 3rd party library dependency called com.distriqt.PushNotifications, but we are not sure how to investigate the problem, or what to…
Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165
0
votes
2 answers

Distriqt Push Notification Extension: How to know if user has not allowed PNs on first application run?

I'm using Distriqt Push Notifications Extension and I can't get it working correctly if the user does not allow PNs on first run: the application ends registering the user because it states that PNs are enabled and available. I do the following: if…
Lasneyx
  • 2,110
  • 2
  • 17
  • 21