Nick Pomfret

Results 33 issues of Nick Pomfret

In testing I've had it working happily on Android 4.1. But when I deployed an alpha test to the app store it appears to have caused a java.lang.VerifyError and the...

Could the authentication mechanism be changed so that the API is more like the iOS implementation? Making my MainApplication implement IAdobeAuthClientCredentials feels like a really weird way of doing it....

I would like to be able to send low-priority _silent_ push notifications that contain only `content-available=1` and no badge, sound or alert (https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html). In order to do this the `priority`...

Is there a trick to getting this working on android? Works like a dream on IOS, but android there are a few issues: - It closes as soon as you...

Just reading the [docs](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) and I noticed that the aud URL was different (https://www.googleapis.com/oauth2/v4/token). https://github.com/Spencer-Easton/Apps-Script-GSApp-Library/blob/4d0044827e5c979e05d61306824a91214475d5a5/GSApp.gs#L111

pause (duck) existing audio when playback starts (to match android behaviour)

I've have something like the following: ```

Is is possible to use this API in a pure java (non-android) application?

Sorry, don't know if this is the right place to be asking these questions. But, are the iOS equivalents for opening the image editor that correspond to the `AdobeImageIntent.Builder`? Can...

Is it possible to have functions use a source map (like `index.js.map`) so that line number in stack traces make more sense when using TypeScript?

type: question
api: cloudfunctions
priority: p3
samples