Skip to content

Complete purchse methods in unity#1

Merged
mreram merged 32 commits intocafebazaar:mainfrom
manjav:main
Aug 2, 2021
Merged

Complete purchse methods in unity#1
mreram merged 32 commits intocafebazaar:mainfrom
manjav:main

Conversation

@manjav
Copy link
Copy Markdown
Contributor

@manjav manjav commented Jul 18, 2021

Connect/Disconnect
GetSkuDetails (InApp/Subscription)
Purchase/Subscrube
Consume

Copy link
Copy Markdown
Contributor

@mreram mreram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove External Dependency Manager, we will mention in our documents developers must import external dependency manager, because it will have various and updated versions.

Comment thread android/src/main/java/com/farsitel/bazaar/PaymentActivity.kt
Comment thread android/src/main/java/com/farsitel/bazaar/PaymentActivity.kt
Comment thread android/src/main/java/com/farsitel/bazaar/callback/SKUDetailsCallback.java Outdated
Comment thread unity/Assets/Poolakey/Demo/PoolakeyExample.cs
Comment thread unity/Assets/Poolakey/Demo/PoolakeyExample.cs Outdated
public async Task<Result<bool>> WaitForResult()
{
while (result == null)
await Task.Delay(100);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we are using 100 magic-number?

Comment thread unity/Assets/Poolakey/Scripts/Callbacks/ConsumeCallbackProxy.cs
Comment thread unity/Assets/Poolakey/Scripts/Callbacks/PaymentCallbackProxy.cs
Comment thread unity/Assets/Poolakey/Scripts/Callbacks/SKUDetailsCallbackProxy.cs Outdated
Comment thread unity/Assets/Poolakey/Scripts/Callbacks/SKUDetailsCallbackProxy.cs
@mreram
Copy link
Copy Markdown
Contributor

mreram commented Jul 20, 2021

Why did you remove the bridge library? Plugins/poolakeyunitybridge.aar

@manjav
Copy link
Copy Markdown
Contributor Author

manjav commented Jul 20, 2021

Why did you remove the bridge library? Plugins/poolakeyunitybridge.aar

poolakeyunitybridge not removed. only renamed cuase auto update task in gradle create aar in new name
I fix it .
2aea636

@mreram mreram merged commit f8e5b80 into cafebazaar:main Aug 2, 2021
@manjav
Copy link
Copy Markdown
Contributor Author

manjav commented Aug 3, 2021

Add get purchases and get subscriptions
Update to v.1.2.2
Fix wiki miss-routing links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants