How can I get access to Vodapay for testing purposes as a developer? - vodapay-miniprogram

I am a developer working on the mini programs platform. I need access to the Vodapay app but I cannot find it on both the app store for iOS and the play store for Android. How can I get access to the app?

The app is scheduled to launch sometime in August, that is why it is not available on the app store or google play store. To get access to the test version of the app, send an email to miniprogramsupport#vodacom.co.za . You will need to provide the following:
Name
Surname
Mini program you are working on
Platform you want access to: (For iOS, send associated apple ID, for Android, send email address used on google account found on the device)

Related

Google Play Rejection when using Sign In With Google OneTapClient - Cannot find a matching credential

My app is designed to exclusively use Sign In With Google. That is, if user can't sign in with their Google Credentials, they can't use the app.
The app has been live for a few months with numerous users using it.
Now publishing an internal track update today I received a rejection.
When inspecting supplied screenshot, I saw that Google reviewer (tester?) got an ApiException with statusCode 16 aka Cannot find a matching credential..
This error only happens if the signing keys are invalid (which is not the case as all my testers and live users are using the app just fine) or if you do not have GMS installed/running on the device (for example Huawei phone or Samsung Remote Test Lab).
When I have previously provided instructions for the testers, I have supplied the words Use Sign In with Google in both username and password assuming they can find an account (in fact the same strategy is working with Apple for the iOS version of the App for the past 1.5 years.). I have now registered a gmail account for them and updated username and password and submitted an appeal.
However, in all Google's materials the use case of exclusively using Sign In With Google is not covered. They talk about MFA, providing persistent non-expiring credentials, etc, but nothing about what to do if user can't use the app without their own sign in.
What is the best way to talk to someone at Google for it?

how to use apple push notifications using ios calendars built-in app and without an app

I have a client that created a custom mail server that has the calendars feature and wants the users to be able to sync their calendars in iOS Calendars built-in app.
I do not know how do this using the built-in iOS Calendars App.
I tried to setup in the Apple Development Account an app that use the Apple Push Notifications service but it looks like I have to create an application.
I didn't find any information on web.
Any suggestion where to start?
Thank you.
The "native" protocol for the iOS Calendars app is CalDAV. So what you really want is to have your server implement https://www.rfc-editor.org/rfc/rfc4791
The Calconnect Developer's guide is a good source of information for such a project: https://devguide.calconnect.org/Table-of-Contents
It lists some server side libraries that you probably want to build your implementation on top of: https://devguide.calconnect.org/CalDAV/libraries/

Get the list of users who download an apps from google play store and app store

Is there anyway to get a list of users who download certain app on google play store or app store whether the app is belong to me (I am the owner) or not?
Please advise
For the Apple App Store you don't get any sales-related information that could identify your customers (i.e. Apple ID). You can only verify that someone purchased your app.
Source:
https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Introduction.html

SMS Link for Mobile APP Download

We have developed mobile apps having invite friends option. This functionality has option to send SMS to a friend for invite. We have the phone number and the name of the user to whom invite is to be sent and no device info. I want to create a generic link on clicking which should redirect user to play store app link if the device is Android and to app store app link if device is IOS. Solutions that I have thought of are as below:
Deploy a web page having javascript which detects the device OS
(browser can do that) and then redirect user further to appropriate
store.
Redirecting the user to the website of the app where there are links to both the stores.
Except the above two is there a way that I can create a generic link in SMS redirect the user directly to appropriate store?

Receipt validation issue in App Purchases Mac Store "Receipt validation should be presented..."

My applications uses the Store Kit API to purchases in app purchases. I am getting the following store rejection issue, has anyone ever encountered this?
2.3 Apps that do not perform as advertised by the developer will be rejected
The app is not using the Store Kit API properly. The application needs to use receipt validation in order for Store Kit to properly
process In App Purchases.
I inquired further and they said:
Receipt validation should be presented on launch of the app.
Anyone have any idea what the issue is?
See the following:
Mac App Store Receipt Validation Code?
This app is helpful as well but to pricy IMO:
http://receigen.etiemble.com/

Resources