Questions tagged [amazon-mobile-analytics]

Use this tag for questions related to Amazon Mobile Analytics, where you can measure app usage and app revenue. By tracking key trends such as new vs. returning users, app revenue, user retention, and custom in-app behavior events, you can make data-driven decisions to increase engagement and monetization for your app.

All the functionality that was previously part Amazon Mobile Analytics is now included in Amazon Pinpoint service. Just like Mobile Analytics, Pinpoint lets you measure app usage and revenue. In addition, Pinpoint extends this capability by making it easy to run targeted campaigns to drive user engagement in mobile apps. Amazon Pinpoint helps you understand user behavior, define which users to target, determine which messages to send, schedule the best time to deliver the messages, and then track the results of your campaign.

Useful Links:

  1. Getting started
  2. Documentation
28 questions
6
votes
5 answers

Runtime error: dyld: Library not loaded: @rpath/AWSCore.framework/AWSCore

I'm using AWS Mobile Analytics for iOS (2.2.3). After running pod update, I'm getting the following error when trying to run MyApp on a physical device: dyld: Library not loaded: @rpath/AWSCore.framework/AWSCore Referenced from:…
Albert Bori
  • 9,832
  • 10
  • 51
  • 78
5
votes
1 answer

What's the difference with Pinpoint connected to Kinesis vs. mobile app directly streaming to Kinesis?

I'm researching AWS services related to mobile analytics as we are using AWS as our backend infra and now would like to understand how to best utilize Pinpoint and/or Kinesis to end up with events stored in S3 for later analytics. Pinpoint offers…
4
votes
3 answers

cognito - Access to Identity is forbidden

I am trying to understand amazon cognito and trying list contents of S3 folder after login through facebook. Face book login works fine. When I tap test button (cmdTestS3Tapped) it throws the following error. I included…
3
votes
2 answers

AWS Mobile Analytics Enviornment

I'm implementing AWS Mobile Analytics on an app with two environments, beta and production. It's working well with the auto export configuration S3 + Redshift but I have a doubt about the environment data split. Should I have another Mobile…
3
votes
1 answer

Using Amazon Mobile Analytics without configuring Amazon Cognito

Compared to competing analytics services, Amazon Mobile Analytics appear to require many more configuration and integration steps. For example, in Flurry Analytics, the setup is pretty simple: [Flurry startSession:@""]; [Flurry…
2
votes
1 answer

How do I create custom charts tracking metrics in AWS Mobile Analytics?

My iOS app is creating events with a performance based metric. I see this added to the eventsFile and it also appears in the "Custom Events" tab. However, I cannot create a custom chart that lets me track these metrics. Is this possible, and if so,…
Scott McKenzie
  • 16,052
  • 8
  • 45
  • 70
2
votes
1 answer

Populate AWS Mobile Analytics Revenue graph

I'm working on a proof of concept android application that uses AWS Mobile Analytics to track sessions and events in the app. I'm able to pause and resume sessions, and create custom events, and everything reflects in the corresponding graphs as…
1
vote
0 answers

AWS MobileAnalyticsManager access to folder 'AWS Mobile Services\M4SP' is denied

I am trying to add the AWSSDK DLL into my C# code to collect my event data and pass the data to the AWS bucket. My C# code is created with VS Share point template. The project contains WSP files. The following code indicates how I use the AWSSDK…
NaNa
  • 11
  • 1
1
vote
2 answers

How to delete / remove an app from Amazon Mobile Analytics?

I have an app in Amazon Mobile Analytics, but I want to remove it from my managed apps, I've read the documentation and there is no option to do it. Can you please help me?
1
vote
1 answer

AWS Mobile Analytics using Cognito Developer Authentication

How should I configure the defaultServiceConfiguration, if... I'm using a custom identity provider to authenticate registered users via Cognito. (I don't care who it is until the user is registered to our service with user/password) I want to use…
1
vote
3 answers

How to change the identity pool id of an App in Amazon Mobile Analytics console

I have already set up Amazon's S3 and DynamoDB in an iPhone App so I have Cognito going and an identity pool with the proper roles / policies set up. I am now trying to also use the Analytics, but cannot work it out. I have set up an app in Mobile…
darbid
  • 2,545
  • 23
  • 55
1
vote
2 answers

Configuring Amazon Mobile Analytics and AWS Cognito in my iOS app raise some exception linked with IAM

Here is the error I get: AWSiOSSDKv2 [Error] AWSMobileAnalyticsDefaultDeliveryClient.m line:282 | -[AWSMobileAnalyticsDefaultDeliveryClient submitEvents:andUpdatePolicies:] | Unable to successfully deliver events to server. Response code: 0.…
AsTeR
  • 7,247
  • 14
  • 60
  • 99
1
vote
2 answers

AWS Mobile Analytics Unity SDK

Does anyone know of a Unity SDK for AWS Mobile Analytics? Has anyone had success integrating AWS Mobile Analyics & a Unity application? There is sparse information about the service and the support email is extremely slow to respond.
0
votes
1 answer

Having trouble sharing Amplify based application to teammate

I integrated pinpoint analytics into one of our Android apps. (by following the GettingStarted guide [https://aws-amplify.github.io/docs/android/start] ). I added a few events and they got submitted successfully to pinpoint console after deploying…
nikel
  • 3,402
  • 11
  • 45
  • 71
0
votes
1 answer

AWS Mobile Analytics event submit

I'm currently making use of the JS SDK of Amazon Mobile Analytics. Setup is working fine, but custom event logging doesn't seem to be working. I'm getting the proper response: Object {eventType: "'iPhone'", timestamp: "2018-04-09T06:27:01.567Z",…
1
2