in-app

iPhone - in-app purchase testing for failure

佐手、 提交于 2020-01-03 02:56:15
问题 Apple states that all apps using in-app purchases have to put this [[SKPaymentQueue defaultQueue] addTransactionObserver:self.observer]; at the beginning of the app to handle for any successful sale that for some reason the device has not received the confirmation to release the content. I am trying to test this, trying to call the phone when it is about to finish the transaction, quitting the application or stopping Xcode before the transaction finish, but for some reason, even when I quit

How do we verify Windows 8 in-app billing receipt on the server side?

五迷三道 提交于 2020-01-01 03:39:10
问题 I am currently implementing in-app purchases in an app that I am working for Windows 8. After reading the documentation: Request the license Information for the app: msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.store.licenseinformation.aspx This tells you if the app is trial or not, and the list of products bought using in-app. To perform a purchase you need to use the objects: CurrentApp: In live environment. This will only work when the app is APPROVED in the store

iOS - Integrating credit card payments

我只是一个虾纸丫 提交于 2019-12-28 03:30:28
问题 I'm aware that we can integrate in-app purchases with storekit. but i want to integrate payments using credit card. will apple allow to integrate such libraries? Are there any such libraries available where users can use their credit card for payment of products with in my app? 回答1: Depending on what users are purchasing*, you should be just fine accepting payments in your app. Instead of trying to incorporate some type of payment library into the app I would recommend using a payment API

Open facebook login screen in personal App and not in device browser

徘徊边缘 提交于 2019-12-22 09:47:23
问题 When Facebook app are installed on device and i am not log in. My own app opens facebook app when click on facebook login button.and if i am login on facebook app, my own app takes login details from facebook app and let me use login info. When i don't have facebook app installed on device, first time when i click on facebook login button in my own app it open facebook login page on default device browser and save my login credentials for next time. when next time i try to login it directly

Android In-app purchase: While purchasing got network failed popup but purchase has been completed got an email

核能气质少年 提交于 2019-12-22 01:00:40
问题 I am getting a weird issue from the in-app purchase IInAppBillingService version 3 since 1 week ago. Below are the steps what I had followed: Note: I followed these steps because few of my users got same network issue but purchase has been completed. But app still showing Buy button for that product. So to replicate the issue I had to follow these steps. Installed the debuggable signed APK over the play store version. Clicked on item to buy Opened the play store popup with Buy button. Clicked

AlarmManager is not triggered when App is closed

南笙酒味 提交于 2019-12-21 06:29:17
问题 I have some in-App notification to show to users at a specific time but nothing is shown when the App is closed. Setting alarm: Intent alarmIntent = new Intent(mMotherActivity, ReminderAlarmManager.class); if (ReminderNotificationType.CHANGE_LENS.equals(notificationType)) { alarmIntent.putExtra("NOTIFICATION_TYPE", "REMINDER"); } else { alarmIntent.putExtra("NOTIFICATION_TYPE", "ORDER"); } long scTime = alarmDate.getTime(); PendingIntent pendingIntent = PendingIntent.getBroadcast

AlarmManager is not triggered when App is closed

谁说胖子不能爱 提交于 2019-12-21 06:29:08
问题 I have some in-App notification to show to users at a specific time but nothing is shown when the App is closed. Setting alarm: Intent alarmIntent = new Intent(mMotherActivity, ReminderAlarmManager.class); if (ReminderNotificationType.CHANGE_LENS.equals(notificationType)) { alarmIntent.putExtra("NOTIFICATION_TYPE", "REMINDER"); } else { alarmIntent.putExtra("NOTIFICATION_TYPE", "ORDER"); } long scTime = alarmDate.getTime(); PendingIntent pendingIntent = PendingIntent.getBroadcast

Can we change price for In app Billing product play store

随声附和 提交于 2019-12-13 13:32:22
问题 I have integrated In app billing in my app. But I couldn't find If I can change price for a product or not after publishing my app ? I found that we can not change price for subscription product. But couldn't find anything for Managed product. Can I change product price after publishing an app or not ? If yes then How long it will take to affect throughout the Play store. If there is google document related to this and you post a link then it would be great. Thanks in advance. 回答1: From the

ios in app purchase testing - agreements, tax, banking setup required?

别说谁变了你拦得住时间么 提交于 2019-12-12 13:09:05
问题 i am new to iOS and am building an app that has in-app purchase. The app is not yet ready(not in app store) and i am trying to test in-app purchase. I have created the products in iTunes Connect as per the documentation, however, everytime i try to get the list of products from my app, it's always showing up in invalid product identifiers. I did not setup agreements, tax and banking yet and am not sure if this is required even to test in-app purchase? THanks 来源: https://stackoverflow.com

MWFeedParser in-app web browser INSTEAD of safari

倖福魔咒の 提交于 2019-12-12 01:40:23
问题 So i'm using the MWFeedParser, which I think is a beautiful RSS feed app, but when clicking on a link it goes to Safari. I fear that a good portion of iPhone users are unaware of the fact that they can double-click on the iPhone's one and only button to view all open apps and go back to the RSS feed, and will thus get stuck. Therefore I'd rather use an in-app browser. In other words, currently when I click on a link from MWFeedParser it goes to Safari; I prefer it goes to an in-app browser. I