A
A
Adpluginx Documentation
Ask or search…
⌃
K
👋
Welcome to AdPluginx
Installation
⚙
Install Adpluginx
Configure Pod For Ios
Configure Info.plist
Configure SkAdNetworks
Configure AppDelegate
Creating Native AdView
Init Native View to Swift Class
Add Onesignal to Project
Ad Network Indexes
AdConfig
FullScreen Ad Indexes
Banner Ad Indexes
Native Ad Indexes
Apple SignIn & In App Purchase
Enable Apple SignIn And Use
Skip Logic
InApp Purchases
Coin Login
Powered By
GitBook
Comment on page
Enable Apple SignIn And Use
Open Project in Xcode
And in Build & signin Enable SignIn with Apple Option from capability
Now Use Predefine SignIn Button
1
AppleAuthButton
(
2
onAuthCompleted
:
(
user
)
{
3
// Authentication Completed and Set to Server.
4
},
5
onAuthFailed
:
(
message
)
{
6
// Authentication Failed With Message.
7
},
8
);
Ad Network Indexes - Previous
Native Ad Indexes
Next - Apple SignIn & In App Purchase
Skip Logic
Last modified
7mo ago