subscription

Checking google android subscriptions from server side

↘锁芯ラ 提交于 2019-12-31 23:13:08
问题 in a nutshell: Can I work with the Google Play Android Developer API from server-side without providing any app in the play store? Background: I'm working on a project which provides apps with monthly subscriptions. The coresponding data of each subscription (purchase token, date etc) gets stored in the backend database. Now I want to create a cronjob that iterates through each of these datasets.And for each subscription I'd like to contact the Google API to retrieve the information if the

“Resource not found for the segment” using Graph subscription beta

百般思念 提交于 2019-12-31 03:57:28
问题 Im using the Microsoft Graph to get calendar event with application permission. It works perfectly. Now Im trying to set up a subscription to listen to event changes however the normal v1.0 do not suport this. However beta, at least in the description, say it works. From the page: https://graph.microsoft.io/en-us/docs/api-reference/beta/api/subscription_post_subscriptions "Note: the /beta endpoint allows Application permissions as a preview feature for most resources." So I tried this with

Can I send SSRS custom subscription e-mails?

牧云@^-^@ 提交于 2019-12-29 02:08:28
问题 I need to send some e-mails containing a SSRS report to a list of persons, representing the amount of work items they have left until a certain date. What I would like to do is to send each person in the list, the customized report that reflects his progress, so my question is: can I send different reports to the persons in the list (like sending it's e-mail address as a parameter to the report), or can I only send the same report to all people in the list? Thanks! 回答1: If you do not have

Android - Play Store - Change expiration date of a subscription

痞子三分冷 提交于 2019-12-24 05:49:47
问题 I want to change the expiration date of a Subscription in my Play Store using the Play Store API . I have a Mobile App where you can buy a renewal Play Store Subscription or you can get some time for free from Promos in app. The main problem here is that if you have bought a subscription from the Play Store and you want to add time by a Promo in the application, I can't change the Renewal date of your subscription to handle this new time added into your Premium. So, the Play Store is going to

SSRS Subscription to an email group (distribution list) is not working

£可爱£侵袭症+ 提交于 2019-12-23 04:11:44
问题 In SSRS, a subscription for email IDs is working properl,y but for a group email ID it's showing following message: Delivery has failed to these recipients or groups: Group Team (groupTeam@company.com) Your message can't be delivered because delivery to this address is restricted. Diagnostic information for administrators: Generating server: CR-EX2010-CAS01.domain.ad.company.com groupTeam@company.com #550 5.7.1 RESOLVER.RST.AuthRequired; authentication required ## Original message headers:

Programmatically add subscription to SSRS reports

家住魔仙堡 提交于 2019-12-23 01:53:07
问题 On my SSRS server I have folder structure like folder1 subfolder1 report1 report2 folder2 some_other_report2 report3 folder3 report4 I want to that these reports should be copied to client machine according to the same directory structure at a given schedule. I know this can be done by individually adding subscription to each report. But I was looking for a way so that I can programmatically ( using scripting or some tool) add subscription to all the report at one go. Also, if possible, it

How many Product-ids to create for Subscription in iPhoneSDK

不打扰是莪最后的温柔 提交于 2019-12-22 10:57:44
问题 For your information, I have already implemented In-app Purchase in the application and it is working fine with Content Hosting at Apple as well as Server Model .I have logic in my app to check whether user has already downloaded the content ,if not download it using NKIssue as it is Newsstand app. Here is the my requirement for Subscription : There is one issue of the magazine published each month. What I want is for users to subscribe i.e. for 3,6,12 months, and during this time, they

How many Product-ids to create for Subscription in iPhoneSDK

依然范特西╮ 提交于 2019-12-22 10:56:34
问题 For your information, I have already implemented In-app Purchase in the application and it is working fine with Content Hosting at Apple as well as Server Model .I have logic in my app to check whether user has already downloaded the content ,if not download it using NKIssue as it is Newsstand app. Here is the my requirement for Subscription : There is one issue of the magazine published each month. What I want is for users to subscribe i.e. for 3,6,12 months, and during this time, they

How to store subscription data for Android in-app billing?

别来无恙 提交于 2019-12-22 09:55:51
问题 I'm trying to implement in-app billing, where the only thing my app sells is a monthly subscription. I've gone pretty much copied the Dungeons example that Android provides and it works, but it seems overly complicated for the one thing I have to sell (and I know I shouldn't be copying it anyway). The Dungeons example has a PurchaseDatabase class that keeps track of all of the user's purchases. Since there is only one purchase in my app, rather than having a database, it seems like it would

How to Set a Title/Description for a Subscription Calendar (webcal:// ICS file)

送分小仙女□ 提交于 2019-12-22 09:01:11
问题 I have a calendar app for which I provide subscriptions by linking client using the "webcal://" protocol. It's working quite nicely. What I'd like to know is if there is a way title it in the receiving calendar application, such as Outlook, iPhone, Google, etc? Currently, when loaded into Outlook it is displayed as the name of the web script from which it came. For instance if the script is (using ColdFusion) Create_ICS_File.cfm then Outlook shows it as "Create_ICS_File in Internet Calendars"