AWS Pinpoint Push Notifications and Apple Tracking Transparency - ios

I have a short question - I am using AWS Pinpoint for push notification delivery in my React Native App that I am currently developing. Can I use Pinpoint for push notification delivery even if the user denies 3rd party tracking on iOS (Apple Tracking Transparency)? I mean I would solely want to use Pinpoint for delivering the pushs but Pinpoint is indeed also a tracking tool…
Would love to hear your thoughts.
Thanks and best regards
The Smart Home Maker

Ok after more thoroughly studying the Apple App Tracking Transparency guidelines I see that if I only use tracking for myself but do not share information with other apps or websites, it is still allowed to track so there should also be no problem using AWS Pinpoint for push notification delivery even if the user declines app tracking.

Related

Apple Push Notifications services (APNS) with Twitter trigger

I would like to send a remote notification to my iOS app whenever I tweet from my Twitter account. How do I go about this?
I know how to code for iOS but do not know anything related to server-side coding, so specific instructions would be very helpful :)
I have seen there is a paid service PushWoosh that has this functionality, but I don't want to pay $40/month for something I cannot customize.

What are the differences between Rich Push Notification and Simple Push Notification?

Please explain what are the major differences between Rich Push Notification and Simple Push Notification? And want to know which one is better?
Rich push notifications have been one of the most-anticipated features of iOS 10. Apple rarely makes an update to iOS that involves perks for both end-users and marketers.
With rich push notifications, marketers will be able to communicate with mobile app audiences in a more creative and interactive way, using photos, audio, and video.
Apple is revamping its notification system on multiple fronts, from the way these notifications are presented to the way users respond. To get a jump on the iOS 10 launch, mobile marketers and app development agencies need to align engineers, creatives, and analysts.
Here’s a break down of the new powerful features and recommendations for adoption.

How it really is... 5.6 Apps cannot use Push Notifications to send advertising, promotions, or direct marketing of any kind?

Yes,
This rule clearly states that any advertising or marketing activity by Push Notification could cost your a ban in App Store.
So how about Groupon and other special offer focused apps? Each day I receive notifications from Groupon with clear marketing content, and when I open it I'm redirected into the view with big "Buy" button (Btw. do you know any other live apps using push in similar way? I mean not exact Groupon-clone apps).
Ofcourse user need to have a choice if he wants to receive such notifications or not, and from who (like in Groupon you can choose subscribed cities), privacy policy need to clearly state what kind of notifications user will receive. Maybe the frequency of notifications does matter (1 per day for Groupon)?
Ok lets get back to the point of my question:
Whats the receipe for such app which explicitly bends the 5.6 rule to stays up and running in App Store?
Have you ever trying to submit similar application?
App reviews rules are not strict, since Groupon is just that, an advertisement platform, an app is expected to send these kind of push notification.
But if, for example, the Facebook app would be using push notification to tell there users to download some other app the rulle 5.6 will come in to play.
But just that some other app got approved does in no way mean that you app will, even if it has the same functionality. So the answer you are seeking for will not do you any good, since even if someone got there app approved will not mean you will get it approved.

How do I add a free subscription to a NewsStand app

I want to add free subscriptions to a newsstand app i've been working on, the only problem I can find out how to do this is from this guide. However as helpful as that is you have to use urban airship, where it cost $0.10 per subscribe, so for a free app, it'd be costing me, which i couldn't afford to do every month.
Are there any other ways;
How would i set up a server my self?
Would it be the same for any IAP stuff?
Thank you in advance.
Apple requires that Newsstand apps offer its contens using iTunes managed subscriptions. This means you have to run a server that hosts the Newsstand content, which won't be free.
Your only alternative is to release your app as a non-Newsstand app, build the content into your app, and release an App Store update when it's time for a new issue. This isn't ideal as only Newsstand apps have background downloading.
So... get some funding, or find someone else with a Newsstand app who will host your content for free :)
I'm in the same boat. Right now I'm considering using the JavaPNS API to send push notifications. (Local notifications wont work since they don't wake up the app when its not active).
As far as hosting goes... for some unknown reason Google AppEngine does not support JavaPNS.
I'm thinking about writing a JavaPNS program and running it on my own laptop daily to send out push notifications.
The only thing I have yet to figure out is how to get a list of users who have subscribed to my app. If the user must register the device token with my server then that means my server will have to be running all the time, which I cant do. Man I hope I don't have to use urban airship.
There should be a free way to do this. Hopefully we can figure this out...

Apple Push Notification Service Statistics(apns)

Is it possible to find information about Apple Push Notification Service usage?
How many people are using, and how many people are declining them?
Or maybe, somebody already has this sort of information?
Apple does not provide a lot of information about how many users actually accept/decline push notifications but you can get a good idea of what's going on by comparing the number of total installs and the number of valid push notification tokens you have ( I'm assuming that since you are interested in analytics you already have a Push server set up ) Push notification tokens are only generated if a user accepts.
If you need more information about the actual push notifications, you'll need to get your hands dirty and actually add tracking code in the application. If you're looking for something free try Google Analytics for iOS with Custom Event Tracking: https://developers.google.com/analytics/devguides/collection/ios/v2/events
Urban Airship also provides a pretty good analytics service, but you have to be using their push notification server: http://urbanairship.com/products/push-messaging#analyze

Resources