meyer-solutions

Results 4 comments of meyer-solutions

@ddaddy I mean the Payments section, which looks like a calendar. (**not** Sales and Trends) 'provider selection' means the method name `changeToProvider` calling `/olympus/v1/session`

Thank you - I also already using my own branch. I have around 10 accounts with 2FA enabled.

No, I'm using AppSales only for my personal account and not for the customers. But Apple is choosing the first provider after the login randomly and AppSales has to change...

On Oreo, the ParsePushPluginReceiver has to be patched so the channel is set. Example: ``` Notification.Builder builder = new Notification.Builder(context); NotificationManager notificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {...